@charset "UTF-8";
/* CSS Document */

input, textarea, text { 
background-color: #ffffff !important;      //  !important overrides the yellow
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 11px; 
}
body {
	padding: 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#222222;
}

a:link {
	text-decoration: underline;
	color:#000084;
}

a:visited {
	text-decoration: underline;
	color: #000084;
}

a:hover {
	text-decoration: underline;
	color:#0000FF;
}

a:active {
	text-decoration: underline;
	color: #000084;
}

img, img a, div, div a {
	border:none;
}

p {
	margin:5px 0 5px 0;
	padding:0;
}

#main {
	margin: 10px auto;
	width: 950px;
	padding: 0px;
	background-color:#FFFFC1;
	background-image: url(../images/sidebarbk.gif);
	background-position:left;
	background-repeat:repeat-y
}

#announce {
	margin: 0px;
	width: 894px;
	background-color:#004300;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding:3px;
}

#masthead {
	margin: 0px;
	padding: 0px;
	width: 1080px;
}

#navigation {
	margin: 0px;
	padding: 3px;
	width: 894px;
	background-color:#111111;
	text-align:center;
}

#content {
	margin: 0 1.5em 0 185px;
}

#sidebar1 {
	float: left;
	width: 150px; /* since this element is floated, a width must be given */
	background: #111111; /* top and bottom padding create visual space within this div */
	font-size:12px;
	color:#FFFFEA;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#footer{
	margin: 0px;
	padding: 15px;
	width: 920px;
	text-align:center;
	border-top: solid 3px ##00114A;
	border-bottom: solid 3px ##00114A;
	background-color: #E0EEDC;
}

#sub-info {
	margin:20px auto;
	width:600px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

#sub-info a:link {
	color:#CCCCCC;
}

#sub-info a:visited {
	color:#CCCCCC;
}

#sub-info a:active {
	color:#CCCCCC;
}
.title, H1 {
	font-size:14px;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

H2 {
	font-size:14px;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;}