body {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align: center;
	background-color:#FFF;
	color:#000;
	font:90% Verdana, Arial, Helvetica, sans-serif;
}

.em { 
	font-style:italic;
	color:#6699CC;
	font-size:95%;
	}
dt {font-weight:bold;
	color:#336699;
	}
#page{
	width:100%;	
	margin: 0 auto;
	padding:0;
	text-align: center;
	background: #CDCDE7 url(images/pagetop_bkg.gif) repeat-x top;
	}
div.center {
	width:850px;
	margin: 0 auto;
	padding:4px;
	text-align: center;
	}
	

#header {

	background-color:none;
	width:850px;

	}
#header h1 {
	position:relative;
	overflow:hidden;
	height:58px;

	width:850px;	
	font-size:110%;
	color:#2D8091;
	margin: 0;
	text-align:left;
}
#header h1 span {
	background:url(images/header.jpg)  no-repeat top left;
	width:100%;
	margin:0px;
	padding:0px;
	height:58px;
	position:absolute;
	top:0;
	left:0;
		
} 
#top {
	width:100%;	
	min-height:25px;
	text-align: center;
	background-color:#FFF;
	border-bottom:1px solid #CDCDE7;
	}  
#menu {

	min-height: 20px;
	padding-top:5px;
	padding-bottom:2px;
	text-align:left;
	position:relative;
	width:850px;
	color:#000;
	background-color:#FFF;
}
#menu ul {
	display: inline;
	margin:0px;

	}

#menu ul.left {
float:left;
padding-left:0;
}	
#menu ul li {

	list-style-type:disc;
	display: inline;
	padding-left: .75em;
	padding-right: .75em;	
	
	}

#menu ul li a{
	color:#000;
	text-decoration:none;

	}

#menu ul li a:hover{
	color:#000;
	text-decoration:none;
	
	border-top:10px solid #CC9900;

	}
		
/*main content*/
#main {
	width:100%;
	padding-top:0px;
	background-color:#FFFFFF;
	
	}	
	

.gutter {
margin: 10px;
}
.alignRight{
float:right;
display:inline;
}
p.center {
text-align:center;
}
/*inside pages*/
.content {
text-align:left;
width:850px;
}
.content h3.main,.content h3.mainAlt  {

color:#4D688A;
padding:10px;
margin-top:30px;
text-align:left;
padding-left:2em;
}
.content h3.main {
border-top:1px solid #CAA487;
background-color:#F1EBD7;
}
.content h3.mainAlt {
border-top:1px solid #CAA487;
background-color:#EAEDF7;
}
.content p {
padding-left:2em;
margin-top:.5px;
width:80%;
}
.content h4{
padding-left:2em;
padding-bottom:0;
margin-bottom:0;
}
/*end inside pages*/
/*home page*/
.contentHome {
padding:20px;text-align:left;
}

.contentHome h2{
	
text-align:left;
color:#CC6600;
font-size:100%;
border-bottom:1px dashed #CC6600;
font-weight:normal;
margin-top:0px;
}
.contentHome a{	
color:#CC6600;

}

/*end home page*/
p.clear {
 	clear:both;
 }
#footer{
clear: both;
width: 850px;
border-bottom:4px solid #CC9900;
color:#000;
text-align: left;
padding: 4px 0;
background-color:#CDCDE7;
}
#footer ul{
	display: inline;
	margin:0px;
	padding-top:5px;
	}
	#footer ul.right {
float:right;
}
#footer ul.left {
float:left;
padding-left:0;
}	
	
#footer ul.left li {
	border-left:1px solid #6666CC;
	}
#footer ul li {

	list-style-type:none;
	display: inline;
	padding-left: .75em;
	padding-right: .75em;
	
	}
#footer ul li.last {

	border-right:1px solid #6666CC;
	
	}
#footer ul li.first {

	border-left:none;
	
	}

#footer ul li a{
	color:#000;
	text-decoration:none;

	}
#footer p{
clear:both;
padding-top:1.5em;
padding-left:.5em;

}
