BODY{
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter
	line-height: 1.7em;
	background-color: #ffffff;
	color: #333333;
}
A {
	color:#0000FF;
	text-decoration: none;
	
}
A:active{
	color:#666666;
	text-decoration:none;
	}
	
A:hover{
	color: #0066CC;
}	
IMG {
	border:none;
}
H1{
	display: inline;
	font-size: 20px;
	color: #000066;
	font-weight: normal;
	line- height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
}
H2{
	display: inline;
	font-size:14px;
	font-weight: normal;
	color: #990000;
	text-transform: none;

	}
H3{
	display: inline;
	font-size:10px;
	line-height:1em;
	color:#333333;
	}	
H6{
	display: inline;
	font-size:9px;
	line-height:1em;
	color:#999999;
	}	

a h2{
	font-weight:normal;
	}
P{
	font-size: 11px;
	line-height: 1.3em;
	font-weight:lighter;
	width: 96%;
}

TD{
	font-size: 11px;

}


STRONG {
	FONT-WEIGHT: 1100
}

B {
	FONT-WEIGHT: 1100
}

/* ----------------------------- containers ------------------------ */
#containter {
	margin: 15px auto;
	width: 760px;
	height: 93%;
	display: block;
}
#body_container {
	width: auto;
	height: 85%;
	}

/* ----------------------------- primary DIV's ----------------------- */
#menu{
	position: relative;
	height: 18px;
}

#head{
	float: left;
	background-image:  url(../../image/nacrc_banner.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 100%;
}
#body{
	float: left;
	width: 540px;
	padding-left: 10px;
	margin-top: 0px;
}

#body UL{
	line-height: 1.3em;
	font-size: 11px;
	list-style-type: square;
	color: #333333;
	width: auto;
	margin-left: 20px;
}

#body li{
	line-height: 1.5em;
	list-style-type: square;
	width: auto;
}

.sidebar ul {
	line-height: 1.3em;
	font-size: 9px;
	list-style-type: square;
	color: #333333;
	width: auto;
	margin-left: -20px;
}


.rotator {
	float: center;
	left: 0px;
	top: 0px;
	*margin-left: -5px;
	*margin-top: -7px;
	width: 161px;
	height: 165px;
	background: transparent;
	}

.sidebar{
	float: left;
	width: 164px;
	margin: 0px 0px 5px 14px;
	padding-top: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: visible;
	}

.sidebar active{
	color: #FF0000;
	text-decoration:none;
	
	}
.sidebar ul {
	line-height: 1.3em;
	font-size: 9px;
	list-style-type: square;
	color: #333333;
	width: auto;
	margin-left: -20px;
}

.sidebar A.hover{
	color:#CC3333;
	text-decoration:none;
	}
.sidebar_title {
	float: left;
	background-image: url(../../image/nacrc_sidebar.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 28px;
	width: 200px;
	color: #FFFFFF;
	font-size:14px;

	}		
	
/*-------------------------- Footer controls -------------------------- */	
#footer{
	float: left;	
	color: #FFFFFF;
	width: 100%;
	height: 37px;
	text-align: center;
	background-image: url(../../image/bg_footer.jpg);
	background-position:bottom;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* ----------------------------- Image Control  ----------------------- */
.imgleft{
	float: left;
	padding: 5px;
}