﻿@import url("layout.css");
body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-family:"Times New Roman", Times, serif;
	font-family:"Georgia", Georgia, serif;
	font-size: 0.9em;
}
#container {
	width: 100%;
/*	margin-top: 25px; */
}
#masthead {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height:160px;
	text-align:center;
/*	padding-top:10px; */
	background-attachment: scroll;
	background-color: #F0F0F0;
	background-image: url("../images/background2.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#navigation {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 570px;
	text-align: left;
	padding-top: 45px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 320px;
	text-align: left;
	margin-top:150px;
	background:url('../images/sidebar-bkg1bottom.png') no-repeat bottom;
}
#sidebar .content {
	background: url('../images/sidebar-bkg1.png') no-repeat top;
	padding-left:25px;
	padding-top:10px;
	padding-right:1px;
	margin-bottom:2em;
}
#footer {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 1px;
	border-top: 2px navy solid;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #fff;
	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;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #E0E0E0;
	font-weight:bold;
	display: block;
	margin: 1px 1px;
	padding: 5px;
	padding-right:25px;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
}
#navigation .current a {
	text-decoration: none;
	color: #E1E100;
	font-weight:bold;
	display: block;
	margin: 1px 1px;
	padding: 5px;
	padding-right:25px;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000066;
}
#content h1 {
	font-size:1.5em;
}
#content h2 {
	font-size:1.3em;
}
#content h3 {
	font-size:1.2em;
}

#content img {
	padding: 5px;
/*	border: 1px solid #708090; */
}
/* Sidebar Styles */
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar ul {
}
#sidebar li {
	line-height:1.7em;
	font-size:1.2em;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: navy;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#credit {
	width: 100%;
	vertical-align:middle;
	text-align: center;	
	padding-top: 0px;
}

#credit p {
	font-size: 11px;
	color:#808080;
}
#credit a {
	color: #808080;
	text-decoration:none;
}
#credit a:hover {
	color: #000;
	text-decoration:underline;
}
.hiddenpic {
	display: none;
}
img {
	border:0;
}

