body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#000046;

background-repeat:repeat-x;
}

#frame {
width:800px;
margin-left:auto; margin-right:auto;
}

#header {
width:100%;
height:180px;
background-image:url(header4.png);
background-repeat:no-repeat;
}
#header_text {
float:left;
width:468px;
height:100%;
background-image:url(header_text2.png);
background-repeat:no-repeat;
background-position:0 center;
}
#header_pic {
float:right;
width:332px;
height:100%;
background-image:url(header_pic.jpg);
background-repeat:no-repeat;
}

#navigation {
clear:both;
width:100%;
background-color:#6b0000;
background-image:url(navigation_bg.png);
background-repeat:repeat-x;
color:#f0fbf5;
font-size:16px;
}
#navigation table {
width:100%;
text-align:center;
}
#navigation td {
padding:5px;
}
#navigation table, #navigation tr, #navigation td {
border-collapse:collapse;
border:none;
}
#navigation a, #navigation a:visited, #navigation a:active {
color:#f0fbf5;
text-decoration:none;
}

#content {
width:100%;
background-image:url(content_bg.png);
background-repeat:repeat-x;
background-color:#c8e6ff;
padding-top:5px;
}
#content a, #content a:active, #content a:visited {
text-decoration:none;
color:#760000;
}
#content a:hover {
text-decoration:underline;
}
#sidebar {
float:left;
width:195px;
margin-left:5px;
}
#main {
margin:15px 10px 0 200px;
width:auto;
padding:0 5px 5px 5px;
background-color:#f2f4d0;
}
#sub_nav {
margin:15px 0;
}
#sub_nav .sub_nav_item {
border-bottom:1px solid #000;
margin-bottom:5px;
padding-left:10px;
background-image:url(nav_item_i_bg.png);
background-repeat:no-repeat;
font-size:12px;
}
#sub_nav .sub_nav_item .active {
margin-left:-10px;
padding-left:10px;
background-color:#f2f4d0;
background-image:url(nav_item_a_bg.png);
background-repeat:no-repeat;
}
#sub_nav a, #sub_nav a:active, #sub_nav a:hover, #sub_nav a:visited {
color:#000;
text-decoration:none;
}

h1 {
margin:5px 0 0 25px;
text-align:left;
color:#99aeb0;
font-size:24px;
font-weight:bold;
letter-spacing:0.12em;
}
h2 {
margin:0 0 10px 0;
font-size:1.3em;
color:#000;
text-decoration:underline;
}
h3 {
font-size:1.1em;
font-weight:bold;
color:#000;
}

#footer {
clear:both;
width:100%;
background-color:#c8e6ff;
}