BODY, P, TD, INPUT, TEXTAREA
{
	font-family: Verdana, Arial, Trebuchet MS, Sans-serif;
	font-size: 8pt;
}

BODY
{
	margin: 0px;

}

#MainTable
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.Spacer
{
	width: auto;
	background-color: #91A1B1;
	margin: 0px;		
	height: auto;	
}

#LeftBanner
{
	width: auto;
	background-color: #91A1B1;
	height: 191px;
	margin: 0px;		
	background-image: url(Images/BannerLeft.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
}

#RightBanner
{
	width: 660px;
	background-color: #FFFFFF;
	height: 191px;
	margin: 0px;	
	background-image: url(Images/BannerRight.jpg);
	background-repeat: no-repeat;
}

#MainContent
{
	width: 648px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	height: auto;
	background-color: #FFFFFF;	
	margin: 0px;
	padding: 5px;	
	vertical-align: top;
	xbackground-image: url(Images/Globe.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#Footer
{
	background-color: #747453;
	height: 20px;
	border: solid 1px black;
	color: White;
	text-align: center;
	font-weight: bold;
}

#Menu
{
	clip: 0px 0px 0px 0px;
	position: relative;
	top: -10px;
	left: -30px;
	width: 100px;
	background-color: #747453;
	background-color: #537474;
	float: left;
	text-align: center;	
	border: solid 1px black;
	margin: 0px -20px -20px -20px;
}

.MenuTable
{
	padding: 10px;
	font-weight: bold;
	color: white;
}

#Content
{
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}

A, A.visited
{
	color: #536374;
	text-decoration: none;
}

A:hover
{
	color: #536374;
	text-decoration: underline;
}

A.Menu
{
	color: #FFFFFF;
}


H2
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #536374;
}


.ImageRight
{
	text-align:right; margin: 10px 0px 0px 10px; float: right; border: solid 1px black;
}


.ImageLeft
{
	text-align:right; margin: 10px 10px 0px 0px; float: left; border: solid 1px black;
}


/**-----------------------------------------------------------------------------------------------**/
/*Child Selectors
(for CCS2 compliant browsers)


DIV>#MainContent
{
	width: 648px;
}

*/

HTML>BODY
{
	font-size: 0.7em;
}

