/* Defaults */
body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #000;
background: #dcdcdc url(images/bkgtile.gif) repeat;
padding: 0;
margin: 15px 0 5px;
}

form {
margin: 0;
padding: 0;
}

img{
border: 2px solid #000000;
}

/* Links */
a:link {
color: #c00;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #c00;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #000000;
background : #f5f5f5; 
text-decoration : underline; 
}
a:active {
color: #c00;
background : inherit; 
text-decoration : none; 
}

/* Outer layer */

#outer {
text-align: left;
background: #f90;
color: inherit;
border: 1px solid #000000;
margin: 0 auto;
padding: 0;
width: 760px;
}

/* Header */

.header {
background: #f90;
}

.outline
{
    width:auto;
    border:solid 1px #000;
    padding: 5px;
    margin:5px;
}

/* Top Nav Bar */

.top-nav {
height: 25px;
background: #c60;
color: inherit;
border: solid #000000;
border-width: 1px 0;
}
.top-nav-inner {
padding: 5px 8px;
}
.top-nav-inner a:link {
padding: 0.2em 8px;
color: #fff; 
background: inherit;
font-weight: bold;
text-decoration: none;
border-right: 1px solid #600;
}
.top-nav-inner a:visited{
padding: 0.2em 8px;
color: #fff; 
background: inherit;
font-weight: bold;
text-decoration: none;
border-right: 1px solid #600;
}
.top-nav-inner a:hover {
padding: 0.2em 8px;
background-color: #963;
color: #fff;
font-weight: bold;
text-decoration: underline;
border-right: 1px solid #600;
}
.top-nav-inner a:active {
padding: 0.2em 8px;
color: #fff; 
background-color: #963;
font-weight: bold;
text-decoration: underline;
border-right: 1px solid #600;
}

/* Content Section */

.content {
padding: 0; 
margin: 0;
background: #f90;
}

.left-col {
border: 1px solid #000000; 
background: #fcce32;
width: 145px;
}

.left-nav {
margin: 3px; 
}

.lnav-hdr {
background: #c60; 
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;
text-transform: uppercase;
}
a.lhdr:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
text-transform: uppercase;
}
a.lhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
text-transform: uppercase;
}

a.nav:link {
color: #c00;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #c00;
background : inherit; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}
a.nav:active {
color: #c00;
background : inherit; 
text-decoration : none; 
}

/* main content area */

h1 { 
margin: 5px 10px 15px; 
font-size: 16px;
}

h2 { 
margin: 5px 10px 15px; 
font-size: 14px;
color:#930;
}

h3 { 
margin: 5px 10px 15px; 
font-size: 12px;
}

p {
margin: 10px 10px 15px 10px;
font-size: 11px;
line-height: 15px;
}

/* Copyright layer */

.copyright {
background: #c60;
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 10px; 
font-weight: bold; 
padding: 6px; 
border: solid #000000; 
border-width: 1px 0 0; 
}