body {
	background-color:#FFFFFF;
	background-image:url(nabkgnd.jpg);
	/*background-repeat:repeat-y;*/
	color:#000000;
	font-size:10pt;
/*	color:#0000cc;
	x-overflow:hidden;
	x-scrolling: no;*/
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
font-size:22pt; font-family:AmericanText, Arial, Sans Serif; text-align:center;
padding-top:3em;
}

h2 {
 color:red; text-align:center;
}

h3 {
color:red; text-align:center;
}

#middle {
	clear:both;
}

#header h1{
    padding:30px;
    
}

#menu {
/*	float:left;*/
}



#container {
	display: none;
}

#content {
position:relative;
left:160px;
top:-250px;
width:70%;
}

#content p {
font-family:Trebuchet MS, Arial, Helvetica;
text-align:center;

} 

img {
	border:0px;
}

a {
	color:#993333;
	text-decoration:none;
}

a:link {
  color:#993333;
}

a:visited {
  color:#333399;
}


a:hover {
	color:#006633;
	text-decoration:underline;
}

a:active {
	color:#006633;
	text-decoration:underline;
}

a:focus {
	color:#006633;
	text-decoration:underline;
}


