/* CSS Document */

body 		{
		background-color:#990000;
		width:100%;
		height:auto;
		font-family: Georgia, "Times New Roman", Times, serif;
	 		}
	 
#main		{
		background-color:#000066;
		width:800px;
		height:inherit;
		margin-left:auto;
		margin-right:auto;
			}
			
#ns_header	{
		background-color:#990000;
		width:800px;
		height:117px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
			}
			
#topnav		{
		background-color:#000066;
		position:relative;
		width:800px;
		height:30px;
		overflow:visible;
		z-index:300;
			}
			
#pic_zone	{
		background-color:#990000;
		width:800px;
		height:100px;
			}	

#leftnav	{
		background-color:#000066;
		width:25%;
		height:260px;
		float:left;
		font-family:Sylfaen;
		font-size:20px;
			}
			
#content	{
	background-color:#FFFFFF;
	height:inherit;
	width:inherit;
	position:relative;
	overflow:hidden;
			}

#image_fade	{
		background-color:#FFFFFF;
		width:600px;
		height:inherit;
		float:right;
			}
			
#info	{
		background-color:#990000;
		width:800px;
		height:30px;
		float:left;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		border:none;
			}
			
#marquee	{
		width:800px;
		height:50px;
			}
			
#footer		{
		background-image:url(images/footer.jpg);
		width:800px;
		height:30px;
		clear:both;
			}		
				
a			{
		text-decoration:none;
      		}	  
	  
a:visited	{
		color:#0000CC;
	  		}
			
a.dsphead	{
		color:#000099;
   		text-decoration:none;
		margin-left:1.5em;
			}
			
a.dsphead:hover	{
	   	text-decoration:underline;
				}
				
a.dsphead span.dspchar	{
		color:#FF0000;
	   	font-family:monospace;
	   	font-weight:normal;
						}
.dspcont	{
   		display:none;
	   	margin-left:1.5em;
   			}
			
p			{
		padding-left:10px;
		padding-right:10px;
		text-indent:15px;
			}
			
a.left_nav_links	{
		color:#FFFFFF;
		text-decoration:none;
					}			
