body {
	font-family: Lucida Grand, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10pt;
	line-height: 15px;
	color: #333333;
	background-image:url(/images/2010/bg-tile.png);
	background-color: #9B9C9E;
	background-repeat: repeat-x;
}

.header-right {
	float: right;
	width: 730px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}

.header-right a:hover IMG {
	FILTER: alpha(opacity=60); -moz-opacity: .6; opacity: .6
}

.header-cen {
	color: #333333;
	float: left;
	width: 320px;
	text-align: center;
	font-size: 7pt;
	padding-top: 8px;
}

.header-cen a:hover{
	color: #333333;
	text-align: center;
	font-size: 7pt;
}

.header-cen a {
	color: #333333;
	text-align: center;
	font-size: 7pt;
}

.header-cen strong{
	color: #607f25;
	text-align: center;
	font-size: 7pt;
}

.content-left {
	float: left;
	width: 591px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.content-right {
	float: right;
	width: 265px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content-left-e {
	float: left;
	width: 215px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.content-right-e {
	float: right;
	width: 641px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td, th {
	font-family: Lucida Grand, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

img {
	border-style: none;
}



a {
	color: #607f25;
	font-size: 11pt;
}

a:hover{
	color: #607f25;
	font-size: 11pt;
	text-decoration: none;
}

h1 {
	color: #000000;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-size: 11pt;
	color: #D27426;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}

h4 {
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	text-align: justify;
}

h5 {
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	margin-top: -15px;
}

.footer {
	color: #333333;
	text-align: left;
	font-size: 8pt;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(/images/2010/footer.png);
	background-repeat: no-repeat;
	height: 20px;
}

.footer a{
	color: #333333;
	text-align: left;
	font-size: 8pt;
}

.footer a:hover{
	font-size: 8pt;
	color: #607f25 ;
}


.lefttile {
	background-image: url(/images/left-tile.png);
	background-repeat: repeat-y;
	background-position: left;
}

.righttile {
	background-image: url(/images/right-tile.png);
	background-repeat: repeat-y;
	background-position: right;
}

.staticmenu {
	background-color: #8DA161;
	color: #FFFFFF;
	font-size: 10px;
	height: 30px;
	border: 1px solid #FFFFFF;
}

.staticmenu a{
	background-color: #8DA161;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 43px;
	padding-left: 42px;
	padding-top: 7px;
	padding-bottom: 9px;
	height: 20px;
}

.staticmenu a:hover{
	background-color: #607f25;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

/** Menu CSS **/

.menubar {
	background-color: #526C20;
	padding-left: 25px;
}

#menu {
 width: 100%;
}

#menu ul {
	list-style: none;   /* padding to buttons */
	margin: 0;   /* indent from outside div */
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#menu li {
 float: left;     /* left for horizonal menu, otherwise its vertical. */
}

#menu a, #menu a:visited {
	text-align: center;  /* position text within li button */
	font-weight: normal;
	text-decoration: none; /* remove typical underline */
	font-size: 10px;    /* menu text size */
	display: block;    /* treats layout of buttons like they're table cells rather than list items */
	/*width: 130px;   /* button outside dimensions */
	color: #FFFFFF;  /* link text colour */
	background-color: #526C20;
	padding-top: 4px;	/* padding of text within button */
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin: 1;   /* padding of button within list item */
	z-index: 2;
	text-transform: uppercase;
}

#menu a:hover {  /* override as neccesary for mouse over effects */
	color: #FFFFFF;
	background-color: #8DA161;
}


#menu ul ul {  /* this one is the dropdown */
	position: absolute; /* so we can hide it */
	left: -999em;  /* by default it is hidden */
	width: 130px;  /* relative position of the menu to the button... 0=tight on bottom.. */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 2;
	text-transform: uppercase;
}

#menu ul ul ul {
	position: absolute;
	top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
	left: 15px;   /* 0 */
	margin: -20 150;       /* adjust the margins to position the 2nd level popout menu to the right*/
	width: 130px;   /* width is based on the containing block */
}

#menu ul ul a, #menu ul ul a:visited  {  /* override colours for drop down buttons */
	background-color:#F0C791;
	color: #003366;
	width: 130px;
	text-align:center;
	font-size: 10px;
	border-top: 1px  solid #FFFFFF;
	border-left: 4px  solid #F0C791;
	border-right: 4px  solid #F0C791;
	border-bottom: 1px  solid #F0C791;
	padding:2;
	margin: 0;
	font-weight: normal;
}

#menu li ul a:hover {  /* override colours for drop down buttons */
 color: #003366;
 background-color: #F0C791;
}


#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}
.logo {
	float: left;
	height: 150px;
	width: 220px;
}
