﻿@import url(layout.css);
body {
	border-style: none;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-top-color: inherit;
	border-right-color: #000000;
	border-bottom-color: inherit;
	border-left-color: #000000;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 620px;
	height: 116px;
	overflow: hidden;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
	position: 21;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	/*  was #61C7F8 */ 
	background-color: #61C7F8;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	overflow: hidden;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
/* removed border width below. was 1px all around */
#navigation a {
	border-style: none;
	border-width: 0px;
	border-color: #c9c9c9;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
/* border was 1px below for all */
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px none #a9a9a9;
	background-color: #61C7F8;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #61C7F8;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#contactpad {
	padding-top: 8px;
}
