@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/Page_Bk.gif);
	background-repeat: repeat-x;
	color:#303332;
	font-size:0.91em;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	

}
#page {
	margin:0px 1.25em 0px 1.25em;
}
#title {
	
	padding:10px;
	color:#15654b;
	font-weight:bold;
	font-size:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
	#toplink {
		float:right;
		font-size:11px;
		font-weight:normal;
	}
	
#banner {
	height:70px;
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	background-color:#EFEFEF;
	text-align:center;
	margin:4px 0 4px 0 ;
	background:transparent url(../images/banner.jpg) no-repeat center center;
	
	}
#menu {
	width:230px;
	
	/*background-color:white;*/
	float:left;
	margin:0 20px 10px 0;
	padding-top:10px;
	
}
#content {
	padding:10px 20px 10px 20px;
	text-align:justify;
	margin:5px 10px 10px 210px;
	
}
#footer {
clear:both;
margin-top:10px;
text-align:center;
border-top:1px solid #0000FF;
font-size:0.80em;
padding:2px;
}
	#footer a{
	 color:#303332;
	 text-decoration:underline;
	
	}



h1, h2, h3, h4 {

margin:0;
/*color:#dc7c00;*/
}

#SideMenu a:link, #SideMenu a:visited {
	color: #6600FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#SideMenu a:hover {
	color: #FF0000;
}

#SideMenu {
	display: block;
	width: 230px;
	float: left;
}
#SideMenu ul {
	color: #6600FF;
	list-style-type: square;
}#SideMenu li {
	padding:2px;
}