body{
	margin: 0 auto; }
p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.4em; }
li{
	padding-bottom: 10px;
	list-style:url(images/bullet.gif) disc outside;}

/* main content template container */
.container{
	width: 98%;
	margin: 0 auto;
	min-width: 925px;
	max-width: 1200px;
}

.header{ 
	width:100%;
	margin: 0 auto;
	position: relative;
	height: 109px;
}
.staffLogo{
	position:absolute;
 	top:5px;
 	right:10px;
}
	
.contentContainer{
	padding: 0; margin:0; }
	
.content{
	text-align:left;
	padding: 20px 15px; 
	padding-right: 25px; }
	
.nav {
	padding: 0px;
	margin: 0px; }
/* Navigation Code */
.navList td{
	width: 157px;
	text-align:right;
	padding: 5px 10px 5px 0px;
	background-color:#F0F0F0;
	border-left: 1px #909090 solid;
	border-right: 1px #909090 solid; }
.navList td:hover{
	background-color:#FFFFFF;
	border-left: 1px #909090 solid;
	border-right: 1px #909090 solid;
}
.rightHeader{
	font-weight: bold;
	line-height: 22px;
}
.rightContent{
	text-align:left;
	font-size: 10px;
	padding: 2px 0px 15px 0px;
}
	

/* styled header */
.title{
	background: url(images/img_divide_line.jpg) no-repeat left;
	font-weight:bold;
	color:#C57B18;
	padding-bottom: 5px;
	padding-left: 4px;
	text-align: left;
	font-size: 15px;
}

/* news items */
.newsBreak{
	padding-top:15px;
	padding-bottom: 4px;
	font-weight: bold;
}
.newsItem{
	padding-left: 25px;
	padding-bottom: 10px;
}
.newsItemTitle{
	color:#C57B18;
	font-weight:bold;
	text-decoration:underline;
}
.newsItemPostDate{}
.newsItemContent{}

/* FONTS */
.h1 , .h1 a{
	font-size: 20px;
	font-weight: bold;
}
.h2 , .h2 a{
	font-size: 16px;
	font-weight: bold;
}
.subTitle{
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}


/* footer text */
.footer{
	background-image:url(images/img_footer_bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	position: relative;
	font-size: 9px; 
	text-align:center;
	color:#666666;
}
.notes{
	font-size: 10px;
	color:#666666;
}
.footerLinks{
	 padding: 3px;
}
.headerBlack {
	font-weight: bold;
	color: #000000;
}
.red{
	font-weight:bold;
	color:#A50A34;
}

.assessmentTool{
	padding: 5px 10px;
}
.assessmentTool td{
	padding: 3px 0px;
}
.assessmentScore{ 
	font-weight: bold;
	color:#a13029;}
.assessmentHeader{
	padding-bottom: 4px;
	padding-top: 10px;
	border-bottom:solid 1px #666666;
	color:#C57B18;
	font-weight:bold;
}