/* CSS Document */

body
{
	text-align: center;
	background-color: #0072bc;
	font-family: arial, helvetica, geneva;
	font-size: 12px;
}

h1 {font-size: 18px}
h2 {font-size: 16px}
h3 {font-size: 14px}
h4 {font-size: 12px}
h5 {font-size: 12px}
h6 {font-size: 12px}

a {
color: #000099;
text-decoration: none;
}

a:hover {
color: #DD0000;
text-decoration: underline;
}

a:active {
color: #000099;
text-decoration: none;
}




.container
{
	margin: 0px auto;
	width: 900px;
	overflow: auto;
}

.bodyContainer
{
}

.header
{
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

	#logo
	{
		margin: 0px 0px 0px 40px;
	}

	.headerRight
	{
		margin: 10px 50px 0px 0px;
		width: 600px;
		height: 110px;
		float: right;
		text-align: right;
		color: #FFFFFF;
	}

	.header img { margin-left: 10px;}
	
	#tag
	{
		margin: 20px 90px 0px 0px;
		padding: 0px;
		font-weight: 200;
		font-size: 18px;
	}
	#number
	{
		margin: 0px 90px 0px 0px;
		padding: 0px;
		font-size: 48px;
		font-weight: bold;
	}

.menu
{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/menu-background.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 43px;
}

.mainBody
{
	background-image: url(../images/body-background.png);
	background-repeat: repeat-y;
	width: 900px;
	overflow: auto;
}

.mainBodyLeft
{
	margin: 10px 10px 0px 40px;
	width: 530px;
	float: left;
	text-align: left;
}

.mainBodyRight
{
	margin: 0px 0px 0px 0px;
	width: 275px;
	float: left;
	text-align: left;
}

.rightContentBox h4
{
	background-image: url(../images/right-header-background.png);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	height: 35px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding-top: 9px;
	
	
}

.rightContentBox p
{
margin: 0px;
padding: 0px;
}

.spacer
{
	background-image: url(../images/spacer-background.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 30px;
}
	.spacer hr
	{
		display: none;
	}

.footer
{
	padding: 0px 40px 0px 40px;
	background-image: url(../images/footer-background.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	color: #FFFFFF;
}

	html>body .footer
	{
		width: 820px;
	}
	
	.footer p
	{
	margin: 0px;
	padding: 0px;
	}

	.footer a, .footer a:active, .footer a:hover { color #FFFFFF; text-decoration: none;}

	#geoDir {}
	#geoDir td {padding: 0px 10px 0px 10px;}
	#geoDir a { font-size: 10px;}

	#geoTargets { list-style-type: none; margin: 6px 0px 6px 0px; padding: 0px;}
	#geoTargets li { margin: 0px 0px 0px 10px; padding: 0px; display: inline;}
	#geoTargets a, #geoTargets a:active {color: #ffffff;}
	#geoTargets a:hover {color: #990000;}
