@charset "utf-8";
body {
	background-color: #356593;
	text-align: center;
	margin: 0px;
	padding: 0px;
	behavior: url("csshover3.htc");
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #0B4B2C;
}
#header {
	height: 180px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #0B4B2C;
	text-align: center;
	padding: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0B4B2C;
	background-color: #9BB383;
	clear: both;
}


.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #040807;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #050908;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #050908;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #050908;
	line-height: 1.5em;
}
/* navigation */

#menu {
	padding: 0;
	margin: 0;
	background-color: #9BB383;
	height: 0px;
}
#menu ul {
padding: 0;
margin: 0;
}
#menu li {
position: relative;
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#menu li a {
	width: 130px;
	height: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	background-color: #0B4B2C;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#menu li a:hover {
background-color: #356593;
}
#menu ul ul {
position: absolute;
top: 30px;
visibility: hidden;
}

#menu ul li:hover ul {
visibility:visible;
}
.clear {
	clear: both;
}
.height {
	line-height: 2em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #050908;
}
.map {
	margin-left: 420px;
}
#sidebar {
	width: 160px;
	padding-top: 20px;
	float: left;
	background-color: #9BB383;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}


#rightCol {
	width: 540px;
	margin-left: 180px;
	float: none;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#TransBox  {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0B4B2C;
	border-bottom-color: #0B4B2C;
	padding-top: 5px;
	padding-bottom: 5px;
}
.greenback {
	background-color: #9BB383;
	width: 530px;
	padding: 5px;
}

#TransBox li {
	font-weight: bold;
}
.center {
	text-align: center;
}
