BODY{
	margin:0px;
	padding:0px;
	font: 11px Trebuchet MS, Arial, Helvetica, Sans-serif;
	color: #333333;
}
/* ---------------------- linkage control ---------------- */
A{
	color:#0000FF;
	text-decoration: none;
}
A:active{
	color:#0000FF;
	text-decoration:none;
}
A:hover{
	color: #0066CC;
}	
H1{
	display: inline;
	font-size: 20px;
	color: #000066;
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration: none;
}
H2{
	font-size:14px;
	font-weight: normal;
	color: #990000;
	text-transform: none;

}
H3{
	
	font-size:14px;
	line-height:1.2em;
	color:#333333;
}	
H6{
	font-size:9px;
	line-height:1em;
	color:#999999;
}	
a h2{
	font-weight:normal;
}
P{
	font-size: 11px;
	line-height: 1.3em;
	width: 96%;
}

table, th, td, tr
{
font-size: 11px;
}

.Image_Conf { 
	font-size: 11px;
	color:#CCCCCC;
	line-height: 1.3em;
	}
/* ------------------------ containers -------------------- */
.rotator {
	float: left;
	left: 10px;
	top: 10px;
	*margin-left: 1px;
	*margin-top: 5px;
	width: 298px;
	height: 174px;
	background: transparent;
	
}
#container {
	width: 730px;
	height: 100%;
	margin: 10px auto;
	display: block;
	padding: 5px;
	background-image: url("../../images/bg.jpg");
	background-repeat: no-repeat;
}
#body_container {
	float: left;
	width: 720px;
	*width: 716px;  
	*padding-right: 0;
	background: #a9218e;
	*margin-top: 0;
}
/* ------------------------ main div's --------------------- */
.toplevelnav {
	float: left;
	background: url(../../images/bg_nav.jpg);
	background-repeat: repeat-x;
	border: 3px solid #FFF;
	width: 712px;
	*width: 714px;    /*----------------was 716, cut two for IE6--------*/
	margin: 0 0 0 1px;
	*margin-bottom: -20px;
	*margin-right: 0;
	*padding-right: 0;
}
#header{
	float: left;
	height: 185px;
	padding: 1px 0px 0 2px;
	margin: 20px 0px 0px 0px;
	width: 716px;
	background-image:url(../../images/banner.jpg);
	background-repeat: no-repeat;
	background-color:#F3F3F3;
	border: 1px solid #a9218e;
}

#header img {
	
}

#body {
	float: left;
	width: 708px;
	*width: 714px;      /*----------------was 716, cut two for IE6--------*/ 
	padding-left: 10px;
	margin-left: 1px;
	background: #fff ;
	border-top: 1px solid #a9218e;
	*margin-top: 0;
	*margin-right: 0;
	*padding-right: 0;
}

#body UL{
	left: 5px;
	margin: 20px;
	list-style-type : square;
	font-size: 11px;
}

#body LI{
	left: 5px;
	margin: 4px;
}

#content{
	width: 510px;
	float: left;
}

img.address{
	float: right;
	width: 174px;
	height: 160px;
	margin-top: -160px;
	margin-right: 1px;
	*margin-right: -2px;
	background: #FFF;
	border: none;
}

.spanbox{ clear: both; }

#sidebar{
	float: right;
	width: 178px;
	margin-top: 0px;
	margin-right: 0;
	padding-left: 10px;
	background: #fff;
}

#sidebar active{
	color: #FF0000;
	text-decoration:none;
}
#sidebar UL {
	line-height: 1.5em;
	list-style-type: square;
	color: #3366CC;
}
#sidebar A.hover{
	color:#CC3333;
	text-decoration:none;
	}
.sidebar_title {
	float: left;
	height: 14px;
	width: 98%;
	color: #336699;
	border-top: 4px solid #333399;
	border-bottom: 8px solid #333366;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	}	
.box {
	float: left;
	background: #3573B9;
	width: 245px;
	height: 255px;
	margin-right: 2px;
	color: #fff;	
}	
.box p {
	padding: 3px;
}
.box h1 {
	background: url(../../images/bg_box.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
	padding: 3px;
	
	 
}

.box1 {
	float: left;
	background: #6EBCC8;
	width: 245px;
	height: 255px;
	margin-right: 2px;
	color: #fff;	
}	
.box1 p {
	padding: 3px;
}
.box1 h1 {
	background: url(../../images/bg_box.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
	padding: 3px;
	
	 
}
/* ------------------------------ image control -------------------- */
IMG {
	border:none;
}
img.floatleft {
	float: left;
	padding: 5px;
}
img.floatright {
	float:right;
	padding: 5px;
}
/* ------------------------------ footer control ------------------- */
#footer{
	float: left;	
	color: #EEE;
	height: 15px;
	width:708px;
	*width: 700px;
	padding: 5px 0 0 10px;
	font-size: 9px;
	text-align: left;
	background: #a9218e;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}

/* ------------------------------ misc div's ------------------------- */

.address { 
	background-color: #EEEEEE;
	border: 1px solid #dddddd;
	width: 90%;
	height: auto;
	color:#000066;
	padding: 0px 0px 0px 10px;
	}