/* sets the body #305A96 */

body {
	background: #305A96 url('../images/background_gradient.png') repeat-x;
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* { margin: 0; padding: 0; }


a			{color:#2B72CA ; margin:0px 0px 0px 0px}
a:link		{color:#2B72CA ; margin:0px 0px 0px 0px}
a:visited	{color:#2B72CA ; margin:0px 0px 0px 0px}
a:active	{color:#2B72CA ; margin:0px 0px 0px 0px}
a:hover	{color:#1E568E; margin:0px 0px 0px 0px}


h1 {
	font-size: 28px;
	color: #1E3A61;
	word-spacing: 5px;
	line-height: 34px;
	margin: 10px 0px 5px;
}

h2 {
	color: black;
	font-size: 21px;
	word-spacing: 5px;
	line-height: 27px;
	margin: 10px 0px 5px;
}

h3 {
	color: black;
	font-size: 16px;
	word-spacing: 5px;
	line-height: 22px;
	margin: 10px 0px 5px;
}

h4 {
	color: black;
	font-size: 14px;
	word-spacing: 5px;
	line-height: 20px;
	margin: 10px 0px 5px;
}

h5 {
	color: black;
	font-size: 14px;
	color: #1E3A61;
	word-spacing: 5px;
	line-height: 20px;
	margin: 10px 0px 5px;
}



p {
	color: black;
	margin: 0px 0px 10px 0px;
	word-spacing: 4px;
	line-height: 20px;
}


/* menu */
#nav_wrap {
	/* background: url('images/background.jpg') top left repeat-x; */
	width: 800px;
	height: 40px; 
	padding: 0px;
	margin: 0px;
}

#nav_wrap ul {
	margin: 0px; /* Aligning div horizontally */
	list-style: none;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#nav_wrap ul li{
	float: left;	
	width: 160px;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#nav_wrap ul li a {
	display: block;
	background: url('/images/button_select.jpg') no-repeat;
	background-position: 0px 0px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	color: #DDDDDD;
	font-size: 16px;
	text-decoration: none;
}

 #nav_wrap ul li a:link {
	color: white;
}

#nav_wrap ul li a:visited {
	color: white;
}

#nav_wrap ul li a:hover {
	background-position: 0px -40px;
	color: white;
}


#nav_wrap ul li a:active {
	color: white;
}


.menuleft {
	float: left; 
	width: 30px; 
	height: 40px; 
	background: url('/images/button_left.jpg') no-repeat top left;
}

.menumiddle {
	float: left; 
	width: 800px; 
	height: 40px; 
	background: url('/images/button_middle.jpg') repeat-x top left;
}

.menuright {
	float: left; 
	width: 30px; 
	height: 40px; 
	background: url('/images/button_right.jpg') no-repeat top left;
}


/* main body */


.header {
	height: 181px; 
	background: url('/images/mainheader_top.jpg') no-repeat scroll center top;
}

.maincontainer {
	background: url('/images/mainheader_bottom.jpg') no-repeat scroll center top;
}

.bodytop {
	width: 860px; 
	height: 8px; 
	font-size: 1px; 
	background: #FFFFFF url('/images/body_top.jpg') no-repeat top left;
}

.bodycontent {
	width: 860px; 
	background: url('/images/body_middle.jpg') repeat-y top left ;
}

.contentwrapper {
	width: 854px; 
	margin: 0px 3px; 
	background: #FFFFFF url('/images/menu_gradient.jpg') repeat-y top right;
}

.maincontent {
	float: left; 
	margin-left: 7px;
	margin-right: 7px;
	width: 520px;
	display: inline;
	text-align: left;
	padding: 0px 10px;
}

.list {
	margin: 20px 0px 10px;
	/* nothing */
}

.list ul {
	list-style: none;
	padding: 0;
}

.list li {
	background: url('/images/bullet.jpg') no-repeat top left;
	background-position: 0px 1px;
	line-height: 18px;
	word-spacing: 5px;
	padding: 0px 0px 0px 28px;
	margin-bottom: 6px;
}


/* contact form */
.formlabel {
	width: 150px;
	padding: 4px 0px 0px 0px;
	text-align: right;
	/* height: 38px;*/
}

.formcaption {
	padding: 0px 0px 0px 5px;
	/* height: 17px; */
}


/* form changes */
.normal {
	width: 315px;
	padding: 4px 7px 6px;
	margin-left: 10px;
	border: 1px solid #8F8F8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 4px;
	background: #FFFFFF url('/images/contact_gradient.jpg') repeat-x top left;
	
}

.captchabox {
	width: 163px;
	padding: 4px 7px 6px;
	margin-left: 10px;
	border: 1px solid #8F8F8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 4px;
	background: #FFFFFF url('/images/contact_gradient.jpg') repeat-x top left;
}

.textbox {
	width: 315px;
	height: 149px;
	padding: 5px 7px;
	margin-left: 10px;
	border: 1px solid #8F8F8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 4px;
	background: #FFFFFF url('/images/contact_gradient.jpg') repeat-x top left;
	overflow:auto;
}


/* side menu */
.sidemenuwrapper {
	float:right; 
	width: 297px; 
	/*background: url('/images/menu_gradient.jpg') repeat-y top left;*/
}

.sidemenucontent {
	/*width: 297px;*/
	background: url('/images/menu_top.jpg') no-repeat top left;
	padding-top: 25px;
}

.sidemenudivider {
	font-size: 1px; 
	background: url('/images/menu_splitter.jpg') no-repeat top center; 
	height: 2px; 
	margin: 4px 0px;
}

.sidemenuitem {
	text-align: center; 
	padding-top: 0px;
}


/* footer */
.footertop {
	width: 860px; 
	height: 61px; 
	background: url('/images/footer_top.jpg') no-repeat top left; 
	font-size: 1px;
}

.footercontent {
	width: 860px; 
	height: 45px; 
	background: url('/images/footer_middle.jpg') no-repeat top left; 
	color: white;
}

.footerbottom {
	width: 860px; 
	height: 8px; 
	background: url('/images/footer_bottom.jpg') no-repeat top left; 
	font-size: 1px;
}

.footerfiller {
	width: 860px; 
	height: 81px; 
	background: url('/images/footer_filler.jpg') no-repeat top left; 
	font-size: 1px;
}

.footerlink a {
	padding: 0px 6px;
	color: #EBE068;
}

.footerlink a:visited {
	color: #EBE068;
}

.footerlink a:hover {
	color: white;
}

.footerlink a:active {
	color: #EBE068;
}

























































