body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: overline underline;
	color: #333333;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 16px;
	color: #000000;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 14px;
	color: #000000;
}
hr{
	border-bottom: 1px dashed #000000;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
table, tr, th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
p{
	padding: 0px;
	margin: 0px;
}
form{
	margin: 0px;
	width: 400px;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
input, textarea, select{
	border: 1px inset #333333;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	width: 392px;
}
textarea{
	height: 120px;
}
select{
	width: 400px;
}
input.submit{
	background-position: center;
	background-color: #333333;
	border: 1px solid #333333;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	color: #ffffff;
	width: 400px;
}
input.submit:hover{
	background-color: #666666;
	border: 1px solid #666666;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
}
#wrapper{
	margin: auto;
	width: 1095px;
	float: none;
}
#wrapper #logo{
	text-align: center;
	height: 139px;
	width: 1095px;
	float: left;
}
#wrapper #main{
	background-image: url(images/main.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 88px 0px 88px;
	min-height: 538px;
	width: 919px;
	margin: 0px;
	float: left;
}
#wrapper #main #menu{
	width: 920px;
	height: 64px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
#wrapper #main #menu ul{
	margin: 20px 0px 0px 0px;
	list-style-type: none;
	height: 65px;
	width: 920px;
	float: left;	
}
#wrapper #main #menu ul li{
	padding: 0px 20px 10px 20px;
	color: #ffffff;
	float: left;
}
#wrapper #main #menu ul li a:link, #wrapper #main #menu ul li a:visited{
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	display: block;
	height: 24px;
	color: #ffffff;
	margin: 0px;
	float: left;
}
#wrapper #main #menu ul li a:hover{
	border-bottom: 4px solid #ffffff;
	color: #ffffff;
}
#wrapper #main #menu ul li a.active:link, #wrapper #main #menu ul li a.active:visited{
	border-bottom: 4px solid #ffffff;
	color: #ffffff;
}
#wrapper #main #info{
	margin: 20px 0px 0px 0px;
	width: 920px;
	float: left;
}
