<style type="text/css">

body {
	background-color: lightgray;
}

* p {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

#screen_wrap {
	margin: -8px;
	color: white;
/*	background: -webkit-linear-gradient(#00248F, white); /* For Safari */
/*	background: -o-linear-gradient(#00248F, white); /* For Opera 11.1 to 12.0 */
/*	background: -moz-linear-gradient(#00248F, white); /* For Firefox 3.6 to 15 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00248F', endColorstr='white');
/*	background: linear-gradient(#00248F, white); /* Standard syntax (must be last) */
	background-color: lightgray;
}
	
#header_wrap {
	height: 150px;
	background-color: transparent;
	position: relative;
	z-index: 2;
}

#header_opacity {
	margin: 0 auto;
	height: 150px;
	background-color: #00248F;
	min-width: 1000px;

	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
   opacity: .80; 
}

#header {
	margin: 0 auto;
	margin-top: -150px;
	background: transparent;
	width: 1000px;
	height: 150px;
	min-width: 1000px;
	position: relative;
}

#header_logo {
	background: transparent;
	width: 300px;
	height: 150px;
	float: left;
	margin-top: 5px;
}

#header_logo h1 {
	margin: 5px 0 0 0;
	background: transparent;
	font-family: arial;
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-align: center;
}

#header_logo h2 {
	margin: 0;
	background: transparent;
	font-family: arial;
	font-size: 20px;
	color: white;
	font-weight: normal;
	text-align: center;
}

#header_logo img {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#menu {
	margin: 123px 0 0 0;
	background: transparent;
	color: white;
	width: 635px;
	width: 527px;
	height: 30px;
	float: right;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
	
#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#menu a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#menu ul :hover {
	background-color: #00248F;
	color: white; 
}
	
#menu li {
	display: inline;
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-family: verdana;
	font-size: 12px;
	float: left; 
	position: relative; 
	border-left: 1px solid #556199;
}

#menu li ul {
	position: absolute;
	margin-top: 5px;
	padding: 10px;
   display: block;
	height: auto; 
	width: 300px;
	border-style: solid;
	border-width: thin;
	border-color: black;
	background-color: #00248F;
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
   opacity: .80; 
	display: none; 
}

#menu li ul li{
	padding: 7px;
   clear:both;
	border-style: none;
	font-family: arial;
	font-size: 12px;
	background-color: #00248F;
}

#menu li ul li:hover {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0 5px 0 px;
}

#body_wrap {
	margin: 0 auto;
	background: white;
	width: 1000px;
	min-width: 1000px;
	position: relative;
	z-index: 1;
/*	box-shadow: 0px 0px 15px #00248F; */
	box-shadow: 0px 0px 15px black;
}

#body_main {
	margin: -150px 0 0 0;
	background: white;
	width: 1000px;
	height: 600px;
}

#body_feautured {
	margin: 0 0 0 0;
	background: whitesmoke;
	width: 1000px;
	color: black;
	overflow: visible;
}

#body_feautured_left {
	margin: 0;
	padding: 50px;
	background: white;
	width: 700px;
	float: left;
	min-width: 700px;
	display: inline-block;
}

#body_feautured_left p {
	margin: 0 0 20px 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-family: calibri;
	font-size: 16px;
	color: #514E52;
	text-align: justify;
}

#body_feautured_left h1 {
	margin: 0;
	font-family: verdana;
	font-size: 18px;
	color: #355A8F;
}

#body_feautured_left h2 {
	margin: 0;
	font-family: verdana;
	font-size: 16px;
	color: #514E52;
}

#body_feautured_left img {
	margin: 25px 25px 25px 0;
	float: left;
	border: none;
}

#body_feautured_left a:hover {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}
	
#body_feautured_left a:link {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#body_feautured_left a:visited {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#body_feautured_left a:active {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#body_feautured_right {
	margin: 0;
	padding: 25px;
	background: whitesmoke;
	width: 300px;
	float: right;
	min-width: 300px;
}

#body_feautured_right h2 {
	margin: 0 0 10px 0;
	font-family: verdana;
	font-size: 14px;
	color: #355A8F;
}

#body_feautured_right p {
	margin: 1 0 10px 0;
	font-family: calibri;
	font-size: 16px;
	color: #514E52;
	text-align: justify;
}

#body_feautured_right img {
	margin: 0;
	border:none;
}

#body_feautured_right a:hover {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}
	
#body_feautured_right a:link {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#body_feautured_right a:visited {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#body_feautured_right a:active {
	color: #355A8F;
	background-color: transparent;
	text-decoration: none;
}

#footer_wrap {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	min-width: 1000px;
}

#footer_menu {
	background: white;
	width: 1000px;
	min-width: 1000px;
	text-align: center;
	float: left;
}

#footer_menu a:hover {
	color: grey;
	background-color: transparent;
	text-decoration: none;
}
	
#footer_menu a:link {
	color: grey;
	background-color: transparent;
	text-decoration: none;
}

#footer_menu a:visited {
	color: grey;
	background-color: transparent;
	text-decoration: none;
}

#footer_menu a:active {
	color: grey;
	background-color: transparent;
	text-decoration: none;
}

#footer_menu p {
	margin: 0 auto;
	padding: 7px 0 5px 0;
	color: grey;
	font-family: arial;
	font-size: .7em;
}

#footer {
	background: #2E762A;
	width: 1000px;
	min-width: 1000px;
	text-align: center;
	padding: 3px 0 3px 0;
}

#footer h1 {
	margin: 0;
	padding-top: 25px;
	color: white;
	font-family: arial;
	font-size: 12px;
}

#footer p {
	margin-top: -5px;
	color: white;
	font-family: arial;
	font-size: 10px;
}

#footer a:hover {
	color: yellow;
	background-color: transparent;
	text-decoration: none;
}
	
#footer a:link {
	color: yellow;
	background-color: transparent;
	text-decoration: none;
}

#footer a:visited {
	color: yellow;
	background-color: transparent;
	text-decoration: none;
}

#footer a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: none;
}

</style>