* {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
}

#wrapper {
	width: 900px;
}

#banner {
	width: 880px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	background: url(images/banner_bg.jpg) no-repeat;
	text-align: left;
	padding: 90px 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;
}

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

#mainNav ul {
	margin: 0;
	Padding: 0px 0px 0px 10px;
	list-style: none;
	float: left;
}

#mainNav ul li {
float: left;
}

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

#mainNav ul a:visited {
	color: #DDD;
	display: block;
	line-height: 30px;
	float: left;
	text-decoration: none;
	list-style: none;
}

#mainNav ul a:hover {
	color: #FFF;
	display: block;
	line-height: 30px;
	float: left;
	list-style-type: none;
}

#mainNav ul .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: 18px;
	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;
}
