/* CSS Document */


body {
	background-color:#FFF;
	background-image:url(../images/bg_blue_gr.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	margin-top:0px;
	margin-bottom:20px;
}

#img{
	width:232px;
	background-color:#CCC;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	border-bottom:1px solid #666666;
}

#img2{
	width:470px;
	background-color:#CCC;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	border-bottom:1px solid #666666;
}

#img img {
	border:1px solid #CCC;
	margin-bottom:2px;
}

#img .caption{
	margin:0px 2px 2px 4px;
}

#img2 img {
	border:1px solid #CCC;
	margin-bottom:2px;
}

#img2 .caption{
	margin:0px 2px 2px 4px;
}


li {
	list-style-image:url(../images/bullet2.gif);
}

.sent{
	font-weight:bold;
	color:#006699;
}

.alert{
	color:#FF0000;
	font-weight:bold;
}

.small{
	font-size:11px;
}

.hed{
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	border-bottom:2px solid #CC0000;
}

.title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	background-color:#CCCCCC;
	border-bottom:1px solid #666666;
	padding-top:4px;
	padding-bottom:4px;
}

#footer{
	margin-top:3px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

#footer .spacer{
	margin-left:25px;
}

#footer a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

a:link, a:visited{
	color:#CC0000;
	text-decoration:none;	
}

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

a.logo:link, a.logo:visited, a.logo:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#FFF;
	text-transform:uppercase;
	margin-top:-3px;
	text-decoration:none;
}
a.sublogo:link, a.sublogo:visited, a.sublogo:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#EFEFEF;
	text-decoration:none;
}

#container{
	width:652px;
	margin-left:auto;
	margin-right:auto;
}

#headliner{
	height:22px;
	width:650px;
	background-color:#000033;
}

#subhed{
	margin-left:3px;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	float:left;
	width:300;
	text-align:left;
}

#subhed2{
	margin-right:3px;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	float:right;
	width:300;
	text-align:right;
}

#subheadliner{
	width:650px;
	height:65px;
}

#logo{
	margin-top:5px;
	width:250px;
	float:left;
}

#subnav{
	text-align:right;
	float:right;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	margin-right:2px;
	height:62px;
}

#subnav a:link{
	color:#CCC;
	text-decoration:none;
	padding:4px;
	background-color:#003366;
	margin-right:2px;		
}

#subnav a:visited{
	color:#CCC;
	text-decoration:none;
	padding:4px;	
	background-color:#003366;	
	margin-right:2px;	
}

#subnav a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#6699CC;
	padding:4px;
	margin-right:2px;	
}

#main{
	margin-top:3px;
	width:650px;
	border:1px solid #336699;
	background-color:#000033;
}

#menu {
	height:445px;
	background-image:url(../images/nav_blue_gr.jpg);
	background-repeat: repeat-x;
	float:left;
	width:150px;
	margin:0px;
	padding-left:0px;
}
	
#menu a:link, #menu a:visited	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#336699;
	width:130px;
	border-bottom:1px solid #FFF;
	color:#FFF;
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-right:1px;
	padding:2px 10px 2px 10px;
	text-decoration:none;
}

#menu a:hover	{
	background:#003366;
	color:#FFF;
}

#menu .on {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:130px;
	border-bottom:1px solid #FFF;
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-right:1px;
	padding:2px 10px 2px 10px;
	text-decoration:none;
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
}


#content{
	float:right;
	width:468px;
	margin-top:10px;
	margin-right:10px;
}

#form{
	height:400px;
	background:#efefef;
}

#page{
	height:475px;
	margin-top:5px;
	margin-left:5px;
	width:638px;
	padding:1px;
	background-color:#FFFFFF;
	margin-bottom:5px;
}





