body  {
	background: url(../_images/bg_page.jpg) center repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

body, p, td, th {
	color: #5c6163;
	font: 12px  Arial, Helvetica, sans-serif;	
}

#container { 
	width: 843px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left; 
} 
#top { 
	padding: 0px;
} 

/* right hand column */
#rightcol {
	float: right; 
	width: 165px; 
	padding: 20px 0px 0px 4px;
	font-size: 16px;
	overflow: visible;
}
#rightcoltop {
	height: 105px;
	width: 165px;
	margin: 0px;
}
#rightcol a {
	font-size: 10px;
	color: #5c6163;
}

#rightcol a:link, #rightcol a:visited, #rightcol a:active {
	text-decoration: none;
	color: #5c6163;
}

#rightcol a:hover {
	text-decoration: underline;
	color: #000000;
}

#rightcol .hilite {
	color: #851a24;	
	font-weight: bold;
	font-size: 16px;
}

#rightcol .buttons {
	margin-top: 8px;
}

/* main content area */
#mainContent { 
	margin: 0 169px 0 0; 
	padding: 0px 0px 0px 4px;
} 

#mainTopHome {
	height: 341px;
	padding-top: 20px;
	background: url(../_images/header_bg1.jpg) bottom no-repeat;

}

#mainTopHomeText {
	margin-top: 49px;
	margin-left: 25px;
	font-size: 25px;
	color: #ffffff;
}

#mainTopMain {
	height: 200px;
	padding-top: 20px;
	background: url(../_images/header_bg2.jpg) bottom no-repeat;

}

#mainTopMainabout {
	height: 200px;
	padding-top: 20px;
	background: url(../_images/header_bg3.jpg) bottom no-repeat;

}
#mainTopMaincontact {
	height: 200px;
	padding-top: 20px;
	background: url(../_images/header_bg4.jpg) bottom no-repeat;

}

#mainMain {
	margin-left: 200px;
	width: 460px; 
}

/* side navigation */
#mainLeftCol {
 width: 190px;
 float: left;
}

#sidenav {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#sidenav ul {
	list-style: none;
	padding: 0px;	
	margin: 0px;	
	width: 169px;	
}

#sidenav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	border-bottom: 1px dotted #181512;
	width:169px;
}

#sidenav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 42px;	
}

#sidenav li a {
	display: block;
	padding: 0px 0px 0px 30px;
	background: url(../_images/bg_sidenav.jpg) left no-repeat; 
	text-decoration: none;
	color: #851a24;
	font-weight: bold;

}

#sidenav li a:hover {
	padding: 0px 0px 0px 30px;
	background: url(../_images/bg_sidenav_on.jpg) left no-repeat; 
	color: #000000;
	text-decoration: underline
}

#sidenav li .on  {
	display: block;
	padding: 0px 0px 0px 30px;
	background: url(../_images/bg_sidenav_on.jpg) left no-repeat; 
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}

/* footer */

#footer { 
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0 20px 0 40px; 
	background: url(../_images/bar_bot.jpg) no-repeat bottom;
	height: 27px;
} 

#footerleft {
	float:left;
	width: 280px;
}

#footerright {
	float:right;
	width: 500px;
	text-align: right;
}

.footertext {
	font-size: 10px;
	color: #ffffff;
	line-height: 27px; 
}

.footertext a {
	font-size: 10px;
	color: #ffffff;
}

.footertext a:link, .footertext a:visited, .footertext a:active {
	text-decoration: none;
	color: #ffffff;
}

.footertext a:hover {
	text-decoration: underline;
	color: #9b2021;
}
.form {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* text styles */

h1 {
	margin-top: 0px;
	color: #851a24;
	font-size: 24px; 
}
h2 {
	margin-top: 0px;
	color: #851a24;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 30px;
}
h3 {
	margin-top: 0px;
	color: #851a24;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	line-height: 26px;
}

.greytext {
	color: #5c6163;
}

.firstpara {
	color: #851a24;
	font-weight: bold;
	font-size: 14px;

}
.footertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #5C6163;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5C6163;
	padding-top: 10px;
}
.notetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #5C6163;
}
