/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:.95em; background:url(images/bg1.gif)}
html, input, textarea	{
	font-family:Tahoma;
	/*color:#969595;*/	
	color:#000000;
}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
 {	overflow:hidden; width: 100%;}
a img{ border:0}
img{ vertical-align:top;  }

/*a{color:#00b5e1; text-decoration:underline}*/
a{color:#10288C; text-decoration:underline} 
a:hover{text-decoration:none}

/*.link1{color:#88de00;}
.link2{color:#f1ab00;}
.link3{color:#f26600;}
.link4{color:#d80000;}*/
.link1{color:#10288C;}
.link2{color:#10288C;}
.link3{color:#10288C;}
.link4{color:#10288C;}

ul{
	margin:0;
	padding:0;
}
ul li{
	/*background:url(images/marker.gif) top left no-repeat;*/ 
list-style-type: disc;
	background-position:0 5px;
	margin:0;
	padding-left:10px;
	text-indent: 10px;
}
div.container.col-1.ul li{
/*background:url(images/marker.gif) top left no-repeat;*/ 
list-style-type: disc;
background-position:0 5px; 
margin:0; 
padding-left:10px; }
div.container.ul li{
/*background:url(images/marker.gif) top left no-repeat;*/ 
list-style-type: disc;
background-position:0 5px; 
margin:0; 
padding-left:10px; }

/*ul li a{color:#e5156d; text-decoration: underline; line-height:1.5em} */
ul li a{color:#10288C; text-decoration: underline; line-height:1.5em} 
ul li a:hover { text-decoration:none; }

/*ol li{ margin:0; padding:0; list-style-position:inside; color:#464646 }*/
ol li{ margin:0; padding:0; list-style-position:inside; color:#10288C }
ol li{background:none; padding-left:0; }
/*ol li a{color:#969595; text-decoration:none ; line-height:2em} */
ol li a{color:#10288C; text-decoration:none ; line-height:2em} 
ol li a:hover { text-decoration:underline; }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ text-decoration:none; color:#000000}


/*header*/
#header .logo{ margin:38px 0 0 0 }

/*content*/
/*#content{ font-size:0.5625em; text-transform:uppercase; width:100%; text-align:left; background:url(images/bg_cont.gif) no-repeat top left}*/
#content{ font-size:0.8em; width:100%; text-align:left; background:url(images/bg_cont.gif) no-repeat top left}
#content .indent-main{padding:19px 0 25px 0}
#content .title{  margin-bottom:21px}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{ margin:0 0 14px 0}
#content .p{ margin:0 0 14px 0}
/*#content h4{color:#464646; font-size:1em; margin-bottom:13px; font-weight:normal  }
#content h5{color:#464646; font-size:1em; font-weight:normal  }*/
#content h2{
	color:#10288C;
}
#content h3{
	color:#10288C;
}
#content h4{
	color:#10288C;
	font-size:1em;
	margin-bottom:13px;
	font-weight:normal
}
#content h5{
	color:#10288C;
	font-size:1em;
	font-weight:normal
}
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:39px; margin-bottom:22px}
#content .tail1{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:19px; margin-bottom:22px}

.txt{ color:#464646}
.img{ margin:0 0 5px 0}

#content .indent{padding:0 0 0 0}

#page2 .overflow{ overflow:auto; width:214px; height:120px}
#page2 .overflow1{ width:190px; height:500px}
#page3 .overflow{ overflow:auto; width:214px; height:120px}
#page3 .overflow1{ width:190px; height:500px}
#page5 .overflow{ overflow:auto; width:214px; height:120px}
#page5 .overflow1{ width:190px; height:500px}

/*box*/
.box{ background:url(images/bg_box.gif); width:100%;}
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom; min-height:431px; height:auto !important;  height:431px;}
.box .indent-box{ padding:33px 18px 39px 20px; }


/*footer*/
#footer {
	color:#606060;
	font-size:0.5625em;
	text-transform:uppercase;
	clear: both;	
}
#footer .indent-footer{ padding:18px 0 0 0;}
#footer a {color:#606060; text-decoration:none}  
#footer a:hover {  text-decoration:underline}

.indent-2{ position:relative; padding-left:20px; float:left}
.h{ height:25px}
.block-contact span{ float:right; margin-right:40px}
input{
	border-left:1px solid #404040; 
   	border-top:1px solid #404040; 
   	border-right:1px solid #d4d0c8; 
   	border-bottom:1px solid #d4d0c8; 
	background:#FFFFFF;
	width:180px; height:18px;
	font-size:1em;
	text-transform:uppercase;
	padding-left:5px;
	padding-top:2px
}
textarea{
	border-left:1px solid #404040; 
   	border-top:1px solid #404040; 
   	border-right:1px solid #d4d0c8; 
   	border-bottom:1px solid #d4d0c8;
	background:#FFFFFF;
	text-transform:uppercase;
	width:180px; height:47px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:7px;
	overflow:auto}
