@charset "utf-8";
/* CSS Document */

*, html, body {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	min-width: 120em;
}

#page { 
	width: 120em;
	padding: 0em 1em;
	max-width: 100%;
	text-align: left;
	margin: 0 auto;
} 

#header_wrap {
	position: relative;
	width: 120em;
	max-width: 100%;
}

#header_top {
	width: 89.5em;
	clear: both;
}

#header_title {
	color: #3a6691;
	padding: 0.5em 1em;
	font-size: 1.8em;
	font-weight: bold;
	width: 25em;
	float: left;
}
#header_skiplink {
	font-size: 1em;
	float: right;
	width: 30em;
	height: 2em;
	text-align: right;
	padding: 1.2em 1em 0 0;
}

#header_skiplink a, #header_skiplink a:visited, #header_skiplink a:link {
	color: #666;
}


#header_top_nav {
	position: relative;
	background-color: #3a6691;
	padding: 0.3em;
	height: 3em;
	clear: both;
}
#top_nav_buttons {
	background-color: #3a6691;
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
}
#top_nav_buttons a, #top_nav_buttons a:visited, #top_nav_buttons a:link {
	display: block;
	padding: 0 1.2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #FFF;
	border-right: 1px #CCC solid;
}

#top_nav_buttons a:hover {
	color: #E6F3FF;
}

#top_nav_buttons li {
	float: left;
}

#header_bottom_nav {
	width: 120em;
	position: relative;
	height: 3.3em;
	background-color: #FFF;
	padding: 0.3em 0;
	border-bottom-width: 0.2em;
	border-bottom-style: none;
	border-bottom-color: #000066;
}

#bottom_nav_buttons {
	background-color: #fff;
	list-style-type: none;
	font-size: 1.6em;
	font-weight: bold;
}
#bottom_nav_buttons a, #bottom_nav_buttons a:visited, #bottom_nav_buttons a:link, #bottom_nav_buttons a:active {
	display: block;
	padding: 0 2.5em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000066;
	border-right: 2px #000066 solid;
}
#bottom_nav_buttons p {
	display: block;
	padding: 0.4em 2.5em;
	color: #000066;
	border: none;
}

#bottom_nav_buttons li {
	float: left;
}
#bottom_nav_buttons input {
	width: 150px;
	border: #000066 2px solid;
}

#bottom_nav_buttons a:hover {
	color: #FFF;
	background-color: #69C;
}

#header_banner {
	width: 120em;
	position: relative;
	background: url(../images/banner_bg.gif) repeat-x;
	height: 7.5em;
}

#header_banner_logo {
	float: left;
	padding-left: 2em;
	width: 121px;
	height: 7.5em;
}

#header_banner_text {
	font-size: 2.6em;
	font-weight: bold;
	color: #FFF;
	padding: 1em;
}

#body_wrap {
	clear: both;
	width: 89em;
}

#leftcol {
	width: 18em;
	float: left;
	position: relative;
	background-color: #E6F3FF;
	border: none;
	padding-left: 1em;
	max-height: 100%;
}

#content_wrap {
	float: right;
	position: relative;
	width: 68em;
}

#maincol {
	background-color: #FFFFFF;
	color:  #000066;
	float: left; 
	display: inline; 
	position: relative; 
	width: 45em; 
	padding-left: 0.1em;
}
#breadcrumb {
	padding: 1em 0 0.5em 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #757575;
}

#side_menu {
	list-style-type: none;
	padding: 1em 1em 1em 1em;
	font-weight: normal;
}

#side_menu #l2_menu {
	list-style-type: none;
	margin-left: 1.7em;
	font-weight: normal;
}

#side_menu #l2_menu li{
	display: block;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#side_menu #l2_menu a, #side_menu #l2_menu a:link, #side_menu #l2_menu a:visited, #side_menu #l2_menu a:active {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
	color: #000066;
}

#maincol #l2_content {
	list-style-type: none;
	margin-left: 4em;
	font-weight: normal;
	padding-bottom: 10px;
}

#maincol #l2_content li{
	font-size: 1.4em;
	display: block;
	line-height: 0.5em;
	font-weight: normal;
}

#maincol #l2_content a, #maincol #l2_content a:link, #maincol #l2_content a:visited, #maincol #l2_content a:active {
	color: #000066;
}

#side_menu li {
	display: block;
	padding: 0 0.5em;
	line-height: 2.5em;
	font-size: 1em;
	border: none;
	color: #000066;
}

#side_menu a, #side_menu a:link, #side_menu a:visited, #side_menu a:active {
	font-size: 1.5em;
	text-decoration: underline;
	color: #666;
	border: none;
}

#side_menu a:hover {
	color: #F00;
	border: none;
	text-decoration: none;
}

#maincol p {
	font-size: 1.4em;
}

#maincol li {
	display: block;
	padding: 0.8em 0.5em;
	font-size: 1.4em;
	border: none;
}

#maincol a, #side_menu a:link, #side_menu a:visited, #side_menu a:active {
	text-decoration: underline;
	border: none;
	color: #000066;
}

#maincol a:hover {
	border: none;
	text-decoration: underline;
}

#rightcol {
	width: 20em;
	float: right;
	position: relative;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

#rightcol_announcement{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	width: 13em;
	float: right;
}

#rightcol_button {
	margin-top: 5em;
	font-size: 1.4em;
	padding: 1em;
	text-align: center;
	border: #000066 2px solid;
	font-weight: bold;
	width: 10em;
	float: right;
}

#rightcol_links {
	clear: both;
	width: 68em;
	text-align: right;
}

#rightcol_button a, #rightcol_button a:link, #rightcol_button, a:visited {
	text-decoration: none;
	color: #000066;
}

#rightcol_button a:hover {
	text-decoration: underline;
	color: #000066;
}

#footer {
	border-top: 2px solid #000066;
	clear: both;
	font-size: 1em;
	padding: 0.5em;
	width: 120em;
} 
#footer_copyright {
	width: 60em;
	float: left;
} 
#footer_timestamp {
	width: 45em;
	text-align: left;
	float: right;
} 


.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

