BODY {
	margin:0;
	padding:0;
	text-align: center;
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 130%;
}

#wrapper {
	position: relative;
	width: 825px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 188px;
}

#logo {	
	position: absolute;
	left: 0;
	top: 90px;
	width: 212px;
	height: 73px;
}

#footer h3 {
	display: none;
}

#top_menu {
	position: absolute;
	right: 0;
	top: 120px;
	text-align: right;
}

#menu {
	position: absolute;
	top: 150px;	
	background: #811725;
	width: 825px;
	height: 23px;
	color: #fff;
	border-top: 4px solid #E3E3E3;
	border-bottom: 6px solid #E3E3E3;
}

p {
	margin:0;
	padding:0;
}

.moduletable {
	margin-top: 10px;
	margin-bottom: 20px;
}

#main_img {
	width: 825px;
	height: 242px;
	padding-bottom: 7px;
}

#logo img,
#main_img img {
	display: block;
}

#wrapper_bg,
#wrapper_bg_in {
	background: url(../images/wrapper_bg.gif) no-repeat left top;
	border: 1px solid #ddd;
	border-top: none;
	width: 824px;
}

#wrapper_bg_in {
	background: url(../images/wrapper_bg2.gif) no-repeat left top;
}

#left {
	float: left;
	width: 255px;
}

#center {
	float: left;
	width: 295px;
}

#right {
	float: left;
	width: 270px;
}

#left .moduletable,
#center .moduletable,
#right .moduletable {
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#left .moduletable {
	width: 240px;
}

#center .moduletable {
	width: 270px;
}

#right .moduletable {
	width: 255px;
}

#left-in {
	float: left;
	width: 245px;
	padding-top: 40px;
}

#left-in .moduletable {
	padding: 10px;
}

#content {
	float: left;
	width: 550px;
	margin-left: 20px;
	padding: 0;
}

#path {
	margin-top: 13px;
	padding-left: 13px;
}

#content-padding {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#clear {
	clear:both;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 825px;
	margin-top: 20px;
}

/* END OF LAYOUT STYLES */

/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #811725;
	text-decoration: none;
}

a:hover, 
a.active {
	text-decoration: underline;
}

#top_menu .moduletable,
#menu .moduletable {
	margin: 0;
	padding: 0;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.inputbox {
	margin-right: 5px;
	font-size: 12px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

.contentpane {
	padding-left: 0;
	padding-right: 0;
}

.contentpaneopen {
	width: 95%;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}

.contentdescription {
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  color: #7492AB;
  text-decoration: none;
  font-weight: normal;  
}

#footermenu table {
	text-align: right;
	height:27px;
	line-height:27px;
}

#footer .mainlevel-bottom {
	color: #999;
}

#footer a, 
#footer a:link, 
#footer a:visited  {
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
}

#footer a:hover, 
#footer a:hover {
	text-decoration: underline;
}

#content td.componentheading ,
#content td.contentheading {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}


/* new tags */


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #333;
	padding: 5px;
	padding-bottom: 10px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
	color: #D50909;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 11px;
	color: #D50909;	
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}

#left h3,
#center h3,
#right h3 {
	font-size: 12px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	text-transform: uppercase;
} 

#left-in h3 {
	padding-left: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

#left-in ul {
	margin-bottom: 10px;
}


/* NAVIGATION MENU */


#left-in ul {
	margin: 0;
	padding: 0;
}

#left-in ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 140%;
}

#left-in li {	
	list-style: none;
	list-style-image: none;
	background: url(../images/arrow2.jpg) left 6px no-repeat;
}

#left-in ul li a, 
#left-in ul li a:link, 
#left-in ul li a:visited {
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}

#left-in ul li a:hover, 
#left-in ul li a.active {
	text-decoration: underline;
}


/* primary menu - at the top of this site */

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#666;
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul {
	height: 23px;
} 

#menu ul li {
	float:left;
	height: 23px;
	line-height:23px;
	background: url(../images/menu_bg.gif) right top no-repeat;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li a:hover, 
#menu ul li a.active {
	text-decoration: underline;
}	

img {
	border: 0;
}
