body {
	background-color: ##666666;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #240000;
}
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	border: 1px solid #003300;
}
#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
.leftimage {
	margin-right: 10px;
	margin-bottom: 4px;
	border: solid 1px #330000;
}
.rightimage {
	margin-left: 10px;
	margin-bottom: 4px;
	border: solid 1px #330000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: #99CC33;
	padding: 10px;
	text-align: right;
	letter-spacing: 2px;
}

.firstparagraph {
	font-style: italic;
	font-weight: bold;
	color: #003300;
}
ul {
	width: 200px;
	list-style-type: square;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	list-style-image: url(images/bullet.gif);
	line-height: 20px;

}

h4 {
	font-weight: bold;
	color: #003300;
}
#header {
	width: 800px;
	height: 210px;
	background-color: #330000;
	background-image: url("images/NP-CWS-Header.jpg"); 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 75px;
	}	
	
#horizontal_nav{
	color: #FFFF99;
	text-align: center;
	background-color: #330000;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#horizontal_nav a:link {
	color: #FFFF99;
	text-decoration: none;
	}
#horizontal_nav a:active {
	color: #FFFF99;
	text-decoration: none;
	}
#horizontal_nav a:visited {
	color: #FFFF99;
	text-decoration: none;
	}	
#horizontal_nav a:hover {
	color: #CCCC00;
	text-decoration: underline;
}


#footer {
	color: #FFFF99;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background-color: #330000;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a:link {
	color: #FFFF99;
	text-decoration: none;
	}
#footer a:active {
	color: #FFFF99;
	text-decoration: none;
	}
#footer a:visited {
	color: #FFFF99;
	text-decoration: none;
	}	
#footer a:hover {
	color: #CCCC00;
	text-decoration: underline;
}
