html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #e4e5e6;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
	text-align: center;
} 

#container {
	width: 960px;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-y;
}

#headerBox {
	width: 960px;
	height: 146px;
	float: left;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#topNav {
	font-family:Arial;
	color:#000;
	float: right;
	position: relative;
	font-weight: bold;
	font-size:12px;
	padding-right:40px;
}

#topNav a {
	text-decoration: none; 
	color:#000;
}
 
#topNav a:hover {
	text-decoration: none; 
	color: #711c1a; 
}

#contentBox {
	float: left;
	width: 960px;
	text-align: left;
	position: relative;
	min-height:520px;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-y;
}

* html #contentBox {
	height:520px;
}

#leftColumn {
	width: 214px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
	position: relative;
}

#rightColumn {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
	position: relative;
	width: 700px;
}

#content {
	width: 650px;
	margin: 0 0 0 0;
	padding: 10px 40px 10px 10px;
	vertical-align: top;
	float: left;
	position: relative;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

* html #content {
	width: 650px;
	padding: 5px 0px 0px 10px;
	margin:0px;
}

#contentLeft {
	width: 260px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
	position: relative;
}

#contentRight {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
	position: relative;
	width:306px;
	font-family: Verdana;
	font-size: 9px;
	font-weight:bold;
	color: #711c1a; 
}

#address {
	float: left;
	position: relative;
	color: #000;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	width: 150px;
	margin-top:20px;
	margin-left:25px;
	border-top: 1px solid #711c1a;
	padding: 6px 0px 0px 14px;
	text-align: left;
}

* html #address {
	width: 165px;
	padding: 6px 0px 0px 5px;
	margin: 20px 0px 0px 17px;
}

#navBox {
	width: 190px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 24px;
	text-align: left;
}

/* html #navbox {
	margin-top: -4px;
	padding-top: 0px;
} 

/* Topmenu */

ul#mainNav
{
list-style: none;
padding: 0;
margin: 0;
float: left;
white-space: nowrap;
}

ul#mainNav li{
width: 190px;
float: left;
margin: 0;
height: 20px;
line-height: 20px;
white-space: nowrap;
}

ul#mainNav li a{
font-weight: bold;
height: 20px;
line-height: 20px;
display: block;
padding: 0px 0px 0px 10px;
text-decoration: none;
color: #000;
font-family: Verdana;
font-size: 10px;
margin-left: 0px;
white-space: nowrap;
}

ul#mainNav li a:hover {
background-color: #3b3332;
text-decoration: none;
color: #ffffff;
height: 20px;
line-height: 20px;
font-family: Verdana;
font-size: 10px;
padding: 0px 0px 0px 10px;
}

a {
	font-weight: bold;
	font-size:12px;
	color: #000; 
	text-decoration: none; 
}
 
a:hover {
	text-decoration: none; 
	color: #711c1a; 
}

#finePrint {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}

#footer {
	padding-top:10px;
	width: 950px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

#footer a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer a:visited {
	color: #000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #711c1a;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:active {
	color: #000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footercbs {
	padding-bottom: 10px;
	padding-top:10px;
	width: 950px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #333;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#footercbs a {
	color: #333;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
} 

#footercbs a:hover {
	text-decoration: none; 
	font-family: Verdana;
	color: #b98700;
	font-size: 9px;
	font-weight: bold;
}

h1 {
	font-weight:bold;
	font-size:16px;
	margin-top: 4px;
	color: #000;
	margin-bottom: 6px;
}

h2 {
	font-weight:bold;
	font-size:12px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #711c1a;
}

* html #bubblespace {
	padding-right: 20px;
}

* html .bubbles {
	position: absolute;
	width:18px; 
	height:18px;
	padding-right: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/favicon.png');
}

.formCategory {
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #000;
}

.required {
	padding-left: 5px;
	color: #ff0000;
	ont-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

.clr {
	clear: both;
	margin-bottom: 10px;
}