/***********************************************/
/* nof.css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: "Trebuchet MS", sans-serif, Arial;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #cc1111;
	text-decoration: none;
}

a:link{
	color: #cc1111;
	text-decoration: none;
}

a:visited{
	color: #cc1111;
	text-decoration: none;
}

a:hover{
	color: #980008;
	text-decoration: underline;
}

h1{
 font-family: "Trebuchet MS", sans-serif, Arial;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: "Trebuchet MS", sans-serif, Arial;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Trebuchet MS", sans-serif, Arial;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: "Trebuchet MS", sans-serif, Arial;
 font-size: 80%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


ul{
	list-style-type: square;
	font-size: 10pt;
	color: #3a3a2b;
	line-height: 150%;
	margin-left: 50px;
	width: 75%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.head{
	margin-top: 70px;}

.navBar{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-left: 5px solid #ffffff;


}

.leftnav{
	float:left;
	padding-right: 5px;
	background-color: #E4F8FF;
	border-top: 5px solid #ffffff;
	padding-left: 10px;
	width: 15%;
}

.content{

	width: 75%;
	margin-left: 30px;
}

.npo{
	font-size: 75%;
	margin-left: 200px}
	

.news{
	font-size: 125%;
	margin-left: 300px;
}


/************** .feature styles ***************/

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 10pt;
	color: #000000;
	margin-left: 250px;
	margin-right: 150px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	font-size: 12pt;
	color: #000000;
}

.featureLinks a:link{
	color: #980008;
}

.featureLinks a:visited{
	color: #3a3a2b;
	text-decoration: none;
	}

.featureLinks a:hover{
	color: #980008;
	text-decoration: underline;
}





/************* #footer styles ***************/

#footer{
	clear: both;
	width: 100%;

}

.footer p{
	font-size: 8pt;
	color: #000000;
	text-align: center;
	}
.footer a:visited{
	color: #616253;
	text-decoration: none;
	}

.footer a:hover{
	color: #980008;
	text-decoration: underline;
}

