﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	text-align: none; 
}
#masthead {
	text-align: left;
	background-color: ;
}
#column_l {
	width: 770px;
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
	text-align: left; 
	position: relative; 
}

#navigation {
	background-color:#fff;
	overflow: hidden;
	text-align: center;
	margin-left: 70px;
	margin-right: 70px;
}
#footer {
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: small;
	color: #000;
	margin: 2px 5px 0px;
}
#column_l p {
	font-size: small;
	margin: 7px;

}
#column_l img {
	float:none;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin-left:0px;
}
#navigation li {
	float: left;
	margin-left:0px;
	padding: 1px;
}
#navigation a {
	color: #fff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	color: #545454;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
img {
	float: left;
	border:0px;
	border-width:0px;
}
h1 {
	font-size: 20px;
	margin-bottom:0px;
	margin-top:5px;
}
h2 {
	font-size:  medium;	
	margin-bottom:0px;
	margin-top:5px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style-lightblue {
	background-color: #d9e8f9;
}
