/* Defaults */
body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #000000;
background: #8a8138;
padding: 0;
margin: 15px 0 5px;
}

/* Outer layer */

#outer {
text-align: center;
color: #000000;
background-color: #F9F3C9;
border: 2px solid #000000;
margin-left: 10%;
margin-right: 10%;
padding: 0;
width: 720px;
min-height: 555px;
overflow: auto;
}

/* Header */

.header {
padding: 0;
margin: 0;
height: 144px;
background-image: url(images/header.jpg);
background-position: left;
background-repeat: no-repeat;
background-color: #fff;
text-align: right;
font-size: 18px;
font-weight: bold;
}

/* Top Nav Bar */

.top-nav {
height: 25px;
width: 100%;
background: #000000;
color: #fff;
}
.top-nav-inner {
padding: 5px 10px;
}
.top-nav-inner a:link {
color: #fff; 
background: #000000;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:visited {
color: #fff; 
background: #000000;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:hover {
background: #000000; 
color: #ffc600;
font-weight: bold;
text-decoration: underline;
}
.top-nav-inner a:active {
color: #fc4f04; 
background: #000000;
font-weight: bold;
text-decoration: underline;
}

.title-img {
border: 1px solid #000; 
color: #ffffff;
padding: 0 0 0 10px;
}

.section-title {
font-size: 12px;
color: #fff;
font-weight: bold;
font-family: verdana, arial, tahoma, sans-serif;
}

.graphic-img {
border: 1px solid #000;
}

.blank-img {
font-size: 12px;
border: 1px solid #000;
background: #000;
color: #fff;
font-weight: bold;
}


/* Content Section */

.content {
padding: 5px; 
margin: 0;
font-size: 15px;
text-align: left;
min-height: 300px;
}

a.nav:link {
color: #000000;
background: #ffffff;
text-decoration : none; 
font-size : 12px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background :#032d62; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #032d62; 
text-decoration : underline; 
}
a.nav:active {
color: #999;
background : #032d62; 
text-decoration : none; 
}



/* Main content box */
.content-box {
padding: 0;
margin: 0;
min-height: 555px;
}


/* main content area */

.content-title { 
margin: 5px 10px 15px; 
font-size: 14px;
}

.content-box .cont {
margin: 10px 10px 15px 10px;
font-size: 11px;
line-height: 15px;
}

.content-box .cont-list {
margin: 2px 10px 5px 10px;
}

.content-box .sub-hdr { 
margin: 2px 10px 10px; 
font-size: 12px;
text-decoration: underline;
}

/* Bottom footer box */

.footer-box {
background: #000000;
border: 2px solid #000000;
margin-left: 10%;
margin-right: 10%;
width: 720px;
font-size: 10px; 
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;
color:#fff;
}
