@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636566;
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
}
.container {
	padding: 20px;
	height: 100%;
	width: 100%;
}
a {
	color: #254962;
	text-decoration: none;
}
a:hover {
	color: #FFC424;
	text-decoration: underline;
}
a:active {
	color: #254962;
	text-decoration: underline;
}
a:link {
	color: #254962;
	text-decoration: underline;
}
a:visited {
	color: #254962;
	text-decoration: underline;
}
.header_bar {
	font-weight: bold;
	color: #636566;
	background-color: #FFC424;
	padding: 10px;
}
.content {
	background-color: #FFFFFF;
	width: 575px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 20px;
}
.content_side_bar {
	padding: 10px;
	background-color: #FFFFFF;
	width: 185px;
}
a.header_links {
	font-weight: bold;
	color: #636566;
	text-decoration: none;
	text-transform: uppercase;
}
a.header_links:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: underline;
}
a.header_links:active {
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}
a.header_links:visited {
	font-weight: bold;
	color: #636566;
	text-transform: uppercase;
}
a.header_links:link {
	font-weight: bold;
	color: #636566;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer_links {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer_links:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: underline;
}
a.footer_links:active {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.footer_links:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.footer_links:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #FFC424;
	font-weight: bold;
}
.footer_bar {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #636566;
	padding: 10px;
	background-image: url(images/footer_logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 72px;
}
.page_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFC424;
}
