@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('lightbox.css');

/* MAIN STYLES */
body { 
    margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background:#ffffff;
}

/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	margin: 0 auto;
} 



#header .topnav{
	float:left; 
	margin-top:6px;
}
#header .topnav a{
	font-weight:bold;
	text-decoration:none;
}


#main{
	width: 980px;
	margin: 0 auto;
	min-height:370px;
	background:#fff;
	line-height: 18px;
}
#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-top:20px;
	margin-left:0px;
	margin-right:5px;
	padding-bottom:10px;
	height:100%;
}
#content-left {
    float:left;
	margin:0px;
    padding:0px;
    width:210px;
}
#content-right {
    float:right;
	margin:0px;
    padding:0px;
    width:210px;
}
#content-center {
   float:left;
   margin-left:0px;
   margin-top:0px;
   margin-left:0px; 
   margin-right:20px;
   padding:0px;
   width:710px;
   _width:690px;  
   /*border-right:1px dotted #d2cfcb;
   padding-bottom:9999px;
   margin-bottom:-9999px;*/
}

#content-center ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:2px;
}



/* go back buttons /////////////////////////////////////////////////////////*/
#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../images/goback.gif) no-repeat left ;
	padding: 0px 0px 0px 40px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}


.BreadCrumbBar{
	background:#ebe8dc url(../images/breadcrumbs.jpg) no-repeat left;
    color:#000;
    padding:5px 5px 5px 15px;
    font-weight:bold;
    border-bottom:1px dotted #151a13;
}
.BreadCrumbBar a{
    color:#346728;
    text-decoration:none;
}
.BreadCrumbBar .CrumbTitle{
    color: #fff;
    padding:0px 30px 0px 0px;
}