body {
		margin:0;
		padding:0;
		background: #ffffff;
		font: .8em Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #333;
		text-align:center;						
	}
#main { 
        background:#ffffff;
		width: 800px;
		margin: auto;
		position: relative;
		text-align: left;	   
	}
/* header */
#header_top {
		background:#E8EAF4;
		width: 780px;
		height: 80px;
		border-bottom: solid #fff 1px;
}

#header_image {
		margin: 45px 8px 0 0;
 		float: right;				
}
#top_nav {
		background: #fff;
		width: 780px;
		height: 26px;
		border-top: solid 1px #9D7B56;
		border-bottom: solid 1px #003C7B;
		padding:5px 0 0 0;
}

#banner {		
		width: 780px;
		height: 200px;
		border-bottom: solid 1px #003C7B;		
}
#logo {
		height: 198px;
		/*border-bottom: solid 1px #ffffff;*/
		float:left;		
}
#image{
     	height: 198px;
		/*border-bottom: solid 1px #ffffff;*/
		float:right;		
}

BLOCKQUOTE{
     padding: 10px 0 10px 10px;
	 margin:0 10px 0 40px;
	 border-bottom: 1px dotted #9A8050;	
	font:11px Trebuchet MS, Arial, Helvetica, sans-serif;
  	 color:#333; 
}


h1 {
     padding: 10px 0 10px 10px;
	 margin:0 10px 0 10px;
	 border-bottom: 1px dotted #9A8050;	
	 font:135%/1.4em Georgia,Serif;
  	 color:#9A8050; 
}
h2 {
     padding: 10px 0 10px 10px;
	 margin:0 10px 0 10px;
	 font:120%/1em Georgia,Serif;
  	 color:#003C7B; 
}
h4 {
  	padding: 10px 0 5px 0px;
	margin:0 0 0 10px;
 	font:115% Georgia,Serif;
  	color:#776;
}
h4.lower {
  	padding: 10px 0 5px 0px;
	margin:-20px 0 0 10px;
 	font:115% Georgia,Serif;
  	color:#776;
}
p {
	padding: 0px 0 20px 0px;
	margin:0 0 0 10px;
}
#text_main{
			width: 780px;
			padding: 10px 0 0 0;						 			
}
#text_left{	
			/*background:#FFFDF0;*/
			width: 228px;
			float: left;
}
#text_right{
			/*background:#FFFDF0;
			margin: 0 5px 0 0; 
			width: 530px;
			padding:10px;
			border-left: 1px dashed #575 ;*/
			width: 550px;
			background:#FFFDF0;
			border-left: 1px dashed #575 ;
			float: right;
}
#footer_nav{
			width: 780px;
			padding:20px 0 5px 0;
			clear:both;
}






#footer_wrap {
    background:#E8EAF4;
	width:780px;
	clear:both;
	height:40px;
 	position:relative;

	}
	
#footer {
    background:#E8EAF4;
	padding-left:8px;
	width:300px;
	padding-top:20px;
	font:9px Trebuchet MS, Arial, Helvetica, sans-serif;
  	line-height:1.6em;
  	color:#9A8050;
 	float:left;
}
	
#copy_r
	{
    background:#E8EAF4;
	width:472px;
	font:9px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top:20px;
	text-align:right;
  	line-height:1.6em;
  	color:#003D7D;
  	float:right;
}



#b_nav {
  display: inline;
  margin:0;
  padding:10px 4px 4px 4px;
  
  font:10px Trebuchet MS, Arial, Helvetica, sans-serif;

  }

#b_nav a {
  display: inline;
  margin:0;
  text-decoration:underline dotted;	color:#333333;

  
  }

#b_nav a:after {
 content:"\244A";
	color:#333300;

  
  }


/* menu */
ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;	
	}
/* all li */
td{
	 float: left;
  position: relative;
  width: 200px; /* menu button width */  
 
	border: 1px dotted #666;
	  padding:10px 4px 5px 4px;	

}

#t1{
	float: left;
	margin-bottom:20px;
	margin-left: 10px;
	border: 1px dotted #666;
	  font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
	    padding:5px 4px 5px 4px;

	}



li {
  float: left;
  position: relative;
  width: 95px; /* menu button width */  
}  	

/* first level li */
ul li {
	position: relative;			
}
/* second level button's width */
ul li ul li {	
	width: 250px;
}

/* drop down menu's distance from 1st level*/ 
li ul {
	position: absolute;	
	top: 23px;
	display: none;
	}

/* first level a without box*/
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
    padding:5px 5px 5px 4px;
	border-right: 1px solid #ccc;		
	font-size:10px;
	font-weight:bold;
}
/* second level a with boxes*/
ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
    padding:5px 5px 5px 8px;
	border: 1px solid #ccc;	
	font-size:10x;
	font-weight:bold;
	}	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #6699ff; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.style1 {color: #CCCCCC}


.small {
font-size:9px; color: #666}
