* {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
}

#wrapper {
	width: 900px;
}

#banner {
	width: 880px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	background: url(images/header_bg.jpg) no-repeat;
	text-align: left;
	padding: 88px 0px 0px 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A60000;
	list-style-type: disc;
	list-style-position: inside;
}

#centrecontent ul a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A60000;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: 100;
}

#centrecontent ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A60000;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: 100;
}

#centrecontent ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D63333;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: 100;
}

#navigation {
	width: 900px;
	height: 30px;
	background: url(images/menu_bg.jpg) no-repeat;
	clear: both;
}

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

#navigation li {
  float: left;
  position: relative;
}

#navigation li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  background:#999;
  width:200px;
}

#navigation li > ul {
	top: 30px;
	left: auto;
	}

#navigation li:hover ul, li.over ul{ display: block; }

#navigation a {
	padding: 0px 10px;
	line-height: 30px;
	background: url(images/menu_divider.gif) no-repeat;
	text-decoration: none;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 14px;
}

#navigation a:visited {
	color: #DDD;
	line-height: 30px;
	text-decoration: none;
	list-style: none;
}

#navigation a:hover {
	color: #FFF;
	line-height: 30px;
	list-style-type: none;
}

#navigation .first a {
	background: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DDD;
	display: inline;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	display: inline;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display: inline;
	margin: 0px;
	padding: 0px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #A60000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #A60000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #E5B8B8;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #E5B8B8;
	text-decoration: underline;
}

#leftcontent {
	float: left;
	width: 290px;
	margin: 10px 0px 10px 0px;
}

#centrecontent {
	float: left;
	width: 290px;
	margin: 10px 0px 10px 15px;
}

#rightcontent {
	float: left;
	width: 290px;
	margin: 10px 0px 10px 15px;
}

#footer {
	width: 878px;
	clear: both;
	border: 1px solid #E5B8B8;
	text-align:left;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#box {
	width: 268px;
	background: url(images/box_bg.jpg) repeat-x;
	border: 1px solid #E5B8B8;
	padding: 10px;
	margin: 0px;
	text-align:left;
}

#twocol_box {
	width: 558px;
	background: url(images/box_bg.jpg) repeat-x;
	border: 1px solid #E5B8B8;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	text-align:left;
	float: right;
}

#threecol_box {
	width: 878px;
	background: url(images/box_bg.jpg) repeat-x;
	border: 1px solid #E5B8B8;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	float: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-weight: 100;
	padding: 10px 0px 0px 0px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #A60000;
	padding: 10px 0px 0px 0px;
}
.redtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 900;
	color: #A60000;
	padding: 10px 0px 0px 0px;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	font-weight: 100;
}

