/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #3c3c3c;
	background-color: #1c1c1c;
	}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	}
h2 {
	margin: 0px;
	padding: 1px 5px 1px 10px;
	font-size: 15px;
	color: #1c1c1c;
	background-color: inherit;
	display: block;
	border-left: 4px solid #A5E716;
	}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #1c1c1c;
	background-color: inherit;
	}
a {
	color: #A5E716;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #1c1c1c;
	margin: 0;
	padding: 0;
	}
a:hover {
	color: #1c1c1c;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #A5E716;
	margin: 0;
	padding: 0;
	}
img, img a {
	border: none;
	margin: 0;
	padding: 0;
	}
.input_text {
	width: 200px;
	height: 18px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #fff;
	color: #3c3c3c;
	margin-bottom: 5px;
	}
textarea {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	overflow: auto;
	width: 550px;
	background-color: #fff;
	color: #3c3c3c;
	margin-bottom: 5px;
	}
#header {
	height: 88px;
	width: 766px;
	margin: 0 auto;
	padding-top: 39px;
	}
#logo {
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	width: 347px;
	height: 87px;
	margin-left: 25px;
	}
#logo_link {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	border: none;
	}
#container {
	width: 766px;
	height: 100%;
	margin: 0 auto;
	}
#content_top {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 766px;
	height: 45px;
	margin: 0;
	}
#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 646px;
	height: 100%;
	margin: 0;
	padding: 4px 60px 20px 60px;
	}
#content_bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 766px;
	height: 31px;
	margin: 0;
	}
#content_bottom2 {
	background-image: url(images/content_bottom2.gif);
	background-repeat: no-repeat;
	width: 766px;
	height: 68px;
	margin: 0;
	clear: both;
	}
#nav {
	width: 440px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	clear: both;
	}
#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	}
#nav li {
	height: 50px;
	margin: 0 0 0 5px;
	display: inline-block;
	float: left;
	list-style-type: none;
	}
#nav a {
	text-decoration: none;
	color: #4e4e4e;
	background-color: inherit;
	padding: 0 1px 4px 1px;
	border-bottom: 6px solid #a6a6a6;
	display: block;
	float: left;
	margin-left: 20px;
	}
#nav li a:hover {
	border-bottom: 6px solid #a4c06a;
	}
#enter_imgs {
	height: 180px;
	}
	#port_left {
		float: left;
		width: 214px;
		}
	#port_right {
		float: right;
		width: 430px;
		}
		#left_right {
			float: left;
			width: 214px;
			display: block; 
			text-align: center;
			}
		#right_right {
			float: right;
			width: 214px;
			display: block; 
			text-align: right;
			}
.indent {
	margin-left: 35px;
	}
.indent2 {
	margin-left: 20px;
	}
.title {
	font-weight: bold;
	width: 325px; 
	float: left; 
	}
.date {
	float: right;
	margin-right: 50px;
	width: 175px;
	}
.underline {
	text-decoration: underline;
	}
.port_select a {
	display: block;
	margin-top: 8px;
	width: 190px;
	height: 140px;
	color: inherit;
	background-color: inherit;
	border: 5px solid #a6a6a6;
	}
.port_select a:hover {
	margin-top: 8px;
	border: 5px solid #A5E716;
	}
.port_select2 a {
	display: block;
	width: 190px;
	height: 140px;
	color: inherit;
	background-color: inherit;
	border: 5px solid #a6a6a6;
	float: left;
	}
.port_select2 a:hover {
	border: 5px solid #A5E716;
	}
.port_row {
	height: 160px;
	clear: both;
	}
.img_left {
	float: left;
	}
.text_right {
	float: right;
	width: 420px;
	height: 140px;
	}
