﻿@import url('layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: white;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: white;
	width: 795px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
}
#column_l {
	width: 200px;
	margin: 0;
	padding: 0 15px;
	background-color: black;
	text-align: left;
	color: white;
}
#column_l h4 {
	font: bold, 14pt, Georgia, serif;
	color: white;
}
#column_l h3 {
	font: bold, 12pt, Georgia, serif;
	color: white;
}
#column_l p {
	font: 10pt, Tahoma, sans serif;
	color: white;
}
#column_r {
	width: 550px;
	margin: 0;
	background-color: white;
	position: relative;
}
#column_r p {
	font: 12/18px Tahoma, sans serif;
}
#column_r h2 {
	font: bold 18pt Georgia;
	color: green
}
#column_r h3 {
	font: bold 14pt Georgia;
	color: green
}
#footer {
	width: 800px;
	text-align: center;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: black;
	margin: 10px 10px 0;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: none;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: none;
	background-color: #a9a9a9;
}


/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: white;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #CCAA77;
	text-decoration: none;
}


/* Styles for Links */
a {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}

#sidebar_links a {
	color: #CCFFCC;
	text-decoration: none;
}
#sidebar_links a:hover {
	color: #CCFFCC;
	text-decoration: underline; 
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
