﻿@import url("layout.css");
body {
	font-family: "tahoma";
	font-size: 0.8em;
	color: #000;
	background-color: #333333;
}
#container {
	width: 758px;
	margin: 0 auto;
	background-color: #333333;
	border: 1px gray solid;
}

#top {
	width: 760px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#masthead {
	text-align: right;
	width: 758px;
	border-top: thin gray solid;
	border-bottom: thin gray solid;
	overflow: hidden;
	background-color: transparent;
	}
#sidebar {
	float: left;
	width: 194px;
	height: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	background-color: #9E0000;
	position: relative;
	clear: both;
	display: inline;
}

#content {
	float: left; 
	width: 529px; 
	height: 100%; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	overflow: auto; 
	background-color: #fff; 
	margin-top: 5px; 
	margin-right: 5px; 
	margin-left: 5px; 
	position: relative; 
}

#footer {
	clear: both;
	width: 758px;
	background-color: #000066;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	margin: 0px;
	border: 0px;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0px;
	
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px;
}
#sidebar a {
	font-weight: 100;
	text-decoration: none;
	color: #fff;
	display: block;
	padding-left: 7px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	
}
#sidebar a:hover {
	font-weight: 100;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

#sidebar h2 {
	font-size:  12px;
	margin: 0 5px 5px 5px;
	color:  #fff;
	text-align: center;
}

#sidebar h4 {
	font-size: 16px;
	margin: 5px;
	color: #FFFF00;
	text-align: center;
}


/* Styles for Navigation */

/* Styles for Navigation */

#content img {
	margin: 5px;
	border: thin black solid;
	
}

#content p {
	font-family: cambria;
	font-size: 13px;
}

#content li {
	font-family: cambria;
	font-size: 12px;
}


#content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	background: navy;
	color: #fff;
	padding: 5px;
}

#content h2 {
	font-size: 16px;
	color: #000;
}

#content h3 {
	font-size: 14px;
	color: #000;

}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #C0C0C0;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
