body{
	margin:0;
	padding:0;
	background:#F2F2F2;
	text-align:center;
	color:#555;
}
 h1, h2, h3, h4{
	margin:1.0em 0;
	padding:0;
	
}
p {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	
}

.pagetitle {
	font-size:12pt;
	color:#FDA11C;
	font-weight: bold;
}

.small {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
		
}

h1{font-size:140%;}
h2{
	font-size:12pt;
	color:#FDA11C;
}
h3{
	font-size:10pt;
	background-color: #3399FF;
	color:#ffffff;
	font-weight:bold;
	text-indent: 5px;
	padding: 2;
}
h4{font-size:100%;}
table, td, select, input, textarea, li{
	 Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

input, select { 
 font-size: 10pt; 
 background-color: #FFFFFF; 
 border: 1px solid #3399FF; 
 color: #555555;
 
}

textarea { 
 font-size: 10pt; 
 background-color: #FFFFFF; 
 border: 1px solid #3399FF; 
 color: #555555;

}


a:visited {
	color: #3399FF;
	font-weight: normal;
	text-decoration: underline;
}
a:link {
	color: #3399FF;
	font-weight: normal;
	text-decoration: underline;
}


a:hover {
	color: #3399ff;
	font-weight: normal;
	text-decoration: underline overline;
}

a:active {
	color: #3399ff;
	font-weight: normal;
	text-decoration: none;
}



a.nav:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

a.nav:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}


a.nav:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

a.nav:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}



/* ---------------------------------- container ---------------------------------- */
#container{
	margin:0 auto;
	text-align:left;
	width:750px;
	background:#fff;
	margin-top:1em;
}

/* ---------------------------------- header ---------------------------------- */
#header{
	position:relative;
	height:150px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(../images/header_images.jpg) no-repeat;
}
/* ---------------------------------- navigation ---------------------------------- */
div#navlist {
	display: block;
	margin: 0;
	padding: 0;	
	vertical-align: middle;
	list-style:none;
	}
div#navlist li a {
	display: block;
	padding: 0.5em 0em 0.4em 1.2em;
	border-width: 1px;
	border-color: #ffe #fff #E5E5E5 #fff;
	border-style: solid;
	height:15px;
	color: #777;
	text-decoration: none;
	background:#FFF;
	list-style:url(../images/greydot.gif) none;
}
div#navlist li#active a {
	color: #4B95E9;
	background:#FFF;
	height:15px;
	list-style:url(../images/greydot.gif) none;
}
div#navlist li a:hover, div#navlist li#active a:hover {
	color: #4B95E9;
	background:url(../images/menu_back.gif);
	text-decoration: underline;
	height:15px;
	list-style:url(../images/bluedot.gif) none;
}
/* ---------------------------------- main ---------------------------------- */
#main{
	
	vertical-align: top;
}


.main_nav {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

	
}
#main_text{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;

	}
#heading1 {
	background:url(../images/navigate.gif) no-repeat;
	width:95px;
	height:15px;
	margin: 5px;
}
#heading2 {
	background:url(../images/heading_text.gif) no-repeat;
	width:129px;
	height:15px;
	margin: 5px;
}
#heading3 {
	background:url(../images/annother_heading.gif) no-repeat;
	width:165px;
	height:14px;
	margin: 5px;
}
#head_main {
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------------------------------- footer ---------------------------------- */



.footer_nav {
	vertical-align: top;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

	
}
#footer_text{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 5px;
	font-weight:normal;
	text-align:center;

	}
