@charset "utf-8";
/* CSS Document */

/*printer styles*/ 
#leftcol, #header_bottom_nav, #top_nav_buttons, #header_skiplink, #rightcol_button, #rightcol_links { display:none; } 
#content_wrap { 
	width:100%; 
	float:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#header_banner {
	width: 100%;
	position: relative;
	background: url(../images/banner_bg.gif) repeat-x;
	height: 75px;
}

#header_banner_logo {
	float: left;
	padding-left: 20px;
	width: 121px;
	height: 75px;
}

#header_banner_text {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}

#breadcrumb {
	font-size: 14px;
	font-weight: bold;
	color: #757575;
}


#maincol {
	float: left;
}
#maincol p {
	font-size: 14px;
}

#maincol li {
	display: block;
	font-size: 15px;
	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_announcement{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 130px;
	float: right;
}

#footer {
	clear: both;
}
