.html{
	width:520px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px;
}

input{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	width:250px
}

textarea{
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	width:240px;
	height:120px;
	background-color:#FFFFFF;
}

select{
	border-width:1px;
	border-style:solid;
	border-color:#black;
	width:140px;
}

a:link {
	color: #04512B;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

td{
	text-align:justify;
	font-family:verdana;
	font-size:12px
}

.tableOuter{
	border-width:0px;
	border-color:#cccccc;
	border-style:solid;
	width:520px;
}

.tableInner{
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	text-align:left;
	vertical-align:top
}

table{
	padding:0px;
	padding-left:0px;
	padding-right:inherit
}

body {
	margin: 0px;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrap {
	height: 700px;
	width: 900px;
	background-color: #F5FAF9;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#head {
	height: 100px;
	background-image: url(/test/gfx/head4.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #04512B;
	border: none;
}

#head h1{
	display: none;	
}


#menu {
	height: 35px;
	width: 710px;
	background-color: #07B8A3;
	float:left;
	font-family:times;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border: green solid thin;
	border: none;
}
#menu ul{
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li{
	float: left;
	width: 100px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
}
#menu a:link {
	text-align: center;
	display: inline;
	color: #FFCC33;
	font-weight: bold;
	background-position: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #07B8A3;
}
#menu a:visited {
	text-align: center;
	display: inline;
	color: #FFCC33;
	font-weight: bold;
	background-position: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #07B8A3;
}
#menu a:hover {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #07B8A3;
	color: #EAAF00;
}
#menu a:active {
	color: #EAAF00;
}

#l_menu {
	width: 158px;
	height: 100%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC33;
}
#l_menu ul{
	font-size: 12px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#l_menu li{
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#l_menu a:link, a:visited {
	text-align: center;
	display: inline;
	color: #04512B;
	font-weight: bold;
	background-position: center;
	text-decoration: none;
}
#l_menu a:hover {
	color: #04512B;
	text-decoration:underline;
}

#l_menu a:active {
}

#cont {
	width: 534px;
	height: 900;
	float: left;
	margin-top: 20px;
	overflow: auto;
	text-align:right;
	border: none;
	top: 110px;
}
#cont p{
	font-size: 12px;
	width: 470px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: none;
}

#cont a:link {
	color: #04512B;
	text-decoration: underline;
}

#cont a:hover {
	color: black;
	text-decoration: underline;
}

#cont a:visited {
	color: #04512B;
	text-decoration: underline;
	font-weight:normal;
}

.board{
	width: 520px;
	padding: 5px;
	vertical-align:top;
	text-align:left;
}

.searchAndLog{
	margin-top:10px;
	margin-left: 10px;
	color: #FFCC33;
	text-align: left;
	font-size:12px;
	font-weight: bolder;
}

.searchInput{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	width:100px;
	height:17px;
}

.searchButton{
	border-width:1px;
	border-style:solid;
	border-color:#FFCC33;
	width:30px;
	height:20px;
	background-color:#FFFFFF;
}

.loggingButton{
	border-width:1px;
	border-style:solid;
	border-color:#FFCC33;
	width:90px;
	height:20px;
	background-color:#88CC88;
}

#actual {
	width: 190px;
	height: 100%;
	float: right;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	background-color: #07B8A3;
	border: none;
}

#soeg{
	width: 190px;
	float: right;
	background-color: #07B8A3;
	height: 38px;
}

.bold{
	font-size: 12px;
	font-weight: bold;
}

#actual h2{
	font-size: 14px;
	width: 150px;
	padding: 5px 5px 0px 5px;
	text-align: left;
	display: block;
	margin-left: 10px;
	color: #FFCC33;
	font-weight: bolder;
}
#actual p{
	font-size: 12px;
	width: 150px;
	padding: 5px 5px 10px 5px;
	text-align: left;
	display: block;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#forumthreads li{
	margin: 5px;
	padding: 0px;
	text-indent:0px;
	list-style-type: none;
}

img{
	border: none;
}

.searchDescription{
	color:gray; font-size:12px;
}


