﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: inherit;
	background-color: #FFFFFF;
	background-image: url('../images/CSS Images/background.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #FFFFFF;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	vertical-align: left;
}
#page_content {
	background-position: right top;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url('../images/CSS%20Images/Rightsidebar.jpg');
	background-repeat: repeat-y;
}
#content {
	background-position: left;
	padding: 5px 10px 5px 10px;
	position: relative;
	float: left;
	width: 425px;
	text-align: left;
	background-image: url('../images/CSS%20Images/leftsidebarimage.jpg');
	background-repeat: repeat-y;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#sidebar {
	padding: 5px;
	float: right;
	width: 180px;
	text-align: center;
	position: relative;
	margin-top: 30px;
	display: inline;
	clear: inherit;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 30px;
	padding-left: 0px;
	height: 30px;
	position: relative;
	margin-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0 5 0 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px 12px 5px 12px;
	border: 1px solid #708090;
	background-color: #083429;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .87em;
	font-weight: bold;
}
#sidebar img {
	padding: 5px;
	float: none;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #445555;
	position: relative;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   padding: 2px;
   margin: auto
}
/* Style for tables of thumbnail images */ 
table.thumbs{
   text-align: center;
   border-collapse: collapse;
   margin: auto;
}
/* Style for thumbnail images */
img.thumbs{
   width:115px;
   height:115px
}
#left {
text-align: left;
}
#right {
text-align: right;
}
#center {
text-align: center;
}



