/*-----      ZTA Stylesheet       -----*/
/*-----      July 2006            -----*/

/*-----      Basic Elements       -----*/     
body { 
	font-family:"Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	background:white;
	margin:0px;

	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: left;
	}

h1 {
   font: 32pt/34pt georgia;
   margin-bottom: 0px;		  

   }

h2 {
   font: italic normal 18pt/21pt georgia;
   }

h3 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #7D775C;
		text-align:left;
	}
	
img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}

/*-----      Specific Divs        -----*/
#container{
}

#header {
	background: url(images/header_bg.jpg) repeat;
	height: 153px;
	text-align:center;
}


#topmenu{
	height:25px;
	background:url(images/topmenu_bg.jpg);
	border-bottom:1px solid #CCCCCC;
}

#menu {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	
}

/* MENU LIST STYLES */
#menu ul {margin:0px; padding: 0px; list-style:none;}

#menu ul li 
	{
	float: left;
	margin: 0 0.15em; 
	}

#menu ul li a {
color:white;	
line-height: 1.5em;
float: left;
width: 8em;
display: block;
text-decoration: none;
text-align: center;
	}

#menu ul li a:hover {
	color: #9685BA;
	}

/*  END MENU LIST STYLES  */


#main {
	float:left;
	width: 610px;
	margin: 10px 0px 0px 15px; 
	font: 13pt/16pt verdana,tahoma; 

}

#main p {
font:10pt/18pt georgia;
}



#rightmenu {
	background: url(images/menu_bg.jpg) no-repeat right;
	height: 600px;
	width: 240px;
	float:right;
	padding-right:20px;
		}
		
#rightmenu p {
	font:10pt/24pt;
	font-style:italic;
	}	 






#footer { 
	clear:both;
	text-align: center;
	background: transparent;
	width:100%;
	font-size:9pt;
	background:#E3F0FD;
	}
	
#footer a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #186661;
	padding-left:3px;
	padding-right:3px;
	}

#footer a:hover { 
	color: #186661;

	}


	
#footer p {
	text-align:center;
	}
  
