﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #004878;
	background-image: url('images/blu-comp2.gif');
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: center;
		vertical-align: middle;
}
#sidebar{
	position: relative;
	float: left;
	width: 125px;
	font-size: small;
}
#content {
	margin-left: 140px;
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
}
#container {
	width: 100%;
	height: 100%;
	
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	position: relative;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	font-size: small;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #004878;
}

#sidebar ul ul a {
	color: #004878;
	padding: 5% 5% 5% 15%;
	display: block;
	background-color: #D0DCF0;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	background-color: #FBFBFB;
}
/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #004878;
	text-decoration: underline;
	font-size: small;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
}
a {
	color: #004878;
	font-weight: bold;
}
.subhead {
	color: #688551;
	font-weight: bold;
}
.CaitTitle {
	font-family: "Arial Black";
	font-size: xx-large;
	color: #004878;
	text-align: left;
}
.LLCTitle {
	font-family: "Arial Black";
	font-size: x-large;
	color: #004878;
}
a:visited {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
.tagline {
	color: #000000;
	font-size: small;
	font-weight: bold;
}
.copyright {
	font-size: x-small;
}
h2 {
	color: #cc0000;
	text-align: left;
	font-style: italic;
}
.email {
	color: #004878;
	font-weight: normal;
}
#cc a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	background-color: #cc0000;
}
h3 a {
	color: #cc0000;
	text-align: left;
	font-style: italic;
}

