body{
	margin:0;
	padding:0;
	text-align:center;
	font:normal 75% Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background:#555 url(../images/grey_bg.gif);
}

a{
	color:#236B8F;
	border:0;
	text-decoration:none;
}
a:hover{
	color:#777;
}

img{
	border:0;
}

#div_page{
	margin-left:auto;
	margin-right:auto;
	width:906px;
}

#div_left_button{
	width:54px;
	float:left;
	margin-top:39px;
}

#div_favorites{
	width:54px;
	height:173px;
}

#div_line_button{
	width:54px;
	height:10px;
	font-size:0.1em;
}

#div_about{
	width:54px;
	height:112px;
}

#div_middle{
	width:798px;
	float:left;
}

#div_right_button{
	width:54px;
	float:left;
	margin-top:39px;
}

#div_report{
	width:54px;
	height:149px;
}

#div_line_button2{
	width:54px;
	height:10px;
	font-size:0.1em;
}

#div_upload{
	width:54px;
	height:136px;
}

#div_logo{
	width:238px;
	height:279px;
	float:left;
	background-color:#047a34;
	border-left:1px solid #cecfce;
}

#div_header{
	width:549px;
	height:29px;
	float:left;
	background:#555 url(../images/header_bg.gif);
	text-align:right;
	padding:10px 10px 0 0;
}

#div_header_img{
	width:559px;
	height:240px;
	float:left;
}

#div_line_blue{
	width:798px;
	height:55px;
	clear:both;
	background:#fff url(../images/line_blue_bg.gif) repeat-x;
}

#div_logo_bottom{
	width:240px;
	height:55px;
	float:left;
	background:transparent url(../images/logo_bottom.gif) no-repeat top;
}

#div_menu{
	width:548px;
	height:40px;
	float:left;
	background:transparent url(../images/white_line_bg.gif) no-repeat top right;
	padding:15px 0 0 10px;
	text-align:left;
}

#menu_poz{
	position:absolute;
}

#div_content{
	width:778px;
	background-color:#bbccdc;
	text-align:left;
	padding:5px 10px 25px 10px;
}

#div_content p{
	font-size:1em;
	color:#000;
	line-height:2em;
	padding-top:10px;
	margin:0;
}

#div_content li{
	font-size:1em;
	color:#000;
	line-height:2em;
}

h1{
	margin:0;
	padding-top:10px;
	font-size:1.5em;
}

h2{
	margin:0;
	padding-top:10px;
	font-size:1.3em;
}

h3{
	margin:0;
	padding:0;
	font-size:1.2em;
}

#div_blue{
	height:35px;
	background:url(../images/footer_bg.gif) repeat-x top;
}

#div_footer{
	margin-left:auto;
	margin-right:auto;
	width:906px;
	height:35px;
	background:url(../images/footer_bg.gif) repeat-x top;
}

#div_footer_left{
	height:35px;
	background:url(../images/footer_left.gif) no-repeat 34px;
}

#div_footer_right{
	height:20px;
	background:url(../images/footer_right.gif) no-repeat 851px;
	color:#fff;
	text-align:right;
	padding:15px 75px 0 0;
}

.div_contact{
	width:700px;
	float:left;
	height:30px;
}

.div_contact_name{
	width:150px;
	float:left;
}

.div_contact_email{
	width:150px;
	float:left;
}

.div_contact_phone{
	width:350px;
	float:left;
}

#div_flash{
	width:350px;
	float:right;
	padding:10px 10px 10px 10px;
}

#div_flash1{
	width:700px;
	float:right;
	padding:10px 10px 10px 10px;
}

#div_flash2{
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
}

#div_index{
	width:200px;
	float:right;
	padding:10px 10px 20px 10px;
	margin:15px 10px 10px 20px;
	border:1px solid #555;
}

.div_clear{
	clear:both;
}


/* upload */
#content{
	border:1px solid #dfdfdf;;
	margin:50px auto 0 auto;
	width:400px;
	height:400px;
}
.greygrad{
	background:#7a7a7a;
	height:30px;
	border:1px solid #fff;
	padding:0;
	width:398px;
}
.greygrad h3{
	font-family: "Verdana";
	font-size:17px;
	color:#fff;
	margin:3px 0 0 7px;
	font-weight:normal;
}
.formpair {
	float: left;
	width: 300px;
	margin: 15px 0 0 15px;
	}
.formlabel{
    padding:0;
    margin:2px 0 0 0px;
	float: left;
	display:inline;
}
.formlabel label{
    font-family: Tahoma;
    font-weight:normal;
    font-size:14px;
    color:#8f8f8f;
}
.forminput{
	float: right;
	display:inline;
	width: 180px;
	font-family: Tahoma;
    font-weight:normal;
    font-size:14px;
    color:#8f8f8f;
	margin-left:10px;
	}
.textinput{
    width: 170px;
    margin-right:3px;
    border:1px solid #dfdfdf;
    font-family: Tahoma;
    font-weight:normal;
    font-size:14px;
    color:#8f8f8f;
    padding-left:3px;
	background: #ffffa0;
}
#required{
	display:inline;
	float:left;
    font-family: Tahoma;
    font-weight:normal;
    font-size:10px;
    margin:8px 0 0 16px;
    color:#7a7a7a;
    width:300px;
}

