﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
    background-image:url('../images/bgd_sliver.png');
    background-repeat:repeat-x;
	background-repeat:repeat;
	color: #0a0a0a; /* main body text color */
	text-align: left;
}
#container {
	margin-top: 15px;
	width: 960px;
	height: 100%;
	text-align:left;
 	background-color: #d2c896; /* container background color */
}

#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #4678c8;
}
#page_content {
	position: relative;

}
#sidebar {
	position: relative;
	float: left;
	width: 180px;
	background-color: #d2c896;
}
#content {
	margin-left: 180px;
	padding: 10px;
	background-color: white;
}

#masthead img {
	float: left;
}
#masthead p {
	font-size: .9em;
	color: white;
	margin: 0;
	margin-right: 2%;
}

h6 {
	font-family: Arial;
	font-size:.7em;
	font-weight:normal;
}

h5 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
h4 {
	font-family: Arial Black;
	font-size: 1.1em;
	color: #4832c2;
}
h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

h2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
}

h1 {
	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: 1px solid #cb8;
}
#sidebar a {
	font-family: arial, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #143264;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #fff;
	font-variant: normal;
	font-weight: bold;
}

#sidebar a {
	font-family: arial, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #143264;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #fff;
	font-variant: normal;
	font-weight: bold;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #f8f7ef;
	background-color: #33333f;
}
#menu_hilite {
	background-color: #aaaadc;
}


/* Styles for Footer */
#footer-strip {
	font-family: arial, sans-serif;
	font-size: .7em;
	color: white;
	text-align: left;
	clear: both;
	width: 951px;
	overflow: hidden;
	padding-top: 9px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image:url('../images/footer_sliver.png');
	background-repeat:repeat-x;
}


