html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #2B629F;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #2B629F; text-decoration: none;}
a:visited { color: #2B629F; text-decoration: none;}
a:active { color: #2B629F; text-decoration: none;}
a:hover { color: #71778A; text-decoration: underline;}

h1 {
	line-height: 1.4em;
	text-transform: uppercase;
	height: 23px;
	margin: .05em 0em .05em 0em;
	background: url('images/accent.gif') no-repeat;
	padding-left: 26px;
	color: #71778A;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 471px;
}

h2 {
	font: bold 1.2em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	text-transform: uppercase;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #0B035C;
}

h3 {
	font: bold 1.2em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #71778A;
}

h4 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #71778A;
}

h5 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #71778A;
}

h6 {
	font: bold italic 1em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #71778A;
}

img { border-style: none;
	border-color: inherit;
	border-width: 0px;
}

input {
	border-width: 1px;
	border-color: #2B629F;
	border-style: solid;
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

input.button {
	border-width: 0px;
	background-color: #2B629F;
	color: #F7F7F7;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 21px;
}

.textarea {
	border-width: 1px;
	border-color: #2B629F;
	border-style: solid;
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

.clear { clear: both; }

#wrapper1 {
	margin: 0px auto; /* to fix centering in Mozilla */
	border-left: solid 1px #1B4D86;
	border-right: solid 1px #1B4D86;
	border-bottom: solid 1px #1B4D86;
	width: 756px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 754px;	
}
	html>body #wrapper1 { width: 754px; }

#wrapper2 {
	margin: 0px auto; /* to fix centering in Mozilla */
	border-left: solid 1px #0D3461;
	border-right: solid 1px #0D3461;
	border-bottom: solid 1px #0D3461;
	width: 754px;	/* box model hack */
	voice-family: "\"";
	voice-family:inherit;
	width: 752px
}
	html>body #wrapper2 { width: 752px; }

#wrapper3 {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 752px;
	background: #fff;
	text-align: left;
	padding: 0px 1px 1px 1px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 748px;
}
	html>body #wrapper3 { width: 748px; }
	
#top 
{
	/*
	border-left: solid 1px #CBCED4;
	border-right: solid 1px #CBCED4;
    */
	padding: 3px;
}

#mainpic {
	height: 150px;
	width: 740px;
	background: url('images/mainpic.jpg') 2px 2px no-repeat;
	padding: 2px;
	border: solid 1px #CBCED4;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #mainpic { width: 742px; height: 150px; }
	
#specialtext {
	padding: 20px;
	padding-top: 60px;
	text-align: right;
	color: #fff;
	font: bold 1.4em Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
}

#menu {
	border-left: solid 1px #CBCED4;
	border-right: solid 1px #CBCED4;
	padding: 2px;
	width: 748px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 742px;
}
	html>body #menu { width: 742px; }

#menutext {
	background: #E5E6E9;
	padding: 5px;
}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
		color: #0B035C;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		color: #71778A;
	}
	
#bodywrapper {
	border: solid 1px #CBCED4;
	padding: 2px;
	width: 748px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 742px;
}
	html>body #bodywrapper { width: 742px; }
	
#body {
	background: #E5E6E9;
	width: 742px;
	padding: 7px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 728px;
}
	html>body #body { width: 728px; }
	
#body1 {
	width: 521px;
	margin-left: 7px;
	float: left;
}

#body2 {
	width: 200px;
	float: left;
}

#body3 {
	width: 130px;
	float: left;
}

.textbox {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 11px;
	margin-bottom: 7px;
}

.textbox2 {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 5px;
	margin-bottom: 3px;
}

.textbox3 {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 3px;
	margin-bottom: 2px;
}

.textbox4 {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 5px;
	margin-bottom: 3px;
	height: 275px;
}

.textbox5 {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 3px;
}

.basictextbox {
	border: solid 1px #CBCED4;
	background: white;
}

.padleft {
	margin-left: 5px;
	margin-bottom: 2px;
}

#footer {
	width: 750px;
	margin: 0px auto;
	color: #CFCFCF;
}

.vmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.vmenu a:link, .vmenu a:visited, .vmenu a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 164px;
	height: 17px;	
	padding-top: 3px;
	padding-left: 13px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	background-color: #FFFFFF;	
}
	html>body .vmenu a:link, html>body .vmenu a:visited, html>body .vmenu a:hover { 
		width: 164px;		
	}

.vmenu a:hover {
	color: #0B035C;
	background-color: #C7C7C7;
}

.pmenu a:link, .pmenu a:visited, .pmenu a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 120px;
	height: 17px;	
	padding-top: 3px;
	padding-left: 1px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	background-color: #FFFFFF;	
}

.pmenu a:hover {
	color: #0B035C;
	background-color: #C7C7C7;
}

.specshead {
	color: #F7F7F7;
	background-color: #2B629F;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;	
}

/* FLY OUT MENU STYLES */
#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
/* FLY OUT MENU STYLES */