body {
	background-color: #D0D0D0;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.center{
	text-align:center;
}

p{
	font-size:12px;
}

h2{
	font-size:14px;
	text-align:center;
}

div#footer {
	background:black;
	color:white;
	padding: 15px;
	clear: both;
	font-size: 10px;
	text-align: center;
}

div#footer a{
	color:white;	
}

div#top {
	background:black;
	padding-left: 20px;
}

div#top-bar{
	background:url('/images/container.png') repeat-x top center;
	height:20px;	
}

div#bottom-bar{
	background:url('/images/top.png') repeat-x bottom center;
	height:20px;
}
	

div#content {
	min-height: 790px;
	margin-left:15px;
	float: left;
	width: 725px;
}

div#menu {
	width: 170px;
	margin-left:20px;
	float: left;
	color: black;
}

div#menu ul{
	margin:0px;
	padding:0px 0px 0px 25px;
	list-style-type: circle;

}


div#container {
	padding:0px 3px;
	margin:auto;
	width: 944px;
	background :url('/images/bg.png') repeat-y;
	min-height: 800px;
}

div#menu h3{
	background:url('/images/bd.png') no-repeat;	
	color:white;
	font-size:13px;
	padding-top:17px;
	height:30px;
	margin:10px 0px 5px 0px;
	padding-left:40px;
}

div#menu ul li a{
	text-decoration: none;
	font-size:13px;
}


div.box img {
	margin-right: 5px;
}

div.box {
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.box p {
	display: block;
}

div.right {
	width: 320px;
	float: right;
	clear: right;
}

div.left {
	width: 320px;
	float: left;
	clear: left;
}

div.box-content {
	margin: 2px;
	padding: 5px;
}

div.mid {
	margin: 10px auto !important;
	width: 740px;
	clear: both;
}

div#contact {
	margin: auto;
	width: 440px;
}

p {
	margin-left: 1px;
	margin-top: 1px;
	padding: 1px;
}

form {
	margin: 1px;
	padding: 0;
}

.search {
	border:1px solid #E5E5E5;
	color:#777777;
	font-size:11px;
	height:15px;
	padding:1px;
	vertical-align:top;
	width:100px;
}

.button {
	border:1px solid #E5E5E5;
	font-size:11px;
	height:19px;
	vertical-align:top;
	width:50px;
}

a {
	color: #000000;
	text-decoration: underline;
}

.line {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table {
	font-size:11px;
	margin:auto;
	border-collapse: collapse;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

td,th {
	padding:2px 10px;
	text-align: center;
	border: 1px solid gray;
}

th {
	background: #2f312e;
	color: white;
}

td a{
	font-weight:bold;
	text-decoration:none;	
}

div#news-container {
	margin-top: 100px;
}

span.date {
	font-size: 8px;
	color: gray;
}

span.title {
	font-weight: bold;
	margin-left: 5px;
}

div.menu-title{
	border-bottom:1px solid #C0C0C0;
	margin-bottom:1px;
	text-align:center;
	font-size:11px;
	background:#008000;
	color:white;