body {
	
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	background-image: url(../images/bg-blue2.png);
	background-repeat: repeat-y;
	background-color: #0055A5;
	background-position: center;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	text-align: center;
	width: 900px;
	background-color: #FFFFFF;
}

/********************* Navigation *****************/

table, td{
	background-color: #999999;
	filter:alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
	background-image: url(../images/menushad.png);
	background-repeat: repeat-x;
	height: 25px;
}
a{
	font-size:12px;
	
}
navigation {
	height: 25px;
	text-align: center;
	z-index:25;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: 300;
	display: block;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
}
a.main_link:hover{
	background-color:#625E54;
	color: #FFFFFF;
}
a.drop_link:active,a.drop_link:visited,a.drop_link:link{
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 35px;
}

#dropmenudiv{
position:absolute;
border:2px solid white;
border-bottom-width: 0;
font:normal 10px Verdana,  Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E37F1C;
}

/**td.horizontal_center {
	background-color: #FFF7e5;
	border-top-color: #FFFFFF;
	border-right-color: #625E54;
	border-bottom-color: #FFFFFF;
	border-left-color: #625E54;
	width: 714px;
	display: table-cell;
	vertical-align: baseline;
	horizontal-align: center;
}**/

.link {color:#FFFFFF}

p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px auto;
	background-image:url(../images/logo.jpg);
	width:900px;
	height:150px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#headwrap {background-color:#FFFFFF; width:100%;}


#header ul{

	display:block;
	top:125px;
	position:absolute;
	margin: 0px;
	height:22px;
	text-align:center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}


#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	width:900px;
	background-color: #FFFFFF;
	background-image: url(../images/menushad.png);
	background-repeat: repeat-x;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:667px;
	margin-left:27px;
	display:inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}




/********************** Footer ***************************/
#footerline {
	clear:both;
	font-size:9pt;
	height:20px;
	background-color: #FFFFFF;
	color: #263D91;
	font: veranda, arial, helvetica;
}
#footer {
	width:720px;
	text-align:center;
	padding: 10px 0px;
	font-size: 8pt;
	color: #000033;
}
.promo {
	display: block;
	float:right;
	text-align:center;
	z-index: 25;
	overflow: visible;
	position: relative;

}

a.promo:active,a.main_link:visited,a.main_link:link{
	display: block;
	color: #ffffff;
	line-height: 25px;
}
a.promo:hover{
	background-color:#bbb;
	color: #FFFFFF;
}
a.promo:active,a.drop_link:visited,a.drop_link:link{
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 35px;
}

color {
	width:100%;
	background-image:url(../images/cmyk.png);
}

#orange {width:100%;
background-image:url(../images/bar-orange.jpg);
background-color:#b44d00;
height:5px;}


a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
}

