body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #DCFFBE;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #CCD0DB;
}

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

#Banner {
	position:relative;
	width:800px;
	z-index:6;
	left: 0;
	top: 0;
	height: auto;
}
#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:7;
}

#Menu {
	position:relative;
	width:130px;
	z-index:4;
	background-color: #2D1076;
	text-align: left;
	font-size: 1.1em;
	float: left;
	padding: 5px;
}
#Menu p {
	padding-left: 5px;
}


#Menu a:link, #Menu a:visited {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
}

#Menu a:hover {
	color: #2D1076;
	background-color: #E4D9F7;
	text-decoration: none;
}

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

#menufoot {
	position:relative;
	z-index:2;
	text-align: center;
	height: 50px;
	color: #2D1076;
	font-size: 1.1em;
	background-color: #F3F3F3;
	float: left;
	width: 660px;
}
#menufoot a:link, #menufoot a:visited {
	color: #2D1076;
	text-decoration: none;
	display: inline;
}

#menufoot a:hover {
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	background-color: #F3F3F3;
}

#bb {
	font-size: 0.8em;
}

#bottom
{
	position: relative;
	width: 100%;
	background-color: #ABD6D6;
	text-align: center;
	z-index: 8;
	font-size: 1em;
	line-height: 2em;
	left: 0px;
	color: #2D1076;
	float: left;
	height: auto;
	background-image: url(../Images/Site/botbgnd.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#bottom a:link, #bottom a:visited {
	display: inline;
	color: #000000;
	font-style: normal;
}
.currentpage {
	font-style: italic;
	color: #FFFFCC;
}
#Content {
  position:relative;
  width:770px;
  z-index:2;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.3em;
  color: #000000;
  background-color: #F3F3F3;
  left: 0;
  top: 0;
  float: left;
  padding: 5px 20px;
}
#Content h3 {
	color: #2D1076;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.5em;
	margin: 0px;
}
#Content h2 {
	color: #2D1076;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#Content p {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}
#Content a img {
	border-style: none;
}
.imgfltrght {
  float: right;
  margin-left: 10px;
  margin-right: 20px;
}
.imgfltlft {

	float: left;
	padding-right: 20px;
}
