body {
background: #e5e5e5 url(images/body_bg.png) repeat-y center top;
font-size: 62.5%;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
color: #444;
}

h1,h2,h3,h4,h5,h6 {
font-size: 1.6em;
padding-bottom: 20px;
color: #234963;
}
h4 {
font-size: 1.4em;
font-weight: bold;
}

p {
padding-top: 5px;
padding-bottom: 10px;
line-height: 150%;
}

a:link, a:visited, a:active {
color: #657c8b;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #000;
}

h2 a:link {
color: #234963;
text-decoration: none;
}

strong, b {
font-weight: bold;
}

#wrap {
width: 924px;
margin: 20px auto;
font-size: 1.2em;
background-color: #fff;
}

#header {
width: 100%;
height: 249px;
}
.headerleft {
display: block;
height: 100%;
width: 50%;
}
.headerright {
display: block;
position: relative;
height: 100%;
width: 50%;
background: #fff url(images/header_right.png) no-repeat left top;
}
.module1 {
position: absolute;
right: 40px;
width: 280px;
top: 60px;
height: 170px;
line-height: 1.2em;
}
.module1 table {
width: 100%;
}
.module1 td.bold {
width: 75%;
}
.module1 td.bold img {
vertical-align: middle;
}
.module1 .big {
font-size: 1.2em;
}
.module1 .bold {
font-weight: bold;
color: #0d3e65;
}
.module1 p {
margin: 0 0 10px 0;
padding: 0;
}


#navi {
width: 900px;
height: 32px;
margin: 0 auto;
background: #0d3e65 url(images/navi_bg.png) repeat-x center center;
text-align: left;
}

#navi li {
float: left;
height: 32px;
}
#navi li a {
padding: 0 20px 0 20px;
}

#navi li ul {
	position: absolute;
	width: 17.5em;
	left: -999em;
	background-color: #2c6089;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#navi li ul li ul {
border-top: 1px solid #000;
}
#navi li:hover ul ul, #navi li.sfhover ul ul {
	left: -999em;
}
#navi li img {
vertical-align: middle;
}
#navi li ul li {
float: none;
padding: 0;
margin: 0;
display: block;
width: 100%;
height: 24px;
border-bottom: 1px solid #6188a7;
}
#navi li ul li a {
display: block;
padding-left: 10px;
line-height: 24px;
width: 80%;
color: #fff;
}
#navi li ul li:hover, #navi li ul li.sfhover {
background-color: #6188a7;
}
#navi li ul li a:hover {
color: #fff;
padding-left: 12px;
}
a.daddy {
background: transparent url(images/navi_dropright.png) no-repeat right center;
}

#navi li:hover ul, #navi li.sfhover ul {
	left: auto;
}
#navi li:hover ul, #navi li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul {
	left: auto;
}
#navi li ul ul {
	margin: -25px 0 0 17.5em;
}
#navi li:hover, #navi li.sfhover {
background: transparent url(images/navi_hover_bg.png) repeat-x left center;
}

a.navi:link, a.navi:visited, a.navi:active {
font-size: 1.4em;
position: relative;
font-weight: normal;
text-decoration: none;
/* text-transform: uppercase; */
color: #fff;
line-height: 32px;
display: block;
background: transparent url(images/navi_divider.png) no-repeat right center;
}
a.navi:hover {
color: #e3e3e3;
}
a.navi span {
margin-left: 15px;
}



#content {
width: 100%;
margin: 0 auto;
background: #f9f9f9 url(images/content_bg.png) repeat-y center top;
line-height: 145%;
text-align: center;
}

#contentleft {
text-align: left;
width: 450px;
margin-left: 32px;
margin-top: 30px;
padding-bottom: 40px;
font-size: 1.2em;
}

#contentleft a {
text-decoration: underline;
}

h2.pagetitle {
font-size: 1.6em;
font-weight: bold;
line-height: 130%;
}

#contentright {
text-align: left;
width: 350px;
margin-right: 32px;
margin-top: 30px;
padding-bottom: 30px;
}

.module2 ul {
padding-left: 10px;
list-style-type: circle;
color: #ccc;
}
.module2 li {
padding: 3px 0 3px 0;
}

#newsticker {
margin-bottom: 30px;
}

.box {
width: 100%;
background: transparent url(images/box_bg.png) repeat-y center top;
margin-bottom: 20px;
border-left: 1px dotted #ddd;
}
.box .top {
width: 100%;
height: 12px;
background: transparent url(images/box_top.png) no-repeat center top;
}

.box .middle {
width: 90%;
margin: 0 auto;
}

.box .btm {
width: 100%;
height: 16px;
background: transparent url(images/box_btm.png) no-repeat center bottom;
}




#footer {
width: 924px;
height: 68px;
margin: 0 auto;
background: #f9f9f9 url(images/footer_bg.png) no-repeat left top;
text-align: center;
}
#footer .footertext {
width: 90%;
color: #fff;
line-height: 1.4em;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 30px;
}
.footertext a {
color: #fff;
}
.footertext a:hover {
color: #000;
}


.clear {
clear: both;
}
.floatleft {float: left;}
.floatright {float: right;}