﻿
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #fff;
	width: 650px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#masthead-inside {
	background-color: #fff;
	height: 120px;
	width: 650px;
	height: 130px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#column_l {
	width: 650px;
	padding: 0;
	background-color: #fff;
	position: relative;
	float: left;
	margin: 0;
}

/* Footer */
#footer {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #008080;
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;

}
#footer p{
	color: #333333;
	font-weight: bold;
	font-size: small;
}

#footer a{
	color: #333333;
	font-weight: bold;
	font-size: small;
}
#footer a:hover{
	color: #006666;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
#footer img {
    padding-right: 15px;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #339999;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 8px;
	border-right: 1px #333333 solid;
	background-color: #339999;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px #000000 solid;
	background-color: #336699;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: large;
	color: #339999;
	padding-top: 10px;
}
h3 {
	font-size: large;
	color: #336699;
	line-height: 25px;
}
h4 {
	font-size: medium;
	color: #006666;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
td {
	font-size: x-small;
	color: #000;
}

blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

/* Links */
a {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_staff {
	text-align: center;
}
.style_italic {
	font-style: italic;
}
.style_header {
	font-variant: normal;
	font-size: x-small;
}
.disclaimer {
	font-size: x-small;
}

