@charset "utf-8";

/* general */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #981818;
	font-size: 11px;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image: url("../images/headerbackground.gif"); 
	background-repeat: repeat-x;
	background-position: top;
}

#container { 
	width: 815px;  
	margin: 0 auto; 
	text-align: left;
	background-image: url("../images/bodybackground.gif"); 
	background-repeat: repeat-y;
	position: relative;
} 

/* header */

#headerbanner { 
	height: 175px;
	background-image: url("../images/headerbackground.gif"); 
	background-repeat: repeat-x;
	background-position: top;
} 

#headernavigation { 
	height: 51px;
	background: #531978;
} 

#headerimage {
	position: absolute;
	top: 30px;
	left:41px;
}

.headernavactive a {
	font-size: 11px; 
	text-decoration: none;
	color: #ffffff;
}

.headernavactive a:hover {
	font-size: 11px; 
	color: #ffffff;
	text-decoration: none;
}

.headernavactive {
	background-image: url("../images/top_menu_active.gif"); 
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	padding-top:16px;
	width:120px;
	height:35px;
	float:left;
}

.headernav a {
	font-size: 11px; 
	text-decoration: none;
	color: #ffffff;
}

.headernav a:hover {
	font-size: 11px; 
	color: #ffffff;
	text-decoration: none;
}

.headernav {
	background-image: url("../images/top_menu_normal.gif"); 
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	padding-top:16px;
	width:120px;
	height:35px;
	float:left;
}

#headermenuleftspacer {
	height:51px;
	width:214px;
	float:left;
}
#headermenu {
	height:51px;
}

/* leftsidebar */
#logo {
	position: absolute;
	top: -90px;
	left: 4px;
	width:210px;
	height: 131px;
}

#sidebar1 {
	float: left; 
	width: 214px;
	height:540px;
	position: relative;
}

#sidebarmenu {
	padding: 58px 0px 0px 52px;
}

.navlink a {
	font-size: 11px; 
	text-decoration: none;
	color: #ffffff;
}

.navlink {
	padding-bottom: 16px;
}

.navlink a:hover {
	font-size: 11px; 
	color: #ffffff;
	text-decoration: none;
}

.subnavlink {
	padding-bottom: 16px;
}

.subnavlink a {
	font-size: 9px; 
	text-decoration: none;
	color: #ffffff;
	padding-left: 12px;
}

.subnavlink a:hover {
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
}

#cbflogo {
	padding: 20px 0px 20px 62px;
}

/* content */

h1 {
	color: #481f75;
	font-size: 22px;
}
h2 {
	color: #481f75;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h3 {
	color: #481f75;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#mainContent { 
	float:left;
	width:550px;
	margin-top: 44px;
	margin-right: 40px;
	margin-left: 10px;

}
/* footer */ 
#footer { 
	background-image: url("../images/bodybackground.gif"); 
	background-repeat: repeat-y;
	height: 40px;
}

#footermenu {
	text-align: center;
	color:#aaaaaa;
	width:281px;
	padding-left: 358px;
	float:left;
}  
.footernav a {
	font-size: 9px; 
	text-decoration: none;
	color: #aaaaaa;
}
.footernav a:hover {
	font-size: 9px; 
	color: #aaaaaa;
	text-decoration: none;
}
.footerline {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom:solid 1px #cccccc;
}
/* misc */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
/* sitemap */
.LSM_0 ul { 
	color: #000000;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 5px;
}
.LSM_0 li { 
	list-style-type: none; 	
}
.LSM_0 li a, .LSM_0 li a:visited{
	color: #000000;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #000000;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #000000;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #000000;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}  

