@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url(images/backg2009.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.style2 {color: #333333}
/*-------------------------------------------------------------------------------------------------------------
/*minitabs start here*/

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #7EB1F6;font-size:14px ;font-weight: bold; font-family:Geneva, Arial, Helvetica, sans-serif;
  text-align: left;white-space: nowrap }
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color:#000099}
ul#minitabs a#current{border-color: #F60;color:#06F}
ul#minitabs a:hover{border-color: #006600;color: #006600}
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------
/*menu*/
#wrapper-menu {
	background: #F5F5F5 url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 15px;
	font-family:Tahoma;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */

}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #C8C8C8;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #333333;
	text-decoration: none;
	float: right;
	border-right: 1px solid #EBEBEB;
}

#menu a:hover {
	background: #C3E7FF url('images/menu-hover.png') repeat-x;
	color: #0000CC;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/*-------------------------------------------------------------------------------------------------------------*/
#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #000099;
	display: block;
	background: url(images/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	background: url(images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}
/*-------------------------------------------------------------------------------------------------------------*/	
.highlight {
font-weight:bold;
	background-color: #CEEBFF;
	color: #000066;
	border: 1px solid #CCCCCC;
	padding: 0;
}
.code {
	background-color: #EEEEEE;
	border: 1px solid #B1C3D9;
}
.note {
	background-color: #FFFFEC;
	border: 1px solid #F1C37D;
	color:#993300;
	font-size:15px;
	padding-right:20px;
}
<style type="text/css">
<!--
.style4 {font-size: 12px}
-->
</style>