body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003333;
  margin: 0px;
  padding: 0px;
  background-color: #CCCCCC;
  font-size: 14px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Masthead {
	margin: 0px 0;
	position: relative;
	padding: 0px;
	background-color: #FFFFEC;
	z-index: 3;
	font-weight: bold;
	font-size: 1.1em;
	cursor: default;
}

#Wrapper {
	width:900px;
	z-index:1;
	margin: 0px auto;
	text-align: left;
	height: auto;
	position: relative;
}

#Navbar {
	position:relative;
	left:0px;
	top:5px;
	width:800px;
	z-index:2;
	background-color: #E5E9F2;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#Navbar ul {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#Navbar li {
	padding-right: 1em;
	margin: 0;
	float: left;
	padding-left: 1em;
}

#Navbar a, #Navbar a:visited {
	display: block;
	text-decoration: none;
	width: auto;
	color: #000099;
	background-color: #E5E9F2;
	padding-top: 5px;
}

#Navbar a:hover {
	background-color: #024F79;
	color: #DDE4EC;
}
topbody {
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
	padding-bottom: 0px;
	margin: 0px;
	font: small/1.5em georgia, serif;
	color: #000;
	padding-top: 0px;
	voice-family: inherit
}
#topmenu {
	font-size: 93%;
	background: url(images/bg.gif) #dae0d2 repeat-x 50% bottom;
	float: left;
	width: 100%;
	line-height: normal;
	position: relative;
}
#topmenu ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none
}
#topmenu li {
	padding-right: 0px;
	padding-left: 9px;
	background: url(images/left.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}
#topmenu a {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: normal;
	background: url(images/right.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #003366;
	padding-top: 5px;
	text-decoration: none
}
#topmenu a {
	float: none
}
#topmenu a:hover {
	color: #333
}
#topmenu #current {
	background-image: url(images/left_on.gif)
}
#topmenu #current a {
	background-image: url(images/right_on.gif);
	padding-bottom: 5px;
	color: #333
}
h4 {
  color: #333333;
  padding-top: 10px;
  font-size: 1.1em;
}
h5 {

	color: #333333;
	padding-top: 10px;
}
#bottom
{
	height: auto;
	background-color: #C5E2E2;
	text-align: center;
	z-index: 7;
	font-size: 0.8em;
	line-height: 2em;
	clear: both;
	padding: 10px;
	top: 5px;
	float: left;
	position: relative;
	width: 880px;
}

#bottom a:link, #bottom a:visited {
	display: inline;
	color: #000000;
	font-style: normal;
}

#footmenu {
	font-size: 1.2em;
}

#footmenu a:link, #footmenu a:visited {
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}

#footmenu a:hover {
	text-decoration: underline;
}
.caption {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
}
.site_desc {
  padding: 5px;
  vertical-align: top;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-left: 2px none #333333;
}
.site_image {
  padding: 5px;
  vertical-align: top;
  border-top: 2px solid #333333;
  border-right: 2px none #333333;
  border-bottom: 2px solid #333333;
  border-left: 2px solid #333333;
}
.floatright {
	float: right;
}
