﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #e8e8e8;
}

#main_container {
	width: 800px;
	margin: 5px auto 5px auto;
	border: thin #A0522D ridge;
	padding: 0px 5px 5px 5px;
	background-image: url('../_images/nabkgnd.jpg');
}


#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	border-bottom: #A0522D solid thin;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #A0522D;
	float: left;
	margin-top: 5px;
	display: inline;
}

/*top_nav*/

#top_nav {
	border-bottom: #A0522D solid thin;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* top_nav Styles */
#top_nav ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left
}
#top_nav a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
	font-size: 0.9em;
}
#top_nav a:visited {
	text-decoration: underline;
	color: #222222;
	background: #edb;
	background-color: #CCCCCC;
}

#top_nav a:hover, top_nav a:active {
	text-decoration: underline;
	color: #edb;
	background-color: #a0522d;
}
/*End top_nav*/

/*Container*/
#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*Left Column*/

#left_col {
	width: 200px;
	float: left;
}

/*left_col_nav*/

#left_col_nav {
	width: 200px
}
#left_col_nav ul {
	list-style:none;
	margin: 0;
	padding:0;
}
#left_col_nav li {
	border-bottom:1px solid #ED9F9F;
}
#left_col_nav li a:link, #left_col_nav li a:visited {
	font-size: 100%;
	font-weight: bolder;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #009900;
	border-right: 1px;
	border-right: solid;
	border-right-color: #009900;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
}
#left_col_nav li a:active{
	font-size: 100%;
	font-weight:bolder;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #009900 ;
}

#left_col_nav li a:hover {
	font-size: 100%;
	font-weight:bolder;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #009900 ;
}


#page_content {
	margin-left: 210px;
	text-align: center;
}

#footer {
	border-bottom: #A0522D solid thin;
	border-top: #A0522D solid thin;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}

#copyright {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #A0522D;
	font-weight: bold;
	font-size: x-small;
}
