﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(../images/background.jpg);
}
#container {
	padding: 0 0 0 0;
	width: 900px;
	margin: 20px auto 0 auto;
	background-image: url('../images/context_bgd.jpg');
}
#masthead {
	margin: 0 2px 0 2px;
	width: 896px;
	overflow: auto;
	color: #CCC;
}
#masthead a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar {
	margin: 2px 0 0 0;
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: block;
	text-align: center;
}
#top_border {
	border-bottom: thin #660000 solid;
	border-top: thin #660000 solid;
	background-position: top;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url('../images/nav_top_bgd.jpg');
	width: 896px;
	height: 10px;
}	
#navigation_home {
	border-bottom: thin #660000 solid;
	background-position: top;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(../images/nav_home_bgd.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 896px;
}	
#content {
	float: right;
	width: 710px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#content li {
	list-style-image: url(../images/tinyblackbullet.gif);
}
#content h1{
	text-align:center;
}
#content a {
	color:#600;
	text-decoration:underline;
}
#content a:hover {
	color:#600;
	text-decoration:none;
}

#footer {
	text-align: center;
	clear: both;
	width: 900px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	overflow: auto;
	background-color: #660000;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	display: block;
	padding: 5px;
	border-bottom-color: #660000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: thin #660000 solid;
}
#navigation_home ul {
	list-style-type: none;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#navigation_home li {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navigation_home a {
	color: #660000;
	text-decoration: none;
	margin: 0 0 0 0;
	display: block;
	font-weight: bold;
}
#navigation_home a:hover {
	color: #ffffff;
	font-weight: bold;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.reg {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.no_border {
	border:0px;
}
