@import url("layout.css");
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #C0C0C0;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 150%;
}
#container {
	/* ................................................................. */
	width: 960px;
	margin-top: 0px;
	border-bottom: 2px solid #363636;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	/* ................................................................. */
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 100px;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
}
#navigation {
	/* ................................................................. */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #FF3300;
	font-weight: bold;
}
#page_content {
	/* ................................................................. */
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFF99;
	right: auto;
	left: auto;
}
#content {
	/* ................................................................. */
	padding: 5px 10px 5px 10px;
	position: relative;
	float: left;
	width: 430px;
	text-align: left;
	background-color: #FFFF99;
}
#sidebar {
	/* ................................................................. */
	padding: 5px 10px 5px 10px;
	float: right;
	width: 330px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer { /* ................................................................. */
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	text-align: center;
	padding-top: 1px;
	background-color: #FF3300;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	text-align: center;
}
#masthead h3 {
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #FF3300;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFF66;
	background-color: #009900;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #009900;
}
h1{
	line-height: 120%;
}
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
	
	/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF3300;
	text-transform: capitalize;
}
#footer a:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-top-style: dotted;
	border-top-width: medium;
	border-bottom-style: dotted;
	border-bottom-width: medium;
}
/* 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;
}
imageleft {
	padding-right: 5px;
}
.floatleft {
	float: left;
	margin-right: 12px;
	clear: left;
}
.floatright {
	margin-left: 12px;
	float: right;
	margin-right: 10px;
	clear: right;
}
.td.floatleft {
	background-color: #FFFF99;
	width: 419px;
}
#sidebar p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #003300;
	font-weight: bold;
	margin-left: 65px;
}
caption {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
.sidebar p {
	margin-left: 30px;
}
#sidebar h2,h3 {
	margin-left: 65px;
	color: #009900;
}
