/* Defaults */
body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #000;
background: #ffffff;
padding: 0;
margin: 15px 0 5px;
}

form {
margin: 0;
padding: 0;
}

/* Links */
a:link {
color: #000099;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #000000;
background : #f5f5f5; 
text-decoration : underline; 
}

/* Outer layer */

#outer {
text-align: left;
background: #fcfefc;
color: inherit;
border: 1px solid #000000;
margin: 0 auto;
padding: 0;
width: 720px;
}


/* Top Nav Bar */

.top-nav {
height: 30px;
width: 800px;
background: #f1a027;
color: inherit;
border: solid #000000;
border-width: 1px 0;
}
.top-nav-inner {
padding: 5px 10px;
}
.top-nav-inner a:link {
color: #ffffff; 
background: inherit;
font_face: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:visited {
color: #ffffff; 
background: inherit;
font_face: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:active {
color: #000000; 
background: inherit;
font_face: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
.top-nav-inner a:hover {
background: inherit;
font_face: Arial;
font-size: 12px;
color: #555555;
font-weight: bold;
text-decoration: underline;
}



/* Content Section */

.content {
padding: 0 4px 4px 4px; 
margin: 0;
}

.left-col {
border: 1px solid #000000; 
background: #fcce32;
width: 145px;
}

.left-nav {
margin: 3px; 
}

.lnav-hdr {
background: #c5c6ac; 
color: #000000;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #000000; 
margin: 0;
padding: 3px 5px;
}

.left-nav p {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
line-height: 14px;
margin:5px;
}

.left-nav .access {
text-decoration : underline; 
color : #000000; 
background : inherit;
}

a.lhdr:link {
color: #000000;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
font-weight: bold;
text-transform: uppercase;
}
a.lhdr:visited {
color: #000000;
background : inherit; 
text-decoration : none;
font-weight: bold;
}
a.lhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
}
a.lhdr:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}

a.nav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.nav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}


/* main content area */

.content-title { 
margin: 5px 10px 15px; 
font-size: 14px;
text-decoration: underline;
}

.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;
}


