@charset "utf-8";
/* CSS Document */

h2{
	margin-top:5px;
	margin-bottom:14px;
	color:#003b73;
	border-bottom :2px dotted #ccc;
	display:block;
	width:100%
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
a:link, a:visited{
	text-decoration: none;
	color:#003b73;
	font-weight: bold;	
}
a:hover{
	text-decoration: none;	
	color:#e36300;
	
}
body{
	width:100%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
#wraper{
	width:814px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #ccc;
	min-height:700px;
	background-color:#FFF;
	
}
#innerwraper{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #e36300;
	min-height: 680px;
	margin: 10px;
	
}
#heading{
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	height: 204px;
	
}
#h1{
	border: 2px solid #e36300;
	height: 200px;
	width: 124px;
	background-image: url(../img/logo.jpg);	
	float:left;
}
#h2{
	border: 2px solid #e36300;
	height: 200px;
	width: 200px;
	float:left;
	margin-left:10px;
	background-color:#e36300;
}
#h3{
	border: 2px solid #e36300;
	height: 200px;
	width: 200px;
	margin-left:10px;	
	float:left;
	background-color:#e36300;
}
#h4{
	border: 2px solid #e36300;
	height: 200px;
	width: 200px;
	margin-left:10px;
	float:left;
	background-color:#e36300;
}
#menu{
	height: 46px;
	margin: 10px;
	background-color:#e36300;
}

#m1{
	float:left;
	height:46px;
	width:128px;
	background-image:url(../img/template2_03.jpg);
	background-repeat:no-repeat;
	
}

#m2{
	float:left;
	height:46px;
	width:204px;
	background-image:url(../img/template2_05.jpg);
	background-repeat:no-repeat;	
}
#m3{
	float:left;
	height:46px;
	width:204px;
	background-image:url(../img/template2_07.jpg);
	background-repeat:no-repeat;	
}
#m4{
	float:left;
	height:46px;
	width:204px;
	background-image:url(../img/template2_09.jpg);
	background-repeat:no-repeat;	
}

.spacer{
	float:left;
	height:46px;
	background-image:url(../img/template2_04.jpg);
	background-repeat:no-repeat;
	width: 10px;
}
#content{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border: 2px solid #e36300;
	min-height:400px;
	font-size: 11px;
	line-height: 170%;
	color:#361700;
}
#content img{
	margin-right:5px;
	
}
#contentinner{
	margin:10px;
}
#footer{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border: 2px solid #e36300;
	height:85px;
	text-align: justify;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.menulink{
	display:block;
	width:100%;
	height:46px;
}
img a :link , img a :visited{
	border:none;
}
.row1{
	width:360px;
	float:left;
	text-align: justify;	
}
.row2{
	margin-left:20px;
	width:360px;
	text-align: justify;
	float:left;
}

.tb1 td{
	background-color:#E4E4E4;
	
}
.tbl_h{
	font-weight: bold;
	
}
.title{
	color:#003b73;
	font-size: 16px;
	font-weight: bold;	
}
.med_text{
	font-size: 12px;
	color: #666;
	line-height: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.formdiv{
	border:2px solid #ccc;
}
.fo{
	width:210px;
	float:left;
	margin-left:20px;
}
.fo_spacer{
	width:15px;
	height:85px;
	margin-top:0px;
	float:left;
	background-image: url(../img/bg_spacer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.fo ul {
	margin :0px;
	
	padding:0px;
}
.fo ul li{
	margin :0px;
	list-style-type: none;
	line-height:140%;
	text-align: left;
}
.fo a:link,.fo a:visited{
	color:#FFF;
}
.fo a:hover{
	color:#FFF;
	text-decoration: underline;
}

.tip				{
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../img/bouble.png) left top repeat-y;
	font-size: 10px;
}

.tip-title		{
	color:#e95e25;
	font-weight:bold;
	padding-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 12px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;	
	width:90%;
}
.tip-text		{
	color:#000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.tip-bottom		{ background:url(../img/bouble.png) left bottom no-repeat; width:300px; height:20px; }