@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body { color: #000000; background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
}

p { margin-bottom: 12px; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: 22386E;
	margin-bottom: 10px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 20px;
	text-transform: capitalize;
	color: #688FAE;
}
.featured h2 { font-size: 15px; font-weight: bold; color: #FFFFFF; background-color: #688FAE; padding: 5px; margin: 0px; }

h3 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
	text-transform: capitalize;
	color: #22386E;
}
h4 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	clip: rect(auto,auto,auto,auto);
	font-variant: small-caps;
	text-transform: capitalize;
	bottom: 100px;
}

hr {
	color: #EAEBF7;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top: 20px;
	margin-bottom: 20px;
}


li {
	margin-bottom: 7px;
	margin-left: 20px;
	list-style-type: square;
}
li strong {
	color: #2E356D;
	font-weight: normal;
}


#container {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#masthead { height: 305px; background-image: url(/new/index/masthead-preload.jpg); 
}
#sidebar {
	background-image: url(/new/index/left.jpg);
	height: 648px;
	width: 284px;
	float: left;
}
#page {
	background-image: url(/new/index/page.jpg);
	float: left;
	width:672px;
	min-height:648px;
	height:auto !important;
	height:648px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#footer-graphic {
	background-image: url(/new/index/footer.jpg);
	clear: both;
	height: 51px;
	width: 956px;
}
#footer {
	color: #666666;
	font-size: 12px;
	margin-left: 13px;
	clear: both;
	margin-bottom: 20px;
	margin-right: 13px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}

#footer div {
	float: right;

}

#page #content {
	width: 600px;
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#rightbox {
	width: 205px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}



.featured { float: left; margin-right: 5px; margin-top: 10px; margin-bottom: 10px; }

a { text-decoration: none; color: #22386E; font-weight: normal; }

a:hover { color: #436AC5; }

#form1 a{color:#990000;}
