/* CSS Document */

#body1 { margin: 0; line-height:14px;}

div { padding: 0; border: none; }

a {
	text-decoration: underline;
	border:0;
}
img {
  border: none;
}

#wrapper {}

#headercontainer { position: fixed; top: 0; left: 0; right: 0; height: 175px; margin: 0; padding: 0; color: #ffffff; background:url(img/testhead.jpg) left top no-repeat; background-color: #ffffff;	 }

#header { position: relative; max-width: 730px; min-width: 930px; margin: 0; padding: 0 0px;}

#headertitle { margin:15px 20px; width:204px; float:left;}

#headerspacer { height:11px;}

.content{width:613px; margin-top:75px; float:left; z-index: 0;}

#headerlinks {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	position:absolute;
	clear:both;
	font-style:italic;
	font-weight:bold;
	padding-top:16px;
	text-align:right;
	color:#227097;
	width:153px;
	height:155px;
	left: 760px;
	top: 0px;
	background:#ffffff;
	clear:both;
	
}

#service { 
	  padding:0;
	  padding-top:5px; 
	  margin:0; 
	  } 
#service li {list-style-type: disc; display:list-item; padding-left:0; margin-left:2em; font-weight:bold;  } 

#headerlinks a {
	text-decoration: none;
	color: #000000;
}

#headerlinks a:hover {
	text-decoration: none;
	color: #205b84;
}

#headerlinks .email_item a {
	color: #227097;
	border-bottom:0;
}

.toplinkleft { width: 75px; float: left; }

.toplinkright { width: 75px; float: right; text-align: right; }

#main { padding: 110px 0px 20px 110px; width: 804px; margin: 0; color: #000000; background-color: #ffffff; border-style:none;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	vertical-align:top;
	clear:both;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	color:#000000;

	
 }
 

#main a { border:0;}


#maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:right;
	clear:both;
	font-style:italic;
	font-weight:normal;
	text-align:right;
	color:#000000;
	width:155px;
	left: 720px;
	top: 170px;
	margin-top:73px;
}
a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #205b84;
}
#maintext .current_page_item a {
	color: #205b84;
	border-bottom:0;

}
ul {
list-style-type: none;
margin: 0;
padding:0;
}

li { 

list-style-type: none;
margin: 0;
padding:0;
} 

p {
	text-decoration:none;
	color: #000000;
	padding:0;
	margin-top:0;
	margin-bottom:15px;

}
#mainfooter { margin-top:100px; margin-bottom:9px;}
.footer { width:805px; float:left; font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; font-style:italic; line-height:18px; }
.copyright{ font-size:9px; margin-top:10px; margin-bottom:50px; float:left;}

.fullwidth0pxhigh { font-size: 0px; clear: both; line-height: 0px; padding: 0px; }

/*4 Divs for max-min hack adjusted below, as only applicable to IE6:-*/

#bodydiv { padding: 0; margin: 0; }

#sizer { padding: 0; margin: 0; }

#expander { padding: 0; margin: 0; }

#wrapper { padding: 0; margin: 0; background-color:#FFFFFF; }

h1 { margin-top: 20px; }
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; font-style:italic; color:#227097; margin-top:0; }

[if ie]>


html { scrollbar-face-color: #ccccc2; scrollbar-shadow-color: #ccccc2; scrollbar-highlight-color: #ccccc2; scrollbar-3dlight-color: #ccccc2; scrollbar-darkshadow-color: #ccccc2; scrollbar-track-color: #e9e9e2; scrollbar-arrow-color: #e9e9e2; }




[if gte ie 7]>
<style type="text/css">

#maintext1 { padding: 0px 20px 20px 20px; }
 



 ie less than IE7 for IE6 max/min hack as position: fixed does not work
[if lt ie 7]> 
<link rel="stylesheet" href="ie6maxmin.css" type="text/css">
