body {
margin: 0;
padding: 0 0 16px 0;
text-align: center;
background: #0B3178 url(images/bg_bottom.jpg) repeat-x bottom;
font-family: verdana, sans-serif;
font-size: 0.7em
}


/* CONTENT LAYERS */

#back_top {
background: url(images/bg_top.jpg) repeat-x top;
padding-top: 16px;
}

#container {
background: url(images/content.jpg);
width: 783px;
margin: 0 auto;
}

#header_1 {
background: url(images/header_1.jpg);
height: 82px;
}

#header_2 {
background: url(images/header_2.jpg);
height: 87px;
font-family: "Century Gothic", Georgia, Sans-serif;
text-align: right;
padding-right: 215px
}

#title {
color: #C2F7A8;
font-size: 35px;
text-transform: uppercase;
}

#desc {
color: #A2CAB3;
font-size: 18px;
text-transform: uppercase;
}

#top_nav {
background: url(images/top_nav.jpg);
height: 39px;
text-align: left;
padding: 10px 0 0 30px
}

#left {
width: 495px;
float: left;
text-align: justify;
padding-left: 30px;
padding-right: 5px;
color: #001142;
overflow: hidden;
}

#right {
width: 232px;
float: right;
padding-right: 21px;
text-align: left;
color: #001142;
}

#footer {
clear: both;
background: url(images/footer.jpg);
height: 45px;
text-align: right;
padding-top: 40px;
padding-right: 30px;
color: #C4DECF;
}


/* NAVIGATION */

.nav {
background: url(images/nav_bg.jpg) repeat-y;
width: 232px;
margin-bottom: 5px;
}

.nav_top {
background: url(images/nav_top.jpg) no-repeat;
padding-top: 8px;
width: 232px;
}

.nav_bottom {
background: url(images/nav_bottom.jpg) no-repeat bottom;
padding: 5px 0 12px 7px;
width: 225px;
}


/* NAVIGATION LISTS AND LINKS */

.nav ul {
margin: 0;
padding: 0;
list-style: none;
}

.nav li a {
background: url(images/nav_a_bg.jpg) -225px -16px repeat-y;
display: block;
width: 205px;
height: 14px;
padding: 1px 0 1px 20px;
}

.nav a:link, .nav a:visited {
color: #165D30;
}

.nav a:hover, .nav a:active {
color: #E4430A;
}

.nav li a:hover, .nav li a:active {
background: url(images/nav_a_bg.jpg) repeat-y;
}

a {
text-decoration: none;
font-weight: bold;
}


/* TOP NAVIGATION LISTS AND LINKS */

#top_nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#top_nav li {
display: inline;
background: url(images/top_nav_sep.jpg) no-repeat right bottom;
padding: 0 10px;
color: #F9D0C2;
}

#top_nav li.last  {
background: none;
}

#top_nav li a:link, #top_nav li a:visited {
color: #F9D0C2;
}

#top_nav li a:hover, #top_nav li a:active {
color: #FFFFFF;
}


/* CONTENT AND FOOTER LINKS */

#left a:link, #left a:visited {
color: #165D30;
border-bottom: 1px solid #397B7D;
}

#left a:hover, #left a:active {
color: #0A41A8;
border-bottom: 1px solid #336AB7;
}

#footer a:link, #footer a:visited {
color: #ABD485;
}

#footer a:hover, #footer a:active {
color: #D3E8A9;
}


/* HEADINGS */

h1 {
font-family: "Century Gothic", Georgia, Sans-serif;
background: url(images/h1.jpg) repeat-y;
font-size: 2em;
color: #E75D2E;
text-transform: uppercase;
margin: 0 0 10px 0;
padding-left: 5px;
}

h2 {
font-size: 1.0em;
color: #182F73;
border-bottom: 1px solid #41668E;
letter-spacing: 1px;
word-spacing: 2px;
margin: 15px 0 0 0;
}

h3 {
font-family: "Century Gothic", Georgia, Sans-serif;
margin: 0 0 0 10px;
color: #33639F;
text-transform: uppercase;
font-size: 1.8em;
}


/* MISC */

#left p {
margin: 5px 0 10px 0;
line-height: 16px;
}

#left b, #right b {
color: #182F73;
}

code {
font-size: 1.2em;
}

.float {
float: left;
margin-right: 5px;
border: 0;
}