* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bggradient.jpg);
}

hr {
	display: none;
}


/* Layout */

#container {
	width: 796px;
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bgsides.png);
	padding: 0px;
}

#header {
	width: 780px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	background-color: #255666;
}

#banner {
	width: 780px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 235px;
	background-color: #255666;
}

#leftcol {
	width: 506px;
	float: left;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftcolbody {
	width: 466px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#rightcolindex {
	float: right;
	width: 230px;
	margin-right: 20px;
	height: 290px;
	background-image: url(images/sidepanelbg.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 60px;
}

#rightcolother {
	float: right;
	width: 230px;
	margin-right: 20px;
	padding: 0px;
	margin-top: 60px;
}

#menu {
	width: 780px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/menubg.jpg);
	padding: 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#menu li {
	padding: 0;
	width: 120px;
	text-align: center;
	float: left;
	margin-left: 3px;
}

#menu li.first {
	padding: 0px;
	width: 120px;
	margin-left: 20px;
	text-align: center;
}

#menu li.fourth {
	padding: 0px;
	width: 125px;
	margin-left: 3px;
	text-align: center;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: normal;
}

#menu a:hover {
	color: #FFFFCC;
}

#content {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 550px;
	text-align: left;
	background-image: url(images/bgtint.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.para {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 19px;
}

.paraform {
	font-size: 12px;
	line-height: 6px;
}

.whitelabel {
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	width: 780px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer a:hover {
	color: #CC5534;
}

#footer .legal {
	float: right;
}

#footer .credit {
	float: right;
}

.style1 {
	color: #B53C27;
	font-size: 14px;
	line-height: 12px;
}
.style3 {
	line-height: 19px;
	font-size: 12px;
	color: #B53C27;
}
a:link {
	color: #255666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #255666;
}
a:hover {
	text-decoration: none;
	color: #B53C27;
}
a:active {
	text-decoration: none;
	color: #B53C27;
}
