﻿body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: none;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
/* *Layout Divs* */
/* this container centers the content in the browser and fixes the overall width */
#wrapper {
	margin: 5px 0px 5px 5px;
	width: 740px;
	text-align: left;
	visibility: visible;
}
#logo {
	width: 150px;
	height: 125px;
	float: left;
	text-align: center;
}
#header {
	width: 540px;
	height: 100px;
	float: right;
	text-align: center;
}
#address_bar {
	float: right;
	width: 550px;
	height: 25px;
	margin: 0 0 10px 0;
}
#content {
	width: 550px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	float: right;
}
#navcol {
	width: 160px;
	margin: 30px 5px 5px 10px;
	float: left;
}
#comment_box {
	float: right;
	width: 162px;
	border: 3px #323296 solid;
	padding: 4px;
	margin: 4px;
}
#footer {
	height: 25px;
	width: 740px;
	clear: both;
	text-align: center;
}
p {
	text-align: left;
	font-size: 1em;
}
h1 {
	color: #000066;
/*	color: #323296; */
}
h2 {
	padding: 16px;
	color: rgb(237, 61, 65);
}
h3 {
	color: #323296;
	margin: 12px 0 6px 0;
}
h4 {
	color: rgb(237, 61, 65);
}
h5 {
	color: #323296;
}
h6 {
	color: #323296;
}
li {
	margin-bottom: 6px;
}
a:link {
	color: rgb(204, 102, 51);
}
a:active {
	color: rgb(255, 204, 0);
}
a:visited {
	color: rgb(102, 153, 51);
}
ul {
	list-style-image: url(ms_bul_1.gif);
	font-size: 1em;
	text-align: left;
	line-height: 20px;
}
ul ul {
	list-style-image: url(ms_bul_2.gif);
}
ul ul ul {
	list-style-image: url(ms_bul_3.gif);
}
table {
	table-border-color-light: rgb(255, 204, 0);
	table-border-color-dark: rgb(204, 102, 51);
}
button {
	background-color: rgb(115, 154, 231);
	color: #000000;
}
label {
	color: #000000;
}
textarea {
	color: #000000;
}
fieldset {
	color: rgb(0, 0, 11);
}
legend {
	color: rgb(102, 153, 51);
}
select {
	color: #000000;
}
caption {
	color: rgb(102, 153, 51);
}
th {
	color: #000000;
}
.legal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
table {
	border: 1px #000000 solid;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	line-height: 16px;
}
.td_border_bot {
	border-bottom: 1px #000000 solid;	
}
.td_border_bot-rgt {
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
}
.td_border_rgt {
	border-right: 1px #000000 solid;	
}
.td-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.align-left {
	text-align: left;`
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.small-text-85 {
	font-size: 85%;
}
.small-text-75 {
	font-size: 75%;
}
.address_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bold_center {
	font-weight: bold;
	text-align: center;
}
