body
{
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}

/*
Header style is primarily defined in menu.css.
Style for the #title div is contained in the MetagyTitle.ascx
file. This was easier becuase of the lack of WYSIWYG support
in Visual Studio 2003.

*/

#content
{
	font-size: 9pt;
	font-family: Verdana,arial;
	line-height : 150%;	
}

#footer
{
	border-top: 1px solid;
	font-size: 8pt;
	border-bottom: 1px solid;
	font-family: Verdana , Arial;
	position: relative;
	background-color: #E7E2D9;
	text-align: center;
}

.contenttable
{
	border-right: black 1px;
	border-top: black 1px solid;
	font-size: 9pt;
	border-left: black 1px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #ffff99;
}

/*
Pagemenus are the User Control sub menus used in the 
About us and Contact us tree.
*/
#pagemenu
{
	font-size: 9pt;
	font-family: Verdana,arial;
	line-height : normal; 
}

/* Image link style.
Some images are used as links but the link has
been done in script rather than using href. Hence we need
to specify cursor type here.
*/
div#content img
{
	cursor :hand ;
}

/* Content link style
*/
div#content a:link
{
	font-size: 9pt;
	color:Black ;
	font-family: Verdana,arial;
}
div#content a:visited
{
	font-size: 9pt;
	color: Black;
	font-family: Verdana,arial;
}
div#content a:focus
{
	font-size: 9pt;
	color: #cc0000;
	font-family: Verdana,arial;
}
div#content a:hover
{
	font-size: 9pt;
	color: #cc0000;
	font-family: Verdana,arial;
}
div#content a:active
{
	font-size: 9pt;
	color:#cc0000;
	font-family: Verdana,arial;
}

/* Footer link style. 
*/
div#footer a:link
{
	font-size: 8pt;
	color: Black ;
	font-family: Verdana,arial;
}
div#footer a:visited
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana,arial;
}
div#footer a:focus
{
	font-size: 8pt;
	color: #cc0000;
	font-family: Verdana,arial;
}
div#footer a:hover
{
	font-size: 8pt;
	color: #cc0000;
	font-family: Verdana,arial;
}
div#footer a:active
{
	font-size: 8pt;
	color:#cc0000;
	font-family: Verdana,arial;
}

