﻿#body {
	background-color: #b7c0cf;
	margin: 0px;
}
#megadiv {
	width: 95%;
	height: 100%;
	margin: 0px auto 0px auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	background-color: #FFFFFF;
}
#editable-content {
	margin-right: 155px;
	margin-left: 15px;
	clear: left;
}
#leftbox {
	width: 145px;
	float: right;
	background-color: transparent;
}

.button-img {
	border: 1px solid #000066;
	margin-top: 15px;
	margin-left: 15px;
	height: 115px;
	width: 115px;
}

.button-imgCopy {
	border: 2px solid #FFC501;
	margin-top: 15px;
	margin-left: 15px;
	}

#masthead {
	background-color: #000066;
	width: 100%;
}

#masthead-img {
	width: 757px;
	margin-right: auto;
	margin-left: auto;
}
.img-border {
	border: 3px solid #660000;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-left: inherit;
	background-color: #FFFFFF;
}
.navlist {
	list-style-type: none;
	display: inline;
}
.li-footer {
	display: inline;
	letter-spacing: .05em;
	text-decoration: none;
	font-size: small;
	padding-right: 3px;
}
.bold-blue {
	font-weight: bold;
	color: #000066;
}
.red {
	color: #8B3434;
}
.red-bold {
	font-weight: bold;
	color: #CC0000;
}
.red-border {
	padding: 5px;
	border-style: solid none solid none;
	border-width: thick;
	border-color: #333399;
	margin: 0px;
}
a {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:active {
	color: #000066;
}
a:hover {
	color: #800000;
}

h4 {
	clear: left;
}

h3 {
	clear: left;
}

h2 {
	clear: left;
}

h1 {
	clear: left;
}

.hr {
	border: 5px solid #000066;
	border-width: thin;
	border-top: thin solid #000066;
	margin-top: 0px;
}
.content2 {
	width: 45%;
	float: left;
	margin-left: 8px;
	background-color: #FFFFFF;
}
.ddmenu ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ddmenu ul li {
  display: block;
  position: relative;
  float: left;
}
.ddmenu li ul { display: none; }
.ddmenu ul li a {
  display: block;
  text-decoration: none;
  color: #000066;
  border: 1px solid #000066;
  padding: 5px 15px 5px 15px;
  background: #ffffff;
  margin-left: 1px;
  white-space: nowrap;
}
.ddmenu ul li a:hover { background: #b7c0cf; color:#660000;}
.ddmenu li:hover ul {
  display: block;
  position: absolute;
}
.ddmenu li:hover li {
  float: none;
  font-size: 11px;
}
.ddmenu li:hover a { background: #ffffff;}
.ddmenu li:hover li a:hover { background: #d5d5ff; color: #660000; }





.content1 {
	width: 45%;
	float: left;
	margin-left: 8px;
	background-color: #FFFFFF;
}
.content {
	width: 45%;
	float: left;
	margin-left: 8px;
	background-color: #FFFFFF;
}
.footerleft {
	width: 75%;
	float: left;
}

.clearboth {
	clear: both;
}

.floatright {
	float: right;
}

.noborder {
	border-width: 0px;
	border-style: none;
}





.bold-dkgreen {
	font-weight: bold;
	color: #003300;
}






