body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e7f0ef url(images/background_top.jpg) top repeat-x;
} 
p {
	text-align: left;
	text-indent: 20px;
}
#sysframe {
	width: 760px;
	background: #e7f0ef url(images/background_frame.jpg) repeat-y; 
}

#sysheader {
	height: 255px; 
	background: #e7f0ef url(images/header_new.jpg) no-repeat;
	}
#syscontent {
	padding-bottom: 57px;
  	background: #e7f0ef url(images/background_frame.jpg) repeat-y;

}
#sysfooter {
	 height: 57px; 
	 margin-top: -68px; 
	 width: 760px;
	 background: #e7f0ef url(images/footer.jpg)  no-repeat;
}
#sysfootercontent {
	height: 57px;  
	margin-top: -37px; 


}
#navigation{
	text-align:left;
	padding-top:10px;
	padding-left:45px;
	width:180px;
	float:left;
	overflow: hidden;
}
#content{
	margin-left:30px;
	width:450px;
	float:left;
	overflow: hidden;
}
.clear{
	clear: both;
}

/*  nav */

 .nav ul {
	display: block;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

.nav li {
	display: block;
	clear: both;
	width: 160px;
	background: #f3f3f3; 
	margin: 1px 0 0 0;
	padding: 0;
}

.nav li a {
	color: #307057;
	display: block;
	clear: both;
	background: #f3f3f3;   
	font-weight: none;
	padding: 0px 0 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #307057;
}
 .nav li a:hover {
	color: #006633;
	background: #d8ede6; 
	border-bottom: 1px solid #307057;
}
.centered{
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* styles 2 */
.title{
	margin: 10px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #3e0109;
}
.caption{
	margin: 10px;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #3e0109;
}
.footertext{
	padding-top: 15px;
	text-align: center;
}
.links  a	   { color: #d17127; text-decoration: none; font-weight: normal; font-size: 10pt;
 }
.links  a:hover    { color: #3e0109; text-decoration: underline; font-size: 10pt;
}
.gallery {
	border: 4px solid #d7ece5;
	padding: 0px;
	width: 60px;
	height: 40px;
}
