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

	}

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        -----*/


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

#subHeader {
	background: url(images/header_bg.jpg) center repeat;
	height: 25px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#subHeader p {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#topmenu{
	height: 25px;
	background: url(images/topmenu_bg.jpg);
	border-bottom: 1px solid #CCCCCC;
	border-top: 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: #9DCDCC;
	}

/*  END MENU LIST STYLES  */
#container{
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	background: white;
	overflow: auto;

}

#main {
	float:left;
	width: 610px;
	margin: 10px 0px 0px 15px; 
	font-family: Arial;
	font-size: 12px;

}

#main p {
}



#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 { 
	text-align: center;
	font-size: 11px;
	clear: both;
	margin: 8px auto;
	}
	
#footer a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #186661;
	}

#footer a:hover { 
	color: #186661;

	}


	
#footer p {
	text-align:center;
	}
  

