﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1em;
	background-color: #f2f2f7;
	background-image: url('nature/sunflowers.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url('nature/nabkbgnd.jpg');
	letter-spacing: 4px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FAFCF1;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	list-style-image: url('nature/anabull1.gif');
	color: #333399;
}
table {
	color: #333399;
}
/* Masthead Styles */
#masthead h1 {
	color: #008000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: capitalize;
	font-size: 40px;
	font-weight: bold;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #008000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
/* Navigation button background hoover color */
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #339933;
	background-color: #339933;
}
/* Content Styles */
/* Footer Styles */
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
#noprint {
}
h1 {
	color: #008000;
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
}
h2 {
	color: rgb(0,102,51);
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
}
h3 {
	color: rgb(153,102,0);
	font-weight: Bold;
	font-style: normal;
	font-size: 14pt;
}
h4 {
	color: rgb(51,51,153);
	font-weight: bold;
	font-size: 12pt;
}
h5 {
	color: rgb(0,102,51);
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
h6 {
	color: rgb(153,102,0);
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
}
/* The next two div's will insert the old hr line which I don't use normally*/
/*div.hr {
	height: 15px;
	background: #fff url(hr1.gif) no-repeat scroll center;
	background-image: url('nature/anarule.gif');
}*/
hr {
	border: none;
	background-color: #008000;
	color: #008000;
	height: 2px;
	width: 80%;
}
a:link {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	color: #e16840;
	text-decoration: underline;
}
a:active {
	color: #4169e1;
	text-decoration: underline;
}
a:visited {
	color: #ff6600;
	text-decoration: underline;
}
/* Classes */
/* Classes for images */
img {
	border-style: none;
}
.image_20px_hor {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
}
.image_middle_text {
	vertical-align: middle;
}
.img_float_right_marg_10_hor_vert {
	float: right;
	border-style: none;
	margin: 10px;
}
.img_float_left_marg_10_hor_vert {
	float: left;
	border-style: none;
	margin: 10px;
}
.img_nofloat_middle_marg_10_hor_vert {
	border-style: none;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* Classes for Text */
.style_bold {
	font-weight: bold;
}
.Center_text {
	text-align: center;
}
.noprint {
}
.small_text {
	font-size: small;
}
.table_dashed_border {
	border-style: dashed;
}
.text_underline {
	text-decoration: underline;
}

