body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	height: 100%;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	border: 1px solid #FFFFCC;
	margin-bottom: 10px;
}
#container #branding_main {
	height: 102px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container #content {
	height: 100%;
	width: 800px;
}
#container #content #navigation_main {
	float: left;
	height: 100%;
	width: 150px;
	background-color: #666666;
	padding-top: 20px;
}
#container #content #navigation_main ul {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 150px;
	list-style-type: none;
}
#container #content #content_main iframe {
	margin-bottom: 10px;
}

#container #content #navigation_main li {
	height: 20px;
	width: 130px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#container #content #navigation_main a {
	background-color: #333333;
	display: block;
	padding: 2px;
	height: 20px;
	width: 130px;
	border: 1px solid  #999999;
	color: #999999;
	text-decoration: none;
	margin-top: 2px;
}

#container #content #navigation_main a:link, #container #content #navigation_main a:active, #container #content #navigation_main a:visited {
	color: #CCCCCC;
	background-color: #666666;
}
#container #content #navigation_main a:hover {
	color: #333333;
	background-color: #999999;
	border: 1px solid #333333;
}

#container #content #content_main  {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
	height: 100%;
	width: 600px;
}

#container #navigation_sub1 {
	clear: both;
	width: 800px;
	background-color: #333333;
	height:21px;
	text-align:left;
}

#container #content #navigation_sub1 ul {
	padding: 0px;
	padding-top: 3px;
	margin: 0px;	
	width:450px;
	height:20px;
}
#container #content #navigation_sub1 li {
	white-space: nowrap;
	float: left;
	list-style-type: none;
}
#container #content #navigation_sub1 a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#container #content #navigation_sub1 a:link, #container #content #navigation_sub1 a:visited, #container #content #navigation_sub1 a:active
{	color: #999999;
	text-decoration: none;
	background-color: #333333;
	

}  
#container #content #navigation_sub1 a:hover {
	background-color: #999999;
	color: #333333;
}
#container #content #site_information {
	background-color: #FFFFCC;
	background-image: url(../images/site_info_bg_D211606.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#container #content #content_main h1 {
	font-size: 16px;
	color: #990000;
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#container #content #content_main h2 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

