@charset "utf-8";
/* CSS Document */

/* -- Index (DIV) Properties ---*/
#header {
	margin:0 auto;
	width:818px;
	height:149px;
	}

#logospace {
	width:818px;
	height:118px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:url(header.png)
}

#nav {
	width:812px;
	height:28px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#000000;
	padding-left:6px;
}

#content {
	margin:0 auto;
	width:818px;
	height:auto;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
	margin-top:9px;
}

#footer {
	margin:0 auto;
	width:818px;
	height:20px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#000000;
	margin-top:9px;
}

/* -- Index (Body) Properties ---*/

body,td,th {
	background-color:;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #037503;
	background-image: url();
	background-repeat: repeat-x;
	margin-top: 20px;
}

/* -- Content Properties ---*/

.maintext {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 0px;
	list-style: circle;
}

.maintext a:link, .maintext a:visited, .maintext a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.maintext a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.copy {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.copy a:link, .copy a:visited, .copy a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.copy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.port {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.port a:link, .port a:visited, .port a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.port a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}