/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:  #92D3CF; 
}

a:link, a:visited {
	color: #366F69;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #986635;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15pt;
	font-weight: bold;
}

.maintable {
	background-color: #FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color: #602624;
	margin-top: 0px;
	padding-top: 0px;
	height: 500px;
}

.maintable td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

#header h1 { display: none; }

#header
{
	width: 100%;
	height: 80px;
	color: #000;
	background-color: #91B932;
	background-image: url(/images/header5.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}


.listmenu {
	width: 100%;
	background-color: #366F69;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
}

.listmenu a , .listmenu a:link, .listmenu a:visited, .listmenu a:hover, .listmenu a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.submit_table td {
	text-align: left;
}

.details {
	text-align: center;
}

.listmenu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.links li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-right: 30px;
	font-size: 10px;
}

.links li a {
	font-size: 12px;
}

.inner_nav {
	text-align: center;
}
.inner_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
/*
.inner_nav a:link, .inner_nav a:visited {
	color: #986635;
	font-weight: bold;
	text-decoration: none;
}

.inner_nav a:hover, .inner_nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/
.overview {
	float: left;
	height: 250px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.overview img {
	border-color: #000000;
	border-width: 1px;
}

.ovinfo {
	font-size: 10px;
}

.browser {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #92D3CF;
	font-weight: bold;
}
/*
.ov_title a:link, .ov_title a:visited {
	color: #986635;
	font-weight: bold;
	text-decoration: none;
}

.ov_title a:hover, .ov_title:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/
.ov_title {
	padding-bottom: 5px;
}

.ov_inactive {
	float: left;
	background-color: #cccccc;
	height: 250px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

.pagination {
	text-align: center;
	clear: both;	
	margin: 10px;
	padding: 10px;
	background-color: #92D3CF;
}

.details img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid;
	border-width: 1px;
	border-color: #000000;
}

.details_description {
	text-align: left;
	margin-left: 140px;
	margin-right: 140px;
}

.details_author {
	text-align: right;
	margin-right: 40px;
	margin-top: 10px;
	font-size: 10px;
}
/*
.pagination a:link, .pagination a:visited {
	color: #986635;
	font-weight: bold;
	text-decoration: none;
}

.pagination a:hover, .pagination a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/
.comment_title {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bolder;
	font-size: 14px;
	background-color:#CCCCCC;
}

.comment {
	text-align: left;
	margin-top: 10px;
	margin-right: 200px;
	margin-left: 200px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

.comment_flip {
	text-align: center;
}

.comment_info {
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}

.welcome {
	float: left;
	width: 45%;
	padding: 10px;
	height: 120px;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	margin-bottom: 15px;
}

.news {
	float: left;
	width: 48%;
	height: 120px;
	padding: 10px;
	margin-bottom: 15px;
}

.footer {
	margin-top: 10px;
	clear: both; 
	text-align: center;
}

.footer a{
	color: #602624;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}