
/************************************* Presentation Stylesheet *******************************/



/**********************************/	
/****     General Style       *****/
/**********************************/

/** If you use background image here the bgproperties="fixed" will not work for you **/


body {
	background-image:url(' ');
	}
	
	
body {	
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	}
	
	a:link {color: #666666; text-decoration: underline}
	a:visited {color: #666666; text-decoration: underline}
	a:hover {color: #ffffff;text-decoration: overline}
	
ul {
	font-size: 90%; 
 	font-weight: normal;
 	color:#660000;
	}
	
/**********************************/	
/********** Font Styles ***********/
/**********************************/
	
/** p or paragraph is your on page font style, set at 100% of 20px height above **/


p {
 	font-size: 90%; 
 	font-weight: normal;
 	color:#660000;
	text-align:justify;
 }

 
/** the h tags are your header styles, again percentage based on the 20px height set up top **/


h1 {
 	font:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:130%;
	font-weight:bold;
 }


h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:120%;
	font-weight:bold; 
	}


h3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:110%;
	font-weight:bold;
 }


h4 {
 	font:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:100%;
	font-weight:bold;
 }


h5 {
 	font:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:90%;
	font-weight:normal;
 }
 


/**********************************/	
/********** Navigation  ***********/
/**********************************/



#navigation{
	width: 140px;
	font-size: 90%;
	font-weight: 200;
	color: #660000;
	background-color: #FFFFFF;
	padding: 0;
	padding-top: 12px;
}
/*boxmodel hack? */

#navigation ul {
	color:#660000;
	padding: 0;
	margin:0;
}
#navigation li{
	color:#660000;
	list-style: none;
	margin: 0;
}

#navigation a{
	display: block;
	text-decoration: none;
	margin: 0;
	color: #660000;
	background-color: none;
	border-bottom: 1px solid #660000;
	padding: 4px 8px;
}
/*IE hack */ 
* html #navigation a {
	width: 140px; /* (only for IE5.x/Win) */
	w\idth: 124px; /* (other IE) */
}

#navigation li li a { 
	background-color: #FFFFFF;
	color: #660000;
}

#navigation a:hover{
	background-color: #660000;
	color: #FFFFFF;
}

#navigation a:active{
	background-color: #660000;
	color: #FFFFFF;
}