@charset "UTF-8";
/* CSS Document */

body {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

#wrapper {
	width:800px;
	margin: 0 auto;
	border: 5px solid #333;
}

#header {
	height: 69px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
}

#leftcolumn {
	width: 295px;
	float: left;
	padding-left: 5px;
}

#rightcolumn {
	width: 490px;
	float: left;
}

#footer{
	color: #333;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: 16px;
}



.green {
	color: #8DD300;
}

.imglevel{
	vertical-align: middle;
}


a:link {
	font-family: Verdana;
	line-height: 18px;
	color: #8DD300;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	line-height: 18px;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	line-height: 18px;
	color: #060;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	line-height: 18px;
	color: #ffffff;
	text-decoration: underline;
}

INPUT {
font-family: Verdana;
font-size: 10px;
background: #FFFFFF;
border: 1px #333333 solid;
color: #333333
}
TEXTAREA { 
font-family: Verdana;
font-size: 10px;
background: #FFFFFF;
color: #333333;
border: 1px #333333 solid
}
SELECT { 
font-family: Verdana;
font-size: 10px;
background: #FFFFFF;
}
OPTION { 
font-family: Verdana;
font-size: 10px;
background: #FFFFFF;
color: #333333;
border: 1px #333333 solid
}

