﻿body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	background-image: url(./images/background_blue_grad.jpg);
	background-repeat: repeat-x;
}
#page {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background-image: url(./images/background_green_grad.jpg);
	background-repeat: repeat-x;
	background-color: #9cff00;
}
#masthead {
	text-align: left;
	width: 710px;
	margin: 10px 0 0 30px;
	background-color: transparent;
}
#banner {
	clear: both;
	height: 48px;
	width: 740;
	margin: 12px 10px 4px 10px;
}
#logo {
	float: left;
}
#addrphone {
	float: right;
}
#rightcol {
	clear: left;
	float: right;
	width: 150px;
	margin: 10px 4px 0 0;
}
#leftcol {
	float: left;
	width: 580px;
}
#lft_nav {
	clear: both;
	float: left;
	margin: 10px 10px 0 0;
	width: 125px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
#lft_nav ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
}
#lft_nav li {
	border-bottom: 1px solid #ffd000;
}
#lft_nav li a:visited {
	display: block;
	padding: 0 0 0 5px;
	border-left: 6px solid #ffd000;
	border-right: 1px solid #ffd000;
	color: #ffd000;
	background-color: #0000ff;
	text-decoration: none;
}
#lft_nav li a:link {
	display: block;
	padding: 0 0 0 5px;
	border-left: 6px solid #ffd000;
	border-right: 1px solid #ffd000;
	color: #ffd000;
	background-color: #0000ff;
	text-decoration: none;
}
#lft_nav li a:hover {
	background-color: #ffd000;
	color: #0000ff;
}
#lft_nav ul ul {
	margin-left: 12px;
}
#lft_nav ul ul li {
	/*	border-top: 1px solid #ffd000; */
	margin: 0;
}
#lft_nav ul ul a:visited {
	background-color: #6464ff;
	border-left: 6px solid #ffe264;
	color: #ffe264;
}
#lft_nav ul ul a:link {
	background-color: #6464ff;
	border-left: 6px solid #ffe264;
	color: #ffe264;
}
#lft_nav ul ul a:hover {
	background-color: #ffe264;
	color: #6464ff;
}
#news {
	float: right;
	width: 150px;
}
#breaking_news {
	float: left;
	width: 275px;
}
#content {
	float: right;
	width: 425px;
	margin: 10px 10px 10px 0;
	left: 200px;
	text-align: left;
}
#content_wide {
	float: right;
	width: 575px;
	margin: 10px 10px 10px 0;
	left: 200px;
	text-align: left;
}
#notice {
	width: 380px;
	margin: 5px 0 0 20px;
	background-color: #ffd000;
}
#footer {
	clear: both;
	width: 740px;
	text-align: center;
}
#valid_html {
	float: left;
}
#valid_css {
	float: right;
}
p {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 6px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 4px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 3px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 3px;
}
h6 {
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 2px;
}
hr {
	height: 4px;
	width: 80%;
	text-align: center;
	color: #0000ff;
	background-color: #0000ff;
	margin-bottom: 4px;
}
td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.addr-phone {
	font-size: .75em;
	color: #0000ff;
	margin: 6px 6px 0 0;
}
.login {
	font-size: 150%;
	font-weight: bold;
	color: #ffd000;
	margin: 6px 0 4px 0;
	text-align: center;
}
.td-left {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: left;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.td-right {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: right;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 1em;
	color: #000000;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #cc3300;
}
a:active {
	color: #cc3300;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-center-bold {
	text-align: center;
	font-weight: bold;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.block-quote {
	font-size: 85%;
	text-align: justify;
	margin-left: 18px;
	margin-right: 18px;
}
.bold {
	font-weight: bold;
/*	background-color: transparent; */
}
.italics {
	font-style: italic;
}
.bold_italics {
	font-style: italic;
	font-weight: bold;
}
.copyright {
	font-size: 85%;
	text-align: center;
	margin-bottom: 3px;
}
img {
	border : 0;
}
.img-about {
	border: 3px solid #fc0;
}
.img-left {
	text-align: left;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
}
.img-center {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.img-tab-menu {
	border-right: 2px solid #ffffff;
}
.popup {
	font-size: 100%;
}
.popup a:link {
	font-size: 100%;
}
.popup a:visited {
	font-size: 100%;
	color: #000099;
}
.popup a:hover {
	font-size: 105%;
}
.popup a:active {
	font-size: 100%;
}
.small85 {
	font-size: 85%;
}
.small75 {
	font-size: 75%;
}
.table-header {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
.tagline {
	font-size: 80%;
	margin-top: 6px;
	text-align: center;
	font-style: italic;
	color: #000000;
}
span.highlight {
	color: #000000;
	background-color: #ffffe1;
	font-size: 11px;
	vertical-align: top;
}
.compusitions {
	font-size: 75%;
	margin-top: 6px;
	text-align: center;
	color: #000000;
}
.compusitions a:visited {
	text-decoration: none;
}
.compusitions a:link {
	text-decoration: none;
}
.compusitions a:hover {
	color: #ff008b;
	text-decoration: underline;
}
.indent30 {
	margin-left: 30px;
}
.broadway {
	font-family: Broadway, Times New Roman, serif;
}