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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Masthead {
  margin: 0px;
  position: relative;
  padding: 0px;
  z-index: 3;
  font-weight: bold;
  font-size: 1.1em;
  border-right: 10px none #670131;
  border-left: 10px none #670131;
  width: 880px;
  border-top-style: none;
  border-bottom-style: none;
}

#Wrapper {
	width:880px;
	z-index:1;
	margin: 5px auto 0px;
	text-align: left;
	height: 568px;
	position: relative;
	border-left: 10px double #6E0F3B;
	border-right: 10px double #6E0F3B;
	background-color: #CCCCCC;
}

#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%;
  float: left;
  width: 880px;
  line-height: normal;
  position: relative;
  background-image: url(images/bg2.gif);
  background-repeat: repeat-x;
  background-position: 50% bottom;
}
#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;
  float: none;
  padding-bottom: 4px;
  color: #003366;
  padding-top: 5px;
  text-decoration: none;
  background-image: url(images/right.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#topmenu a:hover {
  color: #333;
  text-decoration: underline;
}
#topmenu #current {
  background-image: url(images/left_on3.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#topmenu #current a {
  background-image: url(images/right_on3.gif);
  color: #333;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
h4 {
	color: #333333;
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 12px;
}
h3 {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 1.2em;
	padding: 0px;
}

h5 {

	color: #333333;
	padding-top: 10px;
}
#Maintext blockquote {
	margin-top: 12px;
	margin-bottom: 12px;
}

#bottom
{
	height: 22px;
	z-index: 7;
	font-size: 0.8em;
	line-height: 2em;
	padding: 10px;
	position: relative;
	width: 860px;
	margin: 0px;
	float: left;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#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;
}
.footquote {
  color: #6E0F3B;
  font-weight: bold;
  font-style: italic;
  font-size: 10pt;
}
#Maintext {
  position:relative;
  z-index:4;
  line-height: 1.3em;
  padding: 20px;
  width: 840px;
  float: left;
  font-size: 1em;
  height: 300px;
  margin: 0px;
  background-image: url(images/bg_sh.jpg);
  background-repeat: repeat;
}
#Maintext p {
	margin-top: 14px;
	margin-bottom: 14px;
}

#Maintext a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #0000FF;
}
#Maintext a:hover {
	text-decoration: underline;
	border-style: none;
}
.floatrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.new {
	color: #6E0F3B;
	font-style: italic;
	font-weight: bold;
}
.floatlft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

