/* CSS Document */


html { 
	margin: 0px; 
	padding: 0px; 
	background:#FFFFFF;
}

body {

	margin: 0px; padding: 0px;
	background:url(images/background2a.png)
}

h2 {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.2em;			
	margin: 20px 0 .5em 0;		
} 
h3 {
	color: #d2e288;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;			
	margin: 20px 0 .5em 0;		
}

h4 {
	color: #ffffff;	
	background-color: #EB6AFB;
	background-image: url(images/h4.jpg);
	padding:10px;
	font-size: 1em;
	font-weight: normal;	
	}
	
h4 a:link, h4 a:visited {
	color: #FFFFFF;
}

h4 a:hover{
	color: #FFFF00;
}


img { border: 0px; }



.clear { clear: both; }


/*************** fonts *****************/



body, td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	letter-spacing:.1em;*/
	line-height: 1.5em;
}


.style1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height:1.3em;
}




/* =NAVIGATION 
---------------------------------------------- */
#mainNav {
	height: 29px; 
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: .85em;
	font-weight: bold;
  	list-style: none;
   	margin: 0 0 0 0px;
  	padding: 0; 	
	text-transform: uppercase;
/*	width: 780px;	*/
}
#nav a {
	display: block;
	line-height: 0.85em;	
/*	width: 10em; */
	text-decoration: none;
	padding: 0 0em 0 0px;
}

#nav a:link, a:visited {
	color: #000000;
  	} 
	
#nav a:hover, a:active {
	color: #FFFF00;
  	} 

#nav li {
	float: left;
/*	width: 10em; */
	margin: 0;
}
#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	padding-top: 6px;
}
#nav li ul li {
	padding-bottom: 6px;
}
*+html #nav li:hover, *+html #nav li.hover {
    position: static;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	opacity:.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90); 
	background-color: #EA88F5;	
}
.LineHeight {
	line-height: 1.1em;
	font-size:9px;
}

.LineHeight a:link, .LineHeight a:visited {
	color: #000000;
}

.SideBar {
	line-height: 1.1em;
}

