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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #660033;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #999999;
}

#Banner {
	width:950px;
	z-index:6;
	left: 0;
	top: 0;
	height: 150px;
	position: relative;
}
#Banner h1 {
	font-family: "Eras Medium ITC", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 5em;
	line-height: normal;
	text-align: right;
	padding-right: 30px;
	color: #CCCCCC;
}
/*#Banner img {
	float: left;
}
*/
#Logo {
	position:absolute;
	left:29px;
	top:33px;
	z-index:2;
}

#Menu {
	width:140px;
	z-index:1;
	background-color: #660033;
	float: left;
	height: 500px;
	line-height: 2em;
}

#Menu a:link, #Menu a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	display: block;
	text-indent: 2em;
	font-style: italic;
	line-height: 2;
	border-top: 1em solid #660033;
}

#Menu a:hover {
	color: #FFFFE0;
	background-color: #740B42;
}

#Menu li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: -2em;
}

#menufoot {
	z-index:2;
	width: auto;
	text-align: center;
	background-color: #FFFFE0;
	font-size: 14px;
	position: relative;
	border-top: 4px solid #660033;
	padding: 5px 20%;
}
#menufoot a:link, #menufoot a:visited {
	color: #660033;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

#menufoot a:hover {
	text-decoration: underline;
}

#Content {
  width:790px;
  z-index:1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFEC;
  height: 500px;
  float: left;
  position: relative;
  margin: 0px;
  line-height: 15pt;
}
#Content p {
	margin-top: 5px;
	margin-bottom: 10px;
}


#Content h2 {
  color: #660033;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px;
}

#Content h4 {
  color: #660033;
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-size: 12pt;
}

#bottom
{
	height: 20px;
	text-align: center;
	z-index: 7;
	font-size: 0.8em;
	line-height: 2em;
	clear: both;
	padding: 10px;
	background-image: url(../images/botbgnd.jpg);
	background-repeat: repeat-x;
}

#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;
}

.currentlink {
	background-color: #3C0F1C;
}

.imgfltr {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

.imgfltl {
	float: left;
	padding-right: 10px;
}

.smallbody {
	font-size: 0.8em;
	line-height: 1.2em;
}

.topic {
	color: #660033;
	font-weight: bold;
}
.tabletop {
	color: #660033;
	background-color: #CC80A0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2em;
}
.tablebody {
	background-color: #F5CDDE;
}

