body {
	margin: 0px 0px 0px 0px; /*keep or margin is automatically added*/
	background-image: url(images/bkgrd/backgroundNarr.jpg);
	background-repeat: repeat-y;
}

ul {
	margin: 20px 30px 0px 20px; /* top right bottom left*/
}


/*DIVS*/

#centerDoc {
	float: left;
	z-index: 15;
	height: 100%;
	max-width: 635px;	
	margin: 15px 0px 0px 180px; /*top right bottom left*/ 
	padding: 0px 30px 0px 20px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333366;
	line-height: 130%;
	list-style-type: disc;	
}

#nav {
	float: left; 
	width: 898px;
	height: 74px;
	margin: 5px 0px 0px 5px; /*top right bottom left*/
	background-color: #FFFFFF;
	font-family : Century Gothic, sans-serif;
	font-size : 24px;
	font-weight : normal;
	color : #333366;
	border-style: solid;
	border-width: 2px;
	border-color: #D4DE91;
}


/*PSEUDO - CLASSES*/

.status {
	font-family: Century Gothic, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333366;
	}
	
	
/*LINKS*/

a:link {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333366;
	text-decoration: none;
	}

a:visited { 
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333366;
	text-decoration: none; 
	}

a:hover {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #D4DE91;
	text-decoration: none;
	}

a:active { 
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333366;
	text-decoration: none;
	}