#container {
	margin: auto;
	width: 796px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #2ab5ba;
	border-bottom-color: #000033;
	border-left-color: #2ab5ba;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	height: 32px;
	width: 20px;
}
#container #header #header_right {
	height: 32px;
	width: 6px;
	float: right;
}
body {
	padding-top: 20px;
	background-color: #FFFFFF;
	
}
#container #content {
	padding: 5px;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
    clear:both;
	font-family: Arial;
	font-size: 20px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(new.png);
}
#container #footer a {
	color: #fff;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
		
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(new.png);
	height: 38px;
}


#navigation {
   width:800px;
   margin:0px auto;
}

#navigation a {
   text-decoration:none;
   font-size: 20px;
}

#nleft {
   width:100px;
   float:left;
   font-size: 20px;
}

#nright {
   width:100px;
   float:right;
   text-align:center;
   font-size: 20px;
}

.newsList{
   width:785px;
	margin:20px auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	font-family: Verdana;
	font-size: 20px;

}

.newsList a{
   text-decoration:none;
   color:#fff;
   font-size:20px;
   font-family: Verdana;
}

th {
    padding:5px;
    background-color: #1c787c;
    background-repeat: repeat-x;
    color:#fff;
    text-decoration: none;
    font-family: Verdana;
}

.right{
	text-align:right;
	font-size:20px;
		
}

.iform {
	margin:auto;
	padding:10px;
}

hr {
   height:0px;
   border:0px;
   border-top:1px solid #ccc;
}

input[type="text"], textarea {
      background-color : #FFFFFF;
      border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#f4f4f4; border:1px solid #9E9E9E;padding:3px;
}

.submit {cursor:pointer;background-color:#1c787c;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#fff;width:16%;height:40px;font-weight:normal;}
.submit:hover {opacity: 0.7;}