body{
	background-image: url(../_img/body_bgd.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

p a{
}

p a:hover{
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

li a{	
}

li a:hover{
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #87D301;
}

h1 a{
}

h1 a:hover{
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

h2 a{
}

h2 a:hover{
}

#wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 20px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

#header{
	height: 180px;
	width: 900px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#left_header{
	float: left;
	height: 180px;
	width: 400px;
	background-image: url(../_img/header_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#right_header{
	float: right;
	height: 160px;
	width: 300px;
	margin-right: 20px;
	margin-top: 20px;
}

#navcontainer{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
}

#navlist li a
{
	color: #666666;
	text-decoration:none;
	font-size: 13px;
}

#navlist li a:hover
{
	color: #666666;
	text-decoration:underline;
}

#main_content{
	width: 680px;
	margin-left: 175px;
	margin-bottom: 20px;
	margin-right: 45px;
	margin-top: 0px;
	padding-top: 0px;
}

.footer{
	width: 680px;
	margin-left: 175px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer a{
	color: #666666;
	text-decoration:none;
}

.footer a:hover{
	color: #FF0066;
	text-decoration:underline;
}

#content_bgd{
	background-image: url(../_img/content_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.port_wrap{
	float: left;
	height: 110px;
	width: 200px;
	margin-right: 12px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-image: url(../_img/port_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

label
{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
margin-left: 4.5em;
} 
