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

* {
padding:0;
margin:0;
}
body {
background:#c5c5c5;	
font:12px Arial, Helvetica, sans-serif;
}
a {
color:#003366;
}
a:hover {
color:#ff0000;
}
a.foot {
font-size:10px;
text-decoration:none;
}
h1 {
font:15px Verdana, Geneva, sans-serif;
font-weight:bold;
line-height:125%;
}
h2 {
font-size:16px;
font-weight:bold;
color:#095098;
}
h3 {
font-size:12px;
font-weight:bold;
}
td {
vertical-align:middle;
padding:2px;
}
ul
{
list-style:none;
}
li 
{
padding:5px 0 5px 15px;
background-image: url('../images/bullet_ball.gif');
background-repeat: no-repeat;
background-position: 0 8px;
}
.nav_wrapper {
float:right;
width:588px;
height:43px;
background:url('../images/bg_nav.jpg') top right no-repeat;
}
.nav_wrapper_home {
float:right;
width:588px;
height:43px;
background:url('../images/bg_nav_home.jpg') top right no-repeat;
}
.home_wrapper {
width:100%;
height:405px;
background:url('../images/bg_home.jpg') repeat-x top #fff;
}
.home {
width:745px;
height:405px;
margin:auto;
background:url('../images/bg_home_pic.jpg') no-repeat 228px 41px;
}
.home_mid {
width:745px;
margin:21px 0 0 0;
}
.main_wrapper {
width:100%;
background:#fff;
}
.main {
width:745px;
margin:auto;
}
.main_page {
width:645px;
padding:10px 0 10px 0;
margin:auto;
line-height:145%;
}
.col_left {
float:left;
width:370px;
line-height:125%;
}
.col_right {
float:right;
width:339px;
}
.special_wrapper {
width:339px;
background:url('../images/bg_special.gif') repeat-y #fff;
}
.special {
width:295px;
margin:auto;
}
.page_wrapper {
width:100%;
height:194px;
background:url('../images/bg_page.gif') repeat-x top #fff;
}
.page {
width:745px;
height:194px;
margin:auto;
background:url('../images/bg_head.jpg') no-repeat 186px 43px;
}
.foot_wrapper {
width:100%;
height:76px;
background:url('../images/bg_foot.gif') repeat-x bottom #fff;
}
.foot_left {
float:left;
font-size:10px;
margin:2px 0 0 15px;
}
.foot_right {
float:right;
font-size:10px;
margin:0 15px 0 0;
}
