﻿body {
	background-attachment: scroll;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 0px;
	border-bottom: 2px solid #a0522d;
	
}
#masthead {
	background-position: left;
	width: 800px;
	height: 81px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: blue;
	background-image: url('../images/heading.gif');
	background-repeat: no-repeat;
	border-bottom: medium;
	border-bottom-color: red;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#mastheadbanner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#mastheadimages {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:white;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li{
	background-position: inherit;
	float: left;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 1px;
	border: 1px solid #000000;
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	font-size: 12px;
}
#navigation li:hover {
	background-repeat: repeat-x;
	background-color: #FFFF99;
}
#navigation li a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;

}

#page_content {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;

}
#content h1 {
	color: #a0522d;
	font-size: 14px;

}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
#contentfull {
	position: relative;
	float: left;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;


}


#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
	float:right;
	margin-top: 5px;
	margin-right:20px;

	background-color:silver;
}
#masthead h3 {
	font-weight: normal;
	color: #000000;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#message {
	background-color: #FFFFFF;
	width: 800px;
}
#message h1{
	color: #000080;
}

#message table {
	background-color: #FFFDDD;
}
/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
	font-size: 12px;
}
h2 {
	color: #a0522d;
	font-size: 14px;
}
/* Sidebar Styles */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* 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;
}
/* Link Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
}
.table1 a {
	color: red;
	font-weight: bold;
}

.table1 th {
	background: #DDDDDD
}
.table1 td {
	margin: 0px;
	border: 1px solid #808080;
	color: #800000;
}

table a {
	color: #FF0000;
}
 li a {
	color:red;
}
