@charset "utf-8";
* {
margin:0;
padding:0
}
html , body {
height:100%;
background:url('./images/body_bg.jpg') left top repeat-y;
text-align:left;
}
img {border:none}
ul {
list-style-type:none;
}
h1 {
font:26px Tahoma;
color:#194A8F;
margin-top:17px;
}
h2 {
font:bold 20px Tahoma;
color:#194A8F;
margin-top:17px;
}
h3 {
font:italic bold 18px Arial;
color:#194A8F;
margin-top:17px;
}
h4 {
font:16px Verdana;
color:#194A8F;
margin-top:17px;
}
h5 {
font:bold 14px Arial;
color:#194A8F;
margin-top:17px;
}
h6 {
font: italic 14px Tahoma;
color:#194A8F;
margin-top:17px;
}
p {
font:13px Tahoma;
color:#000;
margin-top:16px;
text-align:justify;
}
#all {
width:100%;
text-align:left;
min-width:1000px;
width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1000 ? "1000px" : "auto");
min-height:100%;
display:block;
padding-bottom:40px
}
} 
* html #all  {height:100%}
.clear {
clear:both;
line-height:1%;
margin-bottom:-1px;
height:1px;
overflow:hidden;
font-size:0px
}
.header {
background:url('./images/header_bg.jpg') left top repeat-x;
width:100%;
height:161px;
}
.logo {
padding-top:49px;
margin-left:40px;
}
.content {
width:100%;
}
.wrapper {
width:100%;
float:left;
}
.sub_cont {
margin:0 67px 0 220px;
}
.navigation {
background:url('./images/nav_top_bg.jpg') left top no-repeat;
width:204px;
margin-left:-100%;
margin-top:-4px;
position:relative;
float:left;
}
.nav_list {
padding-top:43px;
}
.nav_list a {
width:172px;
padding:6px 0 6px 32px;
font:bold 11px Verdana;
color:#fff;
display:block;
text-decoration:none;
}
.nav_list a:hover {
background:#003882;
color:#7EB4E7;
}
.nav_list li ul {
background:#5C9FE5;
}
.nav_list li ul a {
width:166px;
padding:6px 0 6px 38px;
font:11px Verdana;
color:#fff;
display:block;
text-decoration:none;
}
.nav_list li ul a:hover {
background:#ACD1F8;
color:#173E76;
}
.footer {
background:url('./images/footer_bg.gif') left top repeat-x;
width:100%;
height:46px
}
.copy {
font:9px Verdana;
color:#063B84;
padding-top:20px;
margin-right:22px;
_margin-right:11px;
float:right;
}
