/* CSS Document */

body {  position: absolute;
		display: block;
		border-left-style:solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-top-style: solid;
		border-width: medium;
		border-color:#FFFFFF;
		width: 960px;
		height: 575px;
		background-color:#333333;
		font: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		
	
	 }

#content
     {
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 5em;
	margin-bottom: 5em;
	position: absolute;
	display: block;
	left: 178px;
	height: 426px;
	width: 600px;
	/*background-color: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 0;
	top: 5px;
	  }
	  
#content h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size:20px;
			  color: #FFFFFF; 
			   }
#content img {border-style:solid;
				border-width: thin;
				border-color: #FFFFFF;
				}


#content a:link, a:active, a:visited { 
				  font-family: Verdana, Arial, Helvetica, sans-serif;
				  text-decoration: none; 
				  color: #FFFFFF;
				 }
#content a:hover { font-family: Verdana, Arial, Helvetica, sans-serif;
				  text-decoration: underline; 
				  color: #990000;
				 }
				 
#what2 {   
			display: block;
			position: absolute;			
			top: 4.5em;
			height: 100px;
			width: 350px;
			left: 580px;
			background-color: #333333
			z-index: 10;
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: right;
			font-weight: bold;			
			}
			
#flash {   
			display: block;
			position: absolute;			
			top: 230px;
			height: 200px;
			width: 550px;
			left: 30px;
			background-color: #333333
			z-index: 10;
			}

.nav {  position: absolute;
		display: block;
		border-left-style:none;
		border-right-style: solid;
		border-bottom-style: none;
		border-top-style: none;
		border-width: medium;
		border-color:#FFFFFF;
		width: 200px;
		height: 575px;
		/*background-color:#990000;*/
		background-image: url(../media/navBGbig.gif);
		z-index: 10;
	}

.nav a img  { border: none; }
#jay { 
display: block;
position: absolute;
font-size: 9px; 
width: 180px;
height: 75px;
top: 540px;
left: 10px;
}
#jay a:link, a:hover, a:visited, a:active { 
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;}
	
/************** FOR NAV BAR *********/

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 5px;
		list-style: none;
		float : left;
		width : 11em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		size: 16px;
		color: #FFFFFF;
	
	}
	
	#nav li { /* all list items */
		position : relative;
		float: left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.1em;
		margin-top : -3.6em;
	
	}

#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color: #990000;
		border:  1px solid #FFFFFF;
		padding : 0.5em 0.5em;
	
	}
	
	
	#nav li a:hover {
		
		position: relative;
		color : white;
		background-image: url(../media/navBG.gif);
		background-position: center;
		/*background-color:#000000; */

		
	}
	

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		
		left: auto;
		z-index: 10;
	}

	
	
		
/**********  END NAV BAR ********/	
	
   
