@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/eyebrow_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }
.copyright {font-style:italic;
	color: #666666;}

.whiteHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.whiteHeadline a {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteHeadline a:visited {
	text-decoration: none;
}

.whiteHeadline a:hover {
	text-decoration: underline;
}
.whiteHeadline a:active {
	text-decoration: none;
}
#contact {
	background-image: url(images/contactinfo_bg.gif);
	background-repeat: no-repeat;
	height: 285px;
	width: 291px;
	margin-left: 5px;
}
#maincontent {
	width: 642px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#sidebar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 288px;
}
#sidebar #promobox {
	margin-bottom: 5px;
}
#sidebar #promobox .sidwbarheader {
	background-image: url(images/sidebar_header.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 288px;
}
#sidebar .tableborder {
	border: 1px solid #CCCCCC;
}
#maincontent #welcomeContent {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.redhr {
	color: #990000;
	
	}
.style1 {color: #FFFFFF}
#headerImage {
	position: relative;
	height: 284px;
	width: 644px;
}
#headerImage #logoContainer {
	position: absolute;
	height: 135px;
	width: 230px;
	left: 0px;
	top: 20px;
	background-image: url(images/logo_image.png);
	z-index: 1000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#sidebar .content {
	padding-right: 10px;
	padding-left: 10px;
}
#footerContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContent a:hover {
	color: #993300;
	text-decoration: underline;
}
#footerContent a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.image_left {
	float: left;
	margin-right: 20px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #7A7979;
}
.image_right {
	float: right;
	margin-right: 0px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #7A7979;
}
#line {
	clear:left;
	margin-bottom:21px;
	margin-top:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#mainBox h2 {
color:#612A13;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	margin-top:20px;
	text-transform:none;
}#mainBox {
	width: 940px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.nice_list li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-attachment: scroll;
}