
@import "main_update.css";


body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	/* font: "Times New Roman", Times, serif; */
	color: #000000;
	background: #377abd url('i/body_bg2.jpg') top left no-repeat;
}

a:link, a:visited, a:active, a:hover{
	color:#003399;
}


#wrap{
	width:810px;
	margin:0 auto;
}
#wrap_top{
	background:  url('i/tab_top_bg.gif') top center no-repeat;
	height:5px;
}

#main{
	background:#fff;
	margin:0;
	overflow:hidden;
	border: 2px solid black;
	margin-top: 20px;
}

#head{
	margin:0;
	padding: 10px 5px 17px 5px;
	background:  url('i/title.jpg') no-repeat;
	background-position: 50% 100%;
	height:140px;
}
#head .navbar{
	padding:0;
	margin:0;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 0 10px;
	font-weight:bold;
	font-size: 11px;
}
#head h1.title{
	color:#fff;
	font-size: 18px;
	text-transform:uppercase;
	text-align:right;
	margin:0;
	padding: 125px 10px 0 0;
}

#content{
	margin: 5px 0 0 0;
	width: 560px;
	padding: 0 30px 20px 30px;
	float:left;
	background:  url('i/content_sep.png') repeat-y;
	background-position: 98.5% 0;
}
#content .entry{
	border-bottom: #ddd 1px solid;
	text-align:justify;
	/* font-size: 14px; */
}
#content .entry p{
	/* 
	margin: 0.2em 0 1.2em 0;
	font-size: 14px; */
}
#content .entry h2{
	margin:25px 0 0 0;
}
#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 9px;
	color:#666;
}

#rightbar{
	width: 160px;
	padding: 10px 10px 10px 0;
	float:left;
}
#rightbar .box{
	margin: 5px 0 20px 0;
}
#rightbar .box h2{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight: bold;
}
#rightbar .box li{
	padding: 2px 0;
}
#rightbar #desc.box{
	background:#eee;
	padding:10px;
}

#footer{
	clear:both;
	text-align:right;
	background: #ddd;
	padding: 10px;
	font-size:9px;
	color:#333;
}
#estreq {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
#estreq table {
	width: 85%;
	background-color: #ffffff;
}
#estreq td {
	padding: 3px 3px 0px 3px;
	height: 25px;
	font-size:14px;
	color:#000000;
	background-color: #ffffff;
	text-align: right;
	width: 200px;
}
#estreq .field td {
	padding: 3px 3px 0px 3px;
	height: 25px;
	font-size:14px;
	color:#000000;
	background-color: #ffffff;
	text-align: left;
	width: 100%;
}
#estreq input {
	font-size:14px; color:#000000;
    background-color: #ffffff;
    border: 1px solid #7F9DB9;
    width: 300px; height: 18px;
}
#estreq .field input {
	font-size:14px; color:#000000;
    background-color: #ffffff;
    border: 1px solid #7F9DB9;
    width: 300px; height: 18px;
}
#estreq .chkfield input {
	font-size:14px; color:#000000;
    background-color: #ffffff;
    width: 18px; height: 18px;
    border: 1px solid #7f9db9;
}
#estreq textarea {
	font-size:14px; color:#000000;
    background-color: #ffffff;
    border: 1px solid #7F9DB9;
    width: 300px; height: 50px;
}
#estreq button {
	font-size:12px; color:#000000;
	text-align: center;
}
#estreq select {
	font-size:14px; color:#000000;
    background-color: #ffffff;
    border: 1px solid #7F9DB9;
    width: 304px; height: 21px;
}
