/* Defaults */
body {
text-align: center;
font-size:medium;
color: #000000;
background: #dcdcdc;
padding: 0;
margin: 15px 0 5px;
}


/* Links */
a:link {
color: #000099;
background: inherit;
text-decoration : underline; 
padding : 0;
margin : 0;
}

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;
}

/* Header */

.header {
background: #fcce32;
}

.logolink {
padding: 20px 20px 20px; 
font-size: x-large;
}

.logolink a:link {
color: #000000; 
background:inherit;
font-weight: bold;
text-decoration: none;
}

.logolink a:visited {
color: #000000; 
background:inherit;
font-weight: bold;
text-decoration: none;
}

.logolink a:hover {
color: #000000; 
background:inherit;
font-weight: bold;
text-decoration: none;
}


/* Top Nav Bar */
.top-nav {
	border-right: #000000 0px solid; border-TOP: #000000 1px solid; background: #c5c6ac; border-left: #000000 0px solid; border-bottom: #000000 1px solid; 
}
.top-nav-inner {
	padding-right: 10px; padding-left: 10px; padding-bottom: 5px; padding-TOP: 5px
}
.top-nav-inner A:link {
	font-weight: bold; color: #000000; text-decoration: none
}
.top-nav-inner A:visited {
	font-weight: bold; color: #000000; text-decoration: none
}
.top-nav-inner A:hover {
	font-weight: bold; color: #555555; text-decoration: underline
}
.top-nav-inner A:active {
	font-weight: bold; color: #000000; text-decoration: none
}

/* Content Section */
.content {
padding: 10px 10px 10px 10px; 
margin: 0;
}

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

.lnav-hdr {
padding-right: 5px;
padding-left: 5px;  
padding-bottom: 3px;
background: #c5c6ac; 
margin: 0px; 
padding-TOP: 3px;
border-bottom: #000000 1px solid; 
font-size: medium;
color: #000000; 
font-weight: bold;
text-decoration: none;
}


a.lhdr:link {
color: #000000;
background: inherit;
text-decoration : none; 
font-size: small;
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:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}
a.lhdr:active {
color: #555;
background : inherit; 
text-decoration : none; 
}


/* Main content box */
.content-box {
padding: 10px 10px 10px 20px; 
}



/* Copyright layer */

.copyright {
background: #c5c6ac; 
font-size: small; 
font-weight: bold; 
padding: 6px; 
border: solid #000000; 
border-width: 1px 0 0; 
}

.red {
color: #FF0000;
}








