body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: black;
	background-image: url("redleftborder.gif");
	font-family:  Arial, Georgia,Times,serif;
	font-size: 10px;
	height:101%;
}
#container{
/*	width:1005px; */
	width:100%;
	margin: 0;
	padding: 0;
}
#pageHeaderLeft{
	/*
	background-image: url(topleftpic.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 153px;
	*/
	width: 15%;
	/*
	height: 120px;
	*/
	margin: 0;
	padding: 0;
}
#pageHeaderLeft img{
	width: 100%;
}
#pageHeader{
	/*
	background-image: url(headercenter.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 700px;
	height: 120px;
	width: 9em;
	*/
	width: 70%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	/*
	left: 153px;
	*/
	left: 15%;
}
#pageHeader img{
	width: 100%;
}
#pageHeaderRight{
	/*
	background-image: url(courthouse4.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 120px;
	*/
	width: 15%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	/*
	left: 845px;
	*/
	left: 85%;
}
#pageHeaderRight img{
	width: 100%;
}
#mainBody{
	position: absolute;
	left: 170px;
	width: 75%;
	/*
	top: 169px;
	*/
	text-align: justify;
}
#mainBody p{
	font-family: Arial, Georgia,Times,serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: normal;
	text-indent: 30px;
}
#mainBody h1{
	font-family: Arial, Georgia,Times,serif; 
	font-size: 18pt; 
	color: #660000; 
	font-weight: normal;
}
#mainBody h2{
	font-family: Arial, Georgia,Times,serif; 
	font-size: 16pt; 
	color: #000000; 
	font-weight: bold;
	text-indent: 30px;
}
#mainBody ul{
	font-family: Arial, Georgia,Times,serif; 
	font-size: 10pt; 
	color: #000000; 
	text-indent: 5px;
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#mainBody li{
	margin-bottom: 5px;
	margin-left: 35px;
}
#mainBody li.list2{
	margin-bottom: 5px;
	margin-left: 45px;
}
#mainBody h3{
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Georgia,Times,serif; 
	font-size: 9pt; 
	font-style: italic; 
	font-weight: normal; 
	color: #000000; 
}
#mainBody h4{
	margin-bottom: 5px;
	margin-left: 75px;
	font-family: Arial, Georgia,Times,serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000; 
}
#mainBody h5{
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Georgia,Times,serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
}
#profiles ul{
	font-family: Arial, Georgia,Times,serif; 
	font-size: 12pt; 
	color: #000000; 
	text-indent: 5px;
	margin-top: 3px;
	margin-left: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
    list-style-type: disc;
}
#areas{
	float: left;
}
#areas1{
/*	float: left;*/
    position: absolute;
    left: 0;
    width: 53%;
}
#areas2{
/*	float: right;
*/
    position: absolute;
    right: 0;
    width: 42%;
}
#profiles li{
	margin-bottom: 5px;
	margin-left: 75px;
}
#leftMenu{
	position: absolute;
	/*
	left: 11px;
	top: 190px;
	*/
	width: 159px;
	background-image:url(panel3_top.gif);
	background-position:top;
	background-repeat: no-repeat;
}

a{
	color: #660000; 
	font-weight: bold;
	text-decoration: none;
}
a:hover{	
	text-decoration: underline;
}
#links {
	font-size: 28pt; 
}

#headerAddress{
	width: 100%;
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #222222;
	border-top: 3px solid #FFCC66;
	border-bottom: 3px solid #FFCC66;
	padding-bottom: 7px;
	padding-top: 7px;
	position: relative;
	top: -0.1em;
	/*
	left: 153px;
	*/
	left: 0px;
	z-index: 1;
}

#headerAddress a{
	font-family: Arial;
	/*
	font-size: 8pt;
	*/
	font-size: 1em;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
}
