@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color:#FFFFFF;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color:#000000;
	
}

/******** Layout Elements ********/

.wrapper {
	width: 98%;
	margin: 0 auto;
}

.innerwrapper {
	margin: 0 210px 0 0;

}

.header {
	height: 90px;
	margin: 10px 0 10px 0;
	padding: 3px;
	padding-bottom:0;
	border: 0px;
	background-color: #ffffff;
	text-align: center;
	line-height: 60px;
}


.headercenter {
	height: 60px;
	margin: 30px 0 10px 0;
	padding:0px;
	border: 0px;
	background-color: #ffffff;
	text-align: center;
	line-height: 60px;
}
.content {
	margin: 0 0 8em 210px;
	width:75%;
	padding: 0px;
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

.contentborder {
	margin: auto auto auto auto;
	width:100%;
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	padding: 5px;
	background-color: #ffffff;
	
}
.leftbox { 
    border-bottom: 1px solid #cccccc;
	font-size:1.25em;
}

.center {
	margin: 10px 20px 20px 110px;
	float: justify;
	padding: 30px;
	padding-top:10px;
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 300px;
	padding: 5px;
	padding-left:30px;
	border-bottom:dashed 1px;	
	background-color: #ffffff;
	text-align:center;
}

.contentright {
	margin: 0 0 10px 0;
	float: center;
	width:275px;
	padding: 5px;
	border-bottom: dashed 1px;
	background-color: #ffffff;
}



.contentleft{
    margin: 0 0 10px 0;
	float: left;
	width: 275px;
	padding: 5px;
	border-bottom:1px dashed;
	background-color: #ffffff;
	text-align:center;
	
}


.contentleftbox{
  	margin: 0 0 10px 0;
	float: left;
	width:275px;
	padding: 5px;
	border-bottom: dashed 1px;
	background-color: #009999;
	text-align:center;
	font-size:1em;
}

.contentrightbox{
  	margin: 0 0 10px 0;
	float: center;
	width:275px;
	padding: 5px;
	border-bottom: dashed 1px;
	background-color: #009999;
	font-size:1em;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #009999;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

.subheader{
	 text-align:left;
	 border-bottom: 1px double #cccccc;
	 font-weight:bolder;
	 color:#666666;
	 font-size:1em;
	 padding:5px;
	 padding-left:2.4em;

	 	  
}


.navigation{
	 text-align:center;
	 border-bottom: 1px double #cccccc;
	 font-weight:bolder;
	 color:#666666;
	 font-size:1em;
	 padding:5px;
	  
}

.navigation a:hover {
	color: #003366;
	text-decoration: none;
}

.navigation a:active{
	color:#006699;
	text-decoration: none;
}

.topheader{
	font-size: 24px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bolder;
	 	  
}

h1 {
	font-size:2.5em;
	font-weight: bold;
	color:#006699;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#aa0000;
}	


h6{

	font-size:14px;
	font-style:italic;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

a, a:link {
    color:#009999;
	font-size:1.5em;
	text-decoration: none;
}


a:visited {
	color:#009999;
	text-decoration: none;
}


a:hover {
	color: #003366;
	text-decoration: none;
}

a:active {
	color:#003366;
	text-decoration: none;
	
}	
    
.header a, .header a:active, .header a:visited {
	color: #000066;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.content form{
	
	 font-weight:bolder;
	 color:#666666;
	 font-size:1em;
 	 padding: 50px; 
}

.title{
	text-align:center;
	font-weight:bolder;
	font-size:1.5em;
	color:#000000;
	}
	
.address{
	text-align:center;
	font-size:1.2em;
}	

.forms{
	text-align:left;
	font-size:1.2em;
	margin: 0 0 15px 0;
}	

.table {
     text-align:right;
	 margin-left:12em;
	 margin-right:auto;

	 size:900px;
}

.text {
 
     font-size: 12px; 
     background-color: #FFFFFF; 
     border: 1px solid #8292BD;
	 height: 20px;
	 width: 150px;
}

.textarea{
     font-size: 12px; 
     background-color: #FFFFFF; 
     border: 1px solid #8292BD;
	 height: 200px;
	 width: 250px;
	 float:left;
}


.td{
	width:272px;
	padding:1em;
}

.tdsmall{

	float:right;
}

.input{
	margin-left:auto;
	text-align:left;
	width:417px;
}

.button{
	border: 1px solid #8292BD;
	font-size:12px;
	padding:5px;

}	
.contentright a, .header a:active, .header a:visited{
    color:#009999;
	text-align:center;
}

.contentleft p{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

.contentleft h{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	color:#FF0000;
}

.contentleft h4{
	text-align:left;
	font-weight:bold;
	font-size:1.5em;
	color:#aa0000;
}
.contentleft h2{
	text-align:justify;
	font-weight:400;
	font-size:1em;
	color:#333333;
}

.contentleft h3{
	text-align:justify;
	font-weight:bold;
	font-size:1em;
	color:#333333;
}

.contentleftbox a, .header a:active, .header a:visited{
    color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.contentright{
	text-align:center;
	font-size:1em;
	color:#000000;
}


.contentrightbox a, .header a:active, .header a:visited{
    color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.contentrightbox h1{
	color:#aa0000;
	text-align:center;
}

.contentrightbox p{
	color:#FFFFFF;
	text-align:center;
}


.contentright h1{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:#aa0000;
}

.contentright a:hover{

color:#003366;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color:#FFFFFF;
}

.footer a:hover {
	color:#000099;
}

.footer a, .header a:active, .header a:visited {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color:#FFFFFF;
}




/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
	color:#009999;
	font-size:1.5em;
	font-weight:bold
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style:disk;
	color:#000000;
	font-size:.75em;
	font-weight:lighter;
	
}

ul ul {
	margin: 0 0 15px 0;
}



