﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	padding: 10px;
}
#container {
	width: 780px;
	background-color:white;	
	margin:auto	
}
#header {
	text-align: right;
	margin: 0px;
	background-color: #cde;
	background-image:url('../graphics/header_graphic.png');
	overflow:hidden
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
    color:white;
}
#pagecontent {
	border-left: thin black solid;
	border-right: thin black solid;
	border-top: none;
	border-bottom: none;
	padding-bottom: 10px;
}
#content {
	padding: 10px 10px 10px 10px;
}
#footer {
	text-align: center;
	background-color: #404040;
	background-image:url('../graphics/footer_graphic.png');
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
}
/* Styles for Masthead */
#header p {
	color: #000;
	font-size: x-small;
	text-align: right;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
}
#navigation li {
	float: left;
	color: white;
	display:inline;

}
#navigation a {
	text-decoration: none;
	padding: 2px;
	color: white;
	white-space: nowrap;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right:.7em;
}
#navigation a:hover {
	color:#404040;
	background-color:#ADFB43;
	border: 1px solid #33A910;
}
/* Styles for Content */
h1 {
	color: #333333;
	font-size: 2.0em;
}
h2 {
	color: #333333;
	font-size: 1.75em;
}
h3 {
	color: #333333;
	font-size: 1.5em;
}
h4 {
	color: #333333;
	font-size: 1.25em;
}
h5 {
	color: #333333;
	font-size: 0.75em;
}
h6 {
	color: #333333;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footer a:hover {
	color: #9AF535;
	text-decoration: none;
}
/* Styles for Links */
a {
	color:green;
	text-decoration: underline;
}
a:hover {
	color:#336600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}