/* CSS Document */

<style type="text/css" media="screen">

/* universal selector */
* 	{
	padding: 0;
	margin: 0;
	}
	
body
	{
	background-image: url(images/cream.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto; /* this tell it to center from the top*/
    }
	    
#container
	{
	width: 725px;
	margin: 0 auto; /* this tell it to center from the top*/
	}

#mast
	{
	width: 100%;
	height: 125px;
	background-image: url(images/header.gif);
	backgroud-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	}


#content
	{
	margin: 0 auto;
	width: 725px;
	text-align: left;
	overflow: auto;
	background-image: url(images/left_background2.jpg) ;
	overflow: auto;
	}
	

#content_main
	{
	float: right;
	width: 450px;
	margin: 0;
	background-image: url(images/content_background.gif);
	}
	
		
	
#content_left
	{
	float: left;
	width: 275px;
	margin: 0 auto;
	background-image: url(images/left_background2.jpg) ;
	}
	
#footer
	{
	width: 725px;
	height: 65px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #669933;
	}
	
/* left side style */
ul#anchors 
	{  
	position : relative; 
	margin : 0 auto; 
	padding : 0;  
	}

li#anchors 
	{ 
	list-style-type: square;
	color: #993366;
	margin : 0 5px 0 35px;
	padding : 5px 0 0 0;
	}
	
li#anchors a 
	{ 
	display : block; 
	text-decoration: none;
	color: #993366;
	font-size: 10pt;
	}

li#anchors a:hover 
	{
	color: #fff;
	}

/* end left stlye */		

p, td, li
	{
	font-size: 11px;
	line-height: 160%;
	font-style: normal;
	font-weight: normal;
	word-spacing: .1em;
	margin: 0 10px;
	}
	
td#dark
	{
	background-color: #336600;
	}

h3 
	{
	font-size: 12pt;
	font-weight: bold;
	color: #669933; 
		    } 
		    
h2 
	{
	font-size: 11pt;
	color: #669933; 
	} 
		    

h1 
	{
	font-size: 10pt;
	font-weight: bold; 
	text-align: center;
	}
	
a
	{
	color:#000000;
	}
	
a .red
	{
	color: #993366;
	}

/* Nav menu styling*/

ul#nav_main 
	{ 
	list-style-type : none; 
	position : relative; 
	width : 725px;  
	height : 25px; 
	margin : 0 auto; 
	padding : 0; 
	background-color : #669933; 
	}


li#nm_home 
	{ 
	position : absolute; 
	left : 10px; 
	width : 135px; 
	height : 21px; 
	background : url(nav/nav.gif) no-repeat 0 0; }
	

li#nm_case
	{ 
	position : absolute; 
	left : 145px; 
	width : 120px; 
	height : 21px; 
	background : url(nav/nav.gif) no-repeat -135px 0; }
	

li#nm_links
	{ 
	position : absolute; 
	left : 265px; 
	width : 140px; 
	height : 21px; 
	background : url(nav/nav.gif) no-repeat -255px 0; }




li#nm_faq
	{ 
	position : absolute; 
	left : 405px; 
	width : 125px; 
	height : 21px; 
	background : url(nav/nav.gif) no-repeat -395px 0; }


li#nm_bmc
	{ 
	position : absolute; 
	left : 530px; 
	width : 180px; 
	height : 21px; 
	background : url(nav/nav.gif) no-repeat -520px 0; } 

li#nm_home a 
	{ 
	display : block; 
	width : 135px; 
	height : 21px; 
	text-indent : -9999px; 
	text-decoration : none; 
	overflow : hidden; }


li#nm_case a 
	{ 
	display : block; 
	width : 120px; 
	height : 21px; 
	text-indent : -9999px; 
	text-decoration : none; 
	overflow : hidden; }

li#nm_links a 
	{ 
	display : block; 
	width : 140px; 
	height : 21px; 
	text-indent : -9999px; 
	text-decoration : none; 
	overflow : hidden; }
	


li#nm_faq a 
	{ 
	display : block; 
	width : 125px; 
	height : 21px; 
	text-indent : -9999px; 
	text-decoration : none; 
	overflow : hidden; }


li#nm_bmc a 
	{ 
	display : block; 
	width : 180px; 
	height : 21px; 
	text-indent : -9999px; 
	text-decoration : none; 
	overflow : hidden; }
	
	
li#nm_home a:hover { background : url(nav/nav.gif) no-repeat 0 -21px; }
li#nm_case a:hover { background : url(nav/nav.gif) no-repeat -135px -21px; }
li#nm_links a:hover { background : url(nav/nav.gif) no-repeat -255px -21px; }
li#nm_faq a:hover { background : url(nav/nav.gif) no-repeat -395px -21px; }
li#nm_bmc a:hover { background : url(nav/nav.gif) no-repeat -525px -21px; }	


/* End of Nav Menu styling*/

	
	

</style>	
