@charset "windows-1252";   

	* {margin:0; padding:0;}
	body {font-family: verdana, arial, sans-serif; font-size:100%; background-color:#000;}
	
	
	div#wrapper {
			width:786px; 
			margin-left:auto; 
			margin-right:auto; 
			margin-top:15px; 
			height:1%;
			}
			
	div#content_wrapper {
			width:786px; 
			background-color:#132844;
			background-image: url(images/content_fade.jpg);
			background-repeat: no-repeat;
			} 
 
	
	div#header {
			width:786px;  	
			background-color:#fff; 
			position:relative;
			}  
			
	div#header_images 	{
			position:absolute;
			top:70px;
			left:515px;
			width:200px;
			height:167px;	
			font-family:arial;
			}
			
	div#hnav		{
			background-color:white;
			height:36px;
			margin-left:0px; 
			}
			  

	div#leftcol {
			width:195px;  
			float:left;	
			} 
 
			
	div#content {
			width:589px;  
			float:left; 
			} 	   

			
	div#footer {
			width:786px;  
			background-color:#fff;
			border-top:3px solid silver;
			}  
			
	div#footer a {	
		    color:#df8741;
			}	
			
/* Begin navigation CSS */
			
div#hnav a {	 
	float:left;
	text-decoration:none; 
	background-color:#fff;
	text-align:center;
	width:100px; 
	height:20px;
	color:#df8741;
	font-size:14px;
	font-family:verdana;  
	font-weight:bold;
	padding:8px 0px 0px 0px;
	}

div#hnav ul li {
	float:left;
	position:relative;
	padding:0px;
	font-weight:bold; 
	margin-left:-2px;
	width:100px;
	}

div#hnav	ul li ul	{
	position:absolute;
	display:none;	/*keeps menu from displaying unless parent is hovered.*/  
	left:-240px; 
	top:25px;
	} 
	
div#hnav ul li:hover ul	{ 
	display:block;		  /*Causes menu to appear when parent is hovered. */ 
	}
	
div#hnav ul li a:hover {
	text-decoration:underline;
	font-family:verdana;
	font-style:italic; 
	color:#132844; 
	padding:8px 0px 0px 0px;
	}
	
div#hnav ul li a:active { 
	text-decoration:none; 
	color:silver; 
	background-color: #ffffff;	  
	padding:8px 0px 0px 0px;
	border:none;
	}	 
	

div#hnav ul {
	margin-top:0px;
	margin-left:250px;
	list-style-type:none;
	font-size:14px;
	}

	/*End Navigation CSS */
	/*Begin Left Nav Styles */
	
div#leftcol 	h2		{
	font-family:papyrus;
	text-align:center;
	margin-left:2px;
	font-size:18px;
	color:#132844;
	}	
	
div#leftcol		ul	{
	margin-left:30px;
	line-height:35px;
	font-family:arial;
	list-style-type:none;
	}
	
div#leftcol	a	{
	color:#ececec;
	text-decoration:none;
	}
	
div#leftcol	a:hover	{
	color:blue;
	text-decoration:underline;
	}
	  
/* End Left Column styles */

/* Begin Content styles*/  

.loose_diamonds		{
	margin-top:20px;
	}
	
.top_text	{
	margin-left:50px;
	}
	
div#content 	h2		{
	font-family:papyrus;
	text-align:center;
	margin-left:10px;
	color:#132844;
	}
	
div#content 	h3		{
	font-family:papyrus;
	text-align:center;
	margin-left:0px;
	color:#ececec;
	}
	
div#content 	p	{
	color:#ececec;
	margin-right:20px;
	margin-top:20px;
	}
	
div#content	a	{
	color:#ececec;
	text-decoration:none;
	}
	
div#content	a:hover	{
	color:#ececec;
	text-decoration:underline;
	}
		
   /* End Content styles*/ 
   
   /* Begin Footer styles*/  
   
div#footer	p	{
	text-align:center;
	font-size.8em;
	}
