@charset "utf-8";
/* CSS Document */
body {
	background-color: #b8b8a0;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0DDCC;
}
h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;	
}
h6 {
	font-size: 11px;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 0.08em;
	text-align: center;
}

h4 {
	margin-bottom: -2px;
	font-size: 14px;
}
h5 {
	margin-top: -2px;
	margin-bottom: -2px;
	font-size: 13px;
}
#wrap {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	background-image:url(../graphics/topbannerimage.gif);
	width: 900px;
	height: 110px;
	}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECEADF;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 125%;
	background-color:#cc9;
}
#main {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECEADF;
	color: #454d3a;
	padding-bottom: 10px;
}
#leftnav {
	width: 20%;
	height: 490px;
	float: left;
	padding-right: 10px;
	background-repeat: no-repeat;
	}
.extlogo {
float:right;
padding-top: 50px;
}

.navelements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 200%;
	text-align: right;
	font-weight: bold;
	padding-top: 25px;
	text-transform: capitalize;
}
.special {
	float: right;
	height: 50px;
	width: 125px;
	margin-top: 20px;
}
.specchar {
	font-size: 12px;
	font-weight: bold;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
#maincontent {
	width:70%;
	float: left;
	margin-left: 25px;
	text-align: justify;
}
h1 {
	font-size: 22px;
	letter-spacing: 0.075em;
}
#maincontent img {
	float:right;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer {
	width:900px;
	clear:both;
	text-align: center;
	background-color: #ECEADF;
	font-size: 9px;
}
#footer a {
	font-weight:normal;
}
hr {
	border-top: 2px solid;
	color: #E0E0C9;
	margin-bottom: -5px;
}
#main #maincontent .inside hr {
	width: 100%;
}


a:link {
	color: #4A0A48;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 3px;
	font-weight: bold;
}
a:visited {
	color: #4A0A48;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 3px;
	font-weight: bold;
}
a:hover {
	color: #999966;
	padding-right: 2px;
	padding-left: 3px;	
	font-weight: bold;
}
.nolink {
	color: #999966;
	padding-right: 2px;
	padding-left: 3px;
	font-weight: bold;
}
.inside {
padding:10px;
}

span { font-weight: bold }
.sample {
	width: 100%;
	height: 125px;
	background-color: #E0E0C9;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
.sample p {
	font-size:10px;
	text-align:left;
}

.button {
width:30%;
margin-left:auto;
margin-right: auto;
}
label {
	font-size: 12px;
	font-weight: normal;
	color: #666600;
}
.emailmsg {
	font-size: 9px;
	text-align: center;
}
.textblock {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
	margin-top: 5px;
	padding-bottom: 3px;
	background-color: #E0E0C9;
	padding-right: 10px;
	padding-left: 10px;

}
.question {
	float: left;
	font-weight: bold;
}
.menu {
	float: right;
	background-color: #CCCC99;
	border: 1px solid #78157F;
	font-size: 9px;
	line-height: 125%;
	letter-spacing: .05em;
}
menu a:hover {
	background-color: #ECEADF;
}
.part2 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.part1 {
	padding-bottom: 1px;
	padding-top: 2px;
	border-top: solid 1px #ECEADF;
}
.form {
padding-bottom: 5px;
	padding-top: 5px;
	border-top: solid 1px #ECEADF;
}
.form td{
padding: 3px;}
.doublecell {
margin-left:auto;
margin-right:auto;}
.input {
	display: none;
}
.errormessage{}
.confirmmessage{}
.faqerrormessage{
	font-size: 14px;
	font-weight: bold;
	color:#606;
	line-height:200%;
	text-align:center;
}
.faqconfirmmessage{
	font-size: 14px;
	font-weight: bold;
	color:#606;
	margin: 5px;
	text-align:center;
	line-height:200%;
}