/* use this in the .html file <link rel="stylesheet" type="text/css" href="ns_style.css"> */

p {font-family: Arial, sans-serif; color: navy; font-size: 9pt; } 
h1 {font-family: Arial, sans-serif; font-variant: small-caps; width: 75%; font-size: 25px; color:white; } 
h2 {font-family: Arial, sans-serif; font-variant: small-caps; color: purple; font-size: 11pt; }
h3 {font-family: Arial, sans-serif; font-variant: small-caps; color: white; font-size: 12pt; }
h4 {font-family: Arial, sans-serif; color: navy; font-size: 16pt; }
td {font-family: Arial, sans-serif; color: 	#404040 ; font-size: 8pt; }
th {font-family: Arial, sans-serif; color: #00008B; font-size: 9pt; }
a:link {font-family: Arial, sans-serif; color: #404040; font-size: 8pt; text-decoration:none;}
a:visited {font-family: Arial, sans-serif; color: #404040; font-size: 8pt; font-weight:normal; text-decoration:none;}
a:hover {font-family: Arial, sans-serif; color: black; font-size: 8pt; font-weight:normal; text-decoration:none;}
a:active {font-family: Arial, sans-serif; color: white; font-size: 8pt; font-weight:normal; text-decoration:none;}
a img {border: none; } 


#page {
	margin: 0;
	background-image: url(background1.gif);
}

#banner {
	top: 30px;
	height: 125px;	
	width: 725px;
	border: 1px solid #808080;
	/*background-image: url(title.gif);*/
	
	
}
#menu {
	top: 155px;
	height: 25px;	
	width: 725px;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	background-color: white;
		
}

#main {
	top: 180px;
	height: 222px;	
	width: 725px;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	background-color: white;
}

#divider {
	top: 402px;
	height: 25px;	
	width: 725px;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	background-color: white;
}

#lower {
	top: 427px;
	height: 222px;	
	width: 725px;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	background-color: white;
}

#bottom {
	top: 649px;
	height: 25px;	
	width: 725px;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	background-color: white;
}


