/*   MAIN BODY   */

body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}
#container {
	font-family: Arial;
	font-size: 11px;
	width: 1000px;
	padding-bottom: 12px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#top_content {
	color: #FFFFFF;
	line-height: 38px;
	height: 141px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.green_tc {
	background-image: url(../images/top_content.gif);
}
.blue_tc {
	background-image: url(../images/top_content_bl.gif);
}
.topcontent {
	font-family: Arial, san-serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: -1px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	line-height: 34px;
	font-weight: bold;
}
a:hover {
	color: rgb(10,106,245);
	text-decoration: none;
	background-color: rgb(255,255,255);
}

/*   HEADER   */

#header {
	clear: both;
	margin: 0em 0em 1.5em 0em;
	border-top: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);
	background-color: rgb(235,235,235);	
	text-transform: uppercase;
	line-height: 2.0em;
	height: 2.0em;
	color: rgb(50,50,50);
}
#header ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.0em;
}	
#header li {
	float: left;
	white-space: nowrap;
}
#header li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: rgb(235,235,235);	
	text-decoration: none;
	color: rgb(50,50,50);
}
#header a:hover {
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: rgb(220,220,220);			
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(50,50,50);
}
#header .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}
* html #header a {width:1%;}

/***   TOP NAVIGATION ***/

#navigation {
	height: 45px;
	width: 1000px;
	font-family: Arial;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin:0 auto;
	font-weight: bold;
}
.green_nav {
	background-image: url(../images/nav_bar.gif);
}
.blue_nav {
	background-image: url(../images/nav_bar_bl.gif);
}


.solidblockmenu{
	float: none;
	font: 11px Arial;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 62px;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
	float: left;
	color: #4c4c4c;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.solidblockmenu li a:visited{
	color: #4c4c4c;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #4c4c4c;
	background-image: url(../images/tag_over.gif);
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 8px;
}

/***   FOOTER    ***/
#footer {
	font-family: Arial;
	font-size: 11px;
	color: #e6f8ca;
	clear: both;
	padding-top: 70px;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	text-align: center;
	padding-right: 45px;
}
.green_ft {
	background-image: url(../images/footer.gif);
}
.blue_ft {
	background-image: url(../images/footer_bl.gif);
}
#footer li {
	font-family: Arial;
	font-size: 11px;
	color: #e6f8ca;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6f8ca;
	display: inline;
	padding-right: 10px;
}
#footer a {
	font-family: Arial;
	font-size: 11px;
	color: #e6f8ca;
}
#footer a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(91,145,62);
}
