﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #3399FF;
}
#container {
	border-bottom: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #336699;
	background-position: top;
	background-repeat: no-repeat;
}
/***** Main content *****/
#content {
	float: right;
	margin: 0 10px 5px 10px;
	width: 650px;
	padding: 0 10px;
}
#contentwide h2 {
	font-size:1.6em;
	margin:0 0 10px;
}
#content h2 {
	font-size:1.6em;
	margin:0 0 10px;
}
#contentwide h3 {
	font-size:1.4em;
	margin:0 0 8px;
}
#content h3 {
	font-size:1.4em;
	margin:0 0 8px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fff;

}
/***** Left sidebar *****/
#leftside {
	font: inherit;
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 5px;
	padding: 0;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	border-right-width:2px;
	border-right-color: #3399FF;
	border-right: 2px solid #3399FF;

}
#leftside h3 {
	color:#505050;
	background-color:inherit;
	font-size:1.3em;
	margin:0 0 5px;
	padding:0;
}

#leftside h2 {
	color:#505050;
	background-color:inherit;
	font-size:1.3em;
	margin:0 0 5px;
	padding:0;
}

#leftside div.announce {
	clear:left;
	margin:10px 0 15px;
	padding:7px 5px;
	width:126px;
	font-size:0.9em;
	background-color:#f4f4f4;
	color:#505050;
	border-left:4px solid #cccccc;
	line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	border-top:2px solid #3399FF;

	
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 90%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float:left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #E2ECF5;
	background-color: #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size:small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
	font-size: x-small;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}