	body {
	font-family: "tahoma", serif;
	margin-top: 0px;
	background-image: url(images/back_blue.jpg);
	background-repeat: repeat-x;
	color:#666666;
	background-color: #fff;
	}
	
	p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 14px;
	line-height: 20px;
}
	
h2{
			font-size: 18px;
			color: #0E7397;
			}
h1 {
	color: #5CA753;
	font-size: 22px;
}
		a{
			color: #6A849D;
			text-decoration: none;
		}	
			#container {
			width:700px;						
			margin-left: auto;
			margin-right: auto;
				
		}
		
		#banner {
		height: 240px;
			padding: 0px;
			margin-bottom:1px; ;
			background-image: url(images/head.jpg);
			background-repeat: no-repeat;
		}

		#content {
	margin-left: 165px;
	color: #666666;
		}

		#sidebar-a {
	float: left;
	width:130px;
		}
		#sidebar-a h1{
		border-bottom: 1px dotted #993333;
			font-size: 12px;
			font-weight: bold;
			color: #993333;
		}
		#containerboth{
	padding-right: 30px;
	padding-left:30px;
		}

		#footer {
		   height: 50px;
			clear: both;
			background-image: url(images/footer.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		.fotext{
		margin-left: 30px;
		margin-right: 30px;
		font-size: 10px;
		padding-top: 17px;
		}
#rightmenu {
font-size:13px;
	margin: 0;
	padding: 0;
}

#rightmenu a {
	display: block;
	background: url(images/arrow.gif) no-repeat center left;
	color: #6A849D;
	padding: 2px 2px 5px 15px;
	margin: 0 0 1px 0;
	text-decoration: none;
	background-position: 4px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#rightmenu a:hover {
	color: #AE6427;
	background:  url(images/arrow.gif) no-repeat center left;
	background-position: 4px;}
	
	input   {
	border: 1pt solid #6A849D;
	font: normal 10px tahoma;
	color: #707070;
	margin:0px 0px 5px 0px;
}
.news{
	border-bottom: 1px dashed #ddd;
	padding:5px;
	color: #6A849D;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.news a:visited {
	color: #6A849D;
	text-decoration: none;
}
.news a:hover {
	color: #AE6427;
}
.imgright{
vertical-align: top;
	border: 1px solid #eee;
	padding: 3px;
	float: right;
	margin: 5px;
}
.imgleft{
vertical-align: top;
	float:left;
	border: 1px solid #eee;
	padding: 3px;
	margin:5px;
}
