/* ------------------------------ STYLESHEET */

<STYLE type="text/css">
<!--	

body		/* Internet Explorer */ 
  {background-color: #FFFFFF;		margin: 0px; text-align: center;
  }

body /* for Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

.wrapper /* Using height: auto cuts off text in IE & Firefox*/ 
   {text-align: center; width: 1280px; height: auto; margin: 0 auto; 
  background-image:url('images/background.jpg'); 
  background-repeat: no-repeat;
   }


/* ------------------------------ HEADER NAVIGATION & BANNER */

.nav {width:1280px; height:140px; text-align: right;
}

h1 {
  background-color: #ffdf9d;    /* different color than content */
  color: #7d5500;
  margin: 0;
  padding: .2em 2%;
}

.main {
  clear: both;
  width: 1080px; 
  margin-left: 100px;
  padding: 0;
}

/* ------------------------------ CONTENT */

.sidebar {
  width: 230px; text-align: left;
  padding: 0 15;
  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; color: #000000; line-height:1.5

}

.content {
  width: 852px; float: right; text-align: left;  margin: 0;
  padding-left: 25; 
  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: #000000; line-height:1.5
}

.content a:link		{color: #006699; text-decoration:none;}
.content a:visited 	{color: #006699; text-decoration: none;}
.content a:active	{color: #0099CC; text-decoration: none;}
.content a:hover 	{color: #0099CC; text-decoration: none; border-bottom: 1px dotted #666666;}			

.bodytext {width: 800px; 
  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; color: #000000; line-height:1.5
}


.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

.footer {color: #999;  margin-top: 20px; margin-bottom: 50px;
          /* flush with .main */  padding: 0px;
     font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; letter-spacing: .5px; 
}

.footer a:link		{/* place a properties in this order, or else IE6 wont display mouseover color */
			color: #999; text-decoration:none;}
.footer a:visited 	{color: #999; text-decoration: none;}
.footer a:active	{color: #999; text-decoration: none;}
.footer a:hover 	{color: #000000; text-decoration: none; border-bottom: 1px dotted #000000;}		

#search  {text-align: right; padding-right:25px; padding-top:70px;
}

#crumb {text-align: left; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; letter-spacing: .5px; 
			color: #333333;	padding-bottom:15px; padding-top:10px; padding-right:10px; padding-left:0px;}

#crumb a:link		{/* place a properties in this order, or else IE6 wont display mouseover color */
			color: #999999; text-decoration:none;}
#crumb a:visited 	{color: #999999; text-decoration: none;}	
#crumb a:active	{color: #999999; text-decoration: none;}
#crumb a:hover 	{color: #000000; text-decoration: none; border-bottom: 1px dotted #000000;}			

.pageheader {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-weight:bold; color: #000000; line-height:1.5;
}

td.cell  {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: #000000; line-height:1.5;
  padding:5px; vertical-align: top;
}
td.cell2 {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: #000000; line-height:1.5;
  padding-bottom:5px; padding-top:5px; border-bottom: 1px dotted #999999; vertical-align: top;
}

td.cell3 {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: #000000; line-height:1.5;
  padding-bottom:5px; padding-top:5px; padding-left: 5px; border-bottom: 1px dotted #999999; vertical-align: top;
}

.highlight {
  background-color : #ffff00;
}
 
/* SIDEBAR--------------------------- */
	
#sidemenu {
	width: 200px;
	margin: 0px;
	border-style: none;
	border-color: none;
	border-size: 0px;
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	background: none;

	}
	
#sidemenu li a {
	height: 21px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	text-decoration: none;
	}	
	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(images/side.jpg);
	padding-left: 20px; padding-top:2px;
	}
	
#sidemenu li a:hover {
	color: #FFF;
	background:  url(images/sideON.jpg) 0 px;
	padding-left: 20px; padding-top:2px;
	}	

#sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
 
#sidemenu img {
    border: none;
} 

/* ---- end here 8/


























#sidebar ul {margin-top: 0px; margin-left: 0px; padding-left: 0px;
}

#sidebar li {list-style: disc; margin-top: 0px; margin-left: 30px; padding-left: 0px;
}



-->
</STYLE>