
	/*border:0;background:transparent;*/
body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #999999;
background-color: #ffffff;
line-height: 200%;
margin-top: 0px;
background: #ffffff url('images/bg.gif') top center repeat-x;
}

#border
{
border: 0px ;
width: 770px;
background-color: #FFFFFF;
background:url('images/backround2.gif') no-repeat;
margin: auto;
}

#header
{
height: 237px;
width:743px;
margin-left:-2px;
background-image:url('images/header.jpg');
}

* html #header { margin-left: 0; }

#content
{
padding: 25px 25px 25px 50px;
color:#000000;
font-family:"Times New Roman", Times, serif;
font-size: 14px;
/*padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;*/
}
#address
{
line-height:20px;

color:#666666;
font-family:"Times New Roman", Times, serif;
font-size: 14px;
/*padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;*/
}
#content li{
margin-left:50px;
}
* html #content {height:1%}
* > html #content {height:auto}

#container
{
width: 743px;
margin: auto;
background-color: #ffffff;
border: 0px solid #669900;
}



 /*~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 30px;
	background-color: #E7F2FE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}
/*~~~~~~~~~ test ~~~~~~~~~ 

#footer a:link, a:visited{
	color:#5B8FBE;
}

#footer a:hover, a:active{
	color:#cccccc;
}




a:active,
a:visited,
a:link	    			{ color: #5B8FBE; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }*/


    #topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
	   
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#5B8FBE;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#5B8FBE;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
h1
{
font-size: 120%;
color: #659500;
}

h3{
	color:#5B8FBE;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}


.style4 {font-size: 16px}
.style5 {
	font-size: 12px;
	color: #CCCCCC;}
	

.style6 {font-size: 100%}
.style7 {font-size: 24px}

	
	
	
	
	
	body{
	behavior: url(new_menu_files/csshover.htc);
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	background: #666666;
	width:100%;
	float:left;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	
	display: block;
	text-align:center;
	
}

#nav li { /* all list items */
		margin:0px;
		padding:0px;
		
	float: left;
	border-right:1px solid white;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 9em;
	display:none;*/
	/*left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
}







#nav ul li{
	clear:left;
	width:9em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.65em 0 0 9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display:block;
}


#nav li a{

		
	color:white;
	/*   padding on main menu   */
	padding:0.8em 1em;
	text-decoration: none;	
}

#nav ul li a{
	width:100%;	
	background: #333333;
	color:#CCCCCC;
	text-align:left;
	border-bottom: 1px solid #999999;
	/*   padding on lower menu's   */
	padding: .5em 2em .5em .3em;
}

#nav ul li a:hover{
	color:#000000;
	background-color:#EBEBEB;
}