body {
background-color: #eaeaea;
background-image: url(assets/header_BG3.png); /*background-size:100% 100%; height:100%;*/
background-repeat: repeat-x;
background-position: center top;
margin:0;
padding:0;

}

html {
	overflow-y: scroll;
}

div#wrapper {
width: 940px;
background-color:#eaeaea;
margin-top: 0px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
/*border: 1px solid #d2d2d2;
border-radius: 5px;*/
}
div#header {
padding: 0px;
margin: 0px;
margin-bottom: 0;
font-size: 0;
text-align: center;
}

div#menubg {
	width: 940px;
	background-image: url(assets/menu_grad.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 730px;
	}
	
div#nav {
width: 250px;
background-color: #eaeaea;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #336699;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #d1d1d1;
	border-bottom-left-radius: 20px;



}
div#main {
	width: 940px;
	margin-top: 10px;
	padding: 10px;
	background-color: #eaeaea;
	text-align: justify;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #888888;
	margin-bottom: 10px;


}
div#smallmain {
	float: none;
	width: 570px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 0px;


}
div#footer {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #2243a2;
	background-image: url(assets/footerbg.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 940px;


}

div#footerw {
	position: absolute;
	padding-top: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	background-image: url(assets/footerbg.png);
	background-repeat: repeat-x:;
	height: 70px;
	width: 100%;
	text-align: center;
	
	

}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #888888;
	text-decoration: none;
	text-align: justify;
}

.maintext a:link {
	text-decoration: underline;
	color: #dfdfdf;
	}

.maintext a:hover{
	text-decoration: underline;
	color: #7d1010;
	}
	
.maintext a:visted {
	text-decoration: none;
	color: #9d9fa2;
	}
	
.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #532f91;
	text-decoration: none;
	text-align: justify;
}

.mainbold a:link {
	text-decoration: none;
	color: #532e63;
	}

.mainbold a:hover{
	text-decoration: underline;
	color: #632e63;
	}
	
.mainbold a:visted {
	text-decoration: none;
	color: #9d9fa2;
	}	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #532f91;
	text-decoration: none;
	text-align: justify;
}

.smalltext a:link {
	text-decoration: none;
	color: #532e63;
	}

.smalltext a:hover{
	text-decoration: underline;
	color: #632e63;
	}
	
.smalltext a:visted {
	text-decoration: none;
	color: #9d9fa2;
	}


	
.paraheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #7b1010;
	margin-top: 10px;
}
div#indentmenu{
	font: bold 0.9em Arial, Helvetica, sans-serif;
	/*width: 100%;*/
	position: absolute;
}

.indentmenu ul{
font: bold 1.1em Arial, Helvetica, sans-serif;
letter-spacing: 1px;
margin: 0;
padding: 0;
float: left;
width: 930px; /*width of menu*/
border-bottom: solid 3px rgba(142, 142, 142, 0.74); /*dark purple border*/
/*-moz-box-sizing: border-box;*/
background: url(assets/menugradup.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{

list-style: none;
float: right;
color: rgba(142, 142, 142, 0.74); /*text color*/
padding: 0.3em 0.8em;
text-decoration: none;
border-right: #532f91; /*dark purple divider between menu items*/
text-align: left;
}

.indentmenu ul li a:visited{
color: #c762788;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #333333 !important; /*text color of selected and active item*/
padding-top: 0.3em; /*shift text down 1px for selected and active item*/
padding-bottom: 0.3em; /*shift text down 1px for selected and active item*/
background: url(assets/menugraddn.gif) center center repeat-x;
}

label
{
width: 5em;
float: left;
text-align: right;
margin-right: 0.8em;
display: block
}

textarea
{
width: 70%;
color: #2243a2;
background: #ffffff;
border: 1px solid #9d9fa2
}

.checkbox
{
margin-left: 5em;
margin-right: 2em;
display: block;
}

.optionbox
{
padding-left: 1em;
}

optionlabel
{
padding-left: 10px;
}
boxlabel
{
width: 30px;
margin-right: 2em;
display: inline;
}

formlabel
{

text-align: right;
margin-left: 1em;
margin-right: 1em;
display: inline;
}
.formleft
{
text-align: right;
left-margin: 10px;
float: left;
clear: none;
}

.formright
{
text-align: right;
right-margin: 10px;
float: right;
}

.submitinput
{
margin-left: 30px;
margin-bottom: 5px;
}
.boxinput
{
width: 130px;
margin-left: 0px;
}

.forminput
{
color: #2243a2;
background: #ffffff;
border: 1px solid #9d9fa2
}
.rightad {
	
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #2243a2;
	text-align: right;

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #888888;

}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #1a6687;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #1a6687;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #1a6687;
	text-decoration: none;
}

h4 a:link {
	text-decoration: none;
	color: #333333;
	}

h4 a:hover{
	text-decoration: underline;
	color: #336699;
	}
	
h4 a:visited {
	text-decoration: none;
	color: #1a6686;
	}
	
h4 a:active {
	text-decoration: underline;
	color: #6dab28;
	}



}
.imgleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;


}

.imgright {
	float: right;
	margin-left: 20px;
	margin-right: 0px;


}

.imgalone {
	float: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;




.submenu ul{
font: bold 0.9em Arial, Helvetica, sans-serif;
margin: 0;
padding-top: 10px;
padding-bottom: 15px;
float: left;
width: 730px; /*width of menu*/
border: none; /*dark purple border*/
border-width: 0px 0;
background: url(assets/25menu_up.gif) center center repeat-x;
}

.submenu ul li{
display: inline;
}

.submenu ul li a{
float: left;
color: #7b1010; /*text color*/
padding: 0.3em 0.8em;
text-decoration: none;
border-right: 0; /*dark purple divider between menu items*/
}

.submenu ul li a:visited{
color: #c762788;
}

.submenu ul li a:hover, .indentmenu ul li .current{
color: #cba1d5 !important; /*text color of selected and active item*/
padding-top: 0.3em; /*shift text down 1px for selected and active item*/
padding-bottom: 0.3em; /*shift text down 1px for selected and active item*/
background: url(assets/58menu_over.gif) center center repeat-x;
}

.verify {
	display: none;
	}