body {
	background: #FFFFFF url("/img/bg/bg.jpg") top left no-repeat;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BA3D49;
	line-height: 16px;
	text-decoration: none;
}

#content {
	padding: 220px 20px 20px 0;
}

#headerimg {display: block; margin-bottom: 15px;}

#sitemap {color: #6A7480; font-size: 11px;}

#sitemap a:link, #sitemap a:visited {
	color: #6A7480;
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:active {
	color: #6A7480;
	text-decoration: underline;
}

#footer {color: #fff; font-size: 11px;}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

.sitemaplevel0 { margin: 0; padding: 0;}

.sitemaplevel0 li{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 13px;
}

.sitemaplevel0 li a{
	color: #6A7480;
	font-weight: bold;
	text-decoration: none;
}

.sitemaplevel1 { margin: 0; padding: 0;}

.sitemaplevel1 li{
	background: url("/img/shapes/bullet.gif") no-repeat 0px 5px;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}

.sitemaplevel1 li a{
	color: #BA3D49;
	font-weight: bold;
	text-decoration: none;
}

.sitemaplevel2 { margin: 0; padding: 0 0 0 10px;}

.sitemaplevel2 li{
	background: url("/img/shapes/circle.gif") no-repeat 0px 3px;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
}

.sitemaplevel2 li a{
	color: #BA3D49;
	font-weight: normal;
	text-decoration: none;
}

.disclaimerlevel0 { 
	margin: 0 0 0 18px; 
	padding: 0;
	font-size: 11px;
}

.disclaimerlevel0 li{ 
	margin: 10px 0 0 0; 
}

.disclaimerlevel1 { margin: 0; padding: 0 0 0 10px;}

.disclaimerlevel1 li{
	background: url("/img/shapes/bullet.gif") no-repeat 0px 5px;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 11px;
}

/* Body classes */

.normal
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BA3D49;
	line-height: 16px;
	text-decoration: none;
}
A.normal:link    { text-decoration: none;color: #BA3D49; }
A.normal:visited { text-decoration: none;color: #BA3D49; }
A.normal:hover   { text-decoration: none;color: #BA3D49; }

.normalunderline
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.normalsmall
{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.bold
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #BA3D49;
}
A.bold:link    { text-decoration: none;color: #BA3D49; }
A.bold:visited { text-decoration: none;color: #BA3D49; }
A.bold:hover   { text-decoration: none;color: #BA3D49; }



.boldunderline
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #BA3D49;
	text-decoration: none;
}

.pagetitle 
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #BA3D49;
}

.header
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #BA3D49;
	text-decoration: none;

}
A.header:link    { text-decoration: none; }
A.header:visited { text-decoration: none; }
A.header:hover   { text-decoration: none; }

.footer
{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #BA3D49;
}
A.footer:link    { color: #BA3D49; text-decoration: none; }
A.footer:visited { color: #BA3D49; text-decoration: none; }
A.footer:hover   { color: #BA3D49; text-decoration: none; }


/* Form Classes */

.txtbox
{
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	color: #BA3D49;
	background-color: #FFFFFF;
	border: 1px solid #BA3D49;
}

.textarea {
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BA3D49;
	background-color: #FFFFFF;
	border: 1px solid #BA3D49;
}

SELECT.selectBox
{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	background-color: #F3F3F3;
	color: #000000;
	width: 170px;
}
