﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/g5str10.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #369;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #a0cfec;
	z-index: 1
}
#masthead {
	width: 730px;
	overflow: hidden;
	text-align: center;
	background-color: #a0cfec;
	background-image: ;
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #800517;
	border-bottom: 1px solid #800517;
	background-color: #FFFF66;
}
#column_l {
	position: relative;
	float: left;
	width: 390px;
	padding: 15px;
	left: 10px;
	background-color: #FFF;
	border: 2px #153e7e solid;
	margin-top: 10px;
	z-index: 1
}
#column_r {
	position: relative;
	float: left;
	width: 240px;
	padding: 15px;
	left: 20px;
	background-color: #FFF;
	border: 2px solid #153e7e;
	margin-top: 10px;
	z-index: 1
}
/* Footer */
#footer {
	text-align: center;
	padding: 10px 0px;
	width: 100%;
	overflow: auto;
	clear: both;
}
#footer p {
	font-size: x-small;
	color: #000;
}
/* Masthead */
#masthead h1 {
	color: #153e7e;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #153e7e;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */

#navigation
{	margin: 0;
	padding: 0;
	z-index: 100;
}
	
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 2 px;
	list-style: none;
	float: left;
	font-weight: bold;
	border-right: 1px solid #ECEC79;
}

#navigation li a
{
	display: block;
	padding: 5px;
	width: auto;
	background: #FFFF66;
	color: #153e7e;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}

#navigation li a:hover
{
	background: #153e7e;
	color: #FFFF99;
	font-weight: bold;
	z-index: 100;
}

.menu
{
	position: absolute;
	visibility: hidden;
	margin: 0px;
	border: 1px solid #153e7e;
	background-color: #ffff66;
	color: #153e7e;
	z-index: 100;
}

.menu a
	{
	position: relative;
	display: block;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}

.menu a:hover {
	text-decoration: none;
	color: #ffff66;
	background-color: #153e7e;
	font-weight: bold;
	z-index: 100;
	text-align: left;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;

}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #153e7e;
}
h3 {
	font-size: large;
	color: #153e7e;
}
h4 {
	font-size: medium;
	color: #153e7e;
}
h5 {
	font-size: x-small;
	color: #153e7e;
}
h6 {
	font-size: xx-small;
	color: #153e7e;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}