﻿@import url("layout.css");
body {
	font-family:"Lucida Sans";
	font-size: medium;
	color: #000;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	color:#FFFF99;
	background-color:black;
}

#container {
	width: 100%;
	height: 100%;
	background-color:maroon;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	background-color: maroon;
}

#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #FFCC66;
	position: relative;
	margin-right: 160px;
}

#footer {

	clear: both;

	width: 99%;

	overflow: hidden;

	padding-top: 1%;

	padding-right: 0;

	padding-bottom: 1%;

	padding-left: 1%;

	background-color:black;

}

#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid maroon;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC66;
	padding: 5%;
	display: block;
	border-bottom: 0px solid #f5f5f5;
}

#sidebar a:hover {

	font-weight: bold;

	text-decoration: none;

	color:maroon;

	border-bottom: 0px solid #f5f5f5;

	background-color:#FFFFCC;

}

img {
	 border: none;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color:#FFFF99;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #0033CC;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for content*/
#menuheader{
}
#r_sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#r_sidebar li {
	display: block;
	border: 0px solid maroon;
}
#r_sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC66;
	padding: 5%;
	display: block;
	border-bottom: 0px solid #f5f5f5;
}
#r_sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: maroon;
	border-bottom: 0px solid #f5f5f5;
	background-color: #FFFFCC;
}
#sidebar_links {
	position: relative;
	float: left;
	width: 180px;
	background-color: maroon;
}
#sidebar_links a {
}

