/* CSS Document */
*{
margin:0;
padding:0;
}
body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	height:100%;
	background-image:url(img/bck.gif);
	background-repeat:repeat;
	line-height:1.5;
}
#wrapper{
	background-image:url(img/main_bck.jpg);
	background-repeat:repeat;
	margin:0 auto;
	width:712px;
	padding:0px 44px 0px 44px;
}
#line{
	background-image:url(img/line.gif);
	background-repeat:repeat;
	width:712px;
	height:6px;
	overflow:hidden;
}
#fonts{
	text-align:right;
	clear:both;

}
h1{
	padding:0px 5px 0px 5px;
	font-size:14pt;
	color:#cc0000;
	background-image:url(img/img_vision.gif);
}
h2{
	font-size:14pt;
	color:#cc0000;
}
#main{
	padding:0px 5px 5px 5px;
	background-image:url(img/body_bck.gif);
	background-repeat:repeat-x;
	width:702px;
}
#footer{
	width:712px;
	background-color:#000000;
	color:#999999;
	font-size:10px;
	text-align:center;
	padding:5px 0px;
}
#left{
	width:335px;
	float:left;
}
#right{
	width:345px;
	margin-left:15px;
	float:left;
}
#right_mod_top{
	height:30px;
	width:345px;
}
.right_mod{
	width:335px;
	background-color:#FFFFFF;
	padding:0px 5px;
}
#right_mod_bot{
	height:30px;
	width:345px;
}
#left_mod_top{

	height:28px;
	width:335px;
}
.left_mod{
	width:315px;
	background-color:#FFFFFF;
	padding:0px 10px;
	overflow:hidden;
}
#left_mod_bot{
	height:28px;
	width:335px;
}
.red{
	font-weight:bold;
	color:#cc0000;
}
a{
	color:#890600;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.row{
	clear:both;
	padding:2px 0px;
}
label{
	width:80px;
	padding:5px;
	display:block;
	float:left;
}
div.left_mod ul{
	padding:15px;
}

div.right_mod ul{
	padding:20px;
}
ul li{
	padding:5px;
}
.arrow_img{
	vertical-align:top;
	border:0;
	padding-right:3px;
	padding-top:7px;
	float:left;
}
