body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-color: #FBEBDB;
}

a {
	color: #0033FF;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
	
#wrap {
  width: 800px;
  margin: 0 auto;
  background: url(images/wrap1.gif) repeat-y;
  padding: 0 8px;
}

#topnav {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #EB5100;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

#topnav a {
  color: #EB5100;
  text-decoration: none;
}

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

#topnav li {
  display: inline;
  border-left: 1px solid #EB5100;
  padding: 0 15px;
}

#topnav li.first {
  border: none;
}

#topnav li.active {
  text-decoration: underline;
}

#toph {
  background-image: url(images/h2.gif);
  height: 18px;
  width: 800px;
  margin: 0;
}

#main {
  margin: 0 20px 16px 20px;
}

h1 {
  font-size: 20px;
  color: #C83513;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #C83513;
}

h2 {
  color: #C83513;
  text-transform: uppercase;
  font-size: 100%;
}

#menu {
  float: left;
  width: 188px;
  margin: 0 32px 30px 0;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 15px;
}

#menu a {
  color: black;
}

#menu li.active a {
  color: rgb(200, 53, 19);
}

.clear { clear: both; }

#content {
  margin-left: 220px;
}

#both {
  background-image: url(images/h3.gif);
  height: 19px;
  width: 800px;
  margin: 0;
}

#footer {
	border: solid 1px #CB4021;
	background-image: url(images/footer2.jpg);
	width: 790px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

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

#footer a {
	color: white;
	text-decoration: none;
}

.left { float: left; margin-right: 10px; }
.leftInline { margin-right: 5px; vertical-align: middle; }
.right { float: right; margin-left: 10px; }
.highlight { color: #C83513; }
.centered { text-align: center; }

label {
	display: block;
	font-weight: bold;
}

.errors {
	color: #A50300;
}