           P, BODY, TABLE  {
           	font-size : 9pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : Black;
           	line-height : 12pt;			
           }  
		   
		   body {padding:10px;} 
		   
		   .smalltitle  {
           	font-size : 8pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : gray;
           	line-height : 8pt;
           }   
		   
		   .info  {
           	font-size : 12pt;
           	font-family : Arial;
           	font-weight : bold;
           	font-style : normal;
           	color : 027259;
           	line-height : 12pt;
           }     
		   
		   .infonormal  {
           	font-size : 10pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : 027259;
           	line-height : 10pt;
           }   
              
           a.SubLinks, a.SubLinks:Visited, a.SubLinks:active  {
           	font-size : 9pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : #e9ab32;
           	text-decoration : none;
			line-height : 12pt;
           }
           
           a.SubLinks:Hover  {
           	font-size : 9pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : 027259;
           	text-decoration : underline;
           }
           
           A, a:visited, a:active  {
          	font-weight : bold;
           	font-style : normal;
           	color :  #e9ab32;
           	text-decoration : underline;
           }
           
           A:Hover  {
           	font-weight : bold;
           	font-style : normal;
           	color : 027259;
           }
           
           H1  {
           	font-size : 15pt;
           	font-family : Arial;
           	font-weight : normal;
           	font-style : normal;
           	color : #027259;
           }
           
           H2  {
           	font-size : 13pt;
           	font-family : Arial;
           	font-weight : bold;
           	font-style : normal;
           	color : #027259;
           }
           
           H3  {
           	font-size : 11pt;
           	font-family : Arial;
           	font-weight : bold;
           	font-style : normal;
           	color : #027259;
           }
		   
		   a.footmenu, a.footmenu:visited, a.footmenu:active  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : normal;
           	font-style : normal;
           	color : #e9ab32;
           	text-decoration : none;
			line-height : 14pt;
           }
           
           a.footmenu:Hover  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : normal;
           	font-style : normal;
           	color : #027259;
           	text-decoration : underline;
			line-height : 14pt;
           }
		   
		    a.mainmenu, a.mainmenu:visited, a.mainmenu:active  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : bold;
           	font-style : normal;
           	color : white;
           	text-decoration : none;
			margin-top : 10px;
			margin-left : 5px;
			margin-right : 5px;
			padding-top : 10px;
           }
           
           a.mainmenu:Hover  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : bold;
           	font-style : normal;
           	color : #ffcc00;
           	text-decoration : none;
           }
		   
		   a.mainmenualt, a.mainmenualt:visited, a.mainmenualt:active  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : bold;
           	font-style : normal;
           	color : #ffcc00;
           	text-decoration : none;
			margin-top : 10px;
			margin-left : 5px;
			margin-right : 5px;
			padding-top : 10px;
           }
		   
		   a.mainmenualt:Hover  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : bold;
           	font-style : normal;
           	color : white;
           	text-decoration : none;
           }
		   
		   a.mainmenu2, a.mainmenu2:visited, a.mainmenu2:active  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : normal;
           	font-style : normal;
           	color : #e9ab32;
           	text-decoration : underline;
			line-height : 18pt;
           }
           
           a.mainmenu2:Hover  {
           	font-size : 8pt;
           	font-family : verdana;
           	font-weight : normal;
           	font-style : normal;
           	color : #027259;
           	text-decoration : underline;
			line-height : 18pt;
           }
#header {width:780px;height:195px;background:url(../images/ken_newberry_header.jpg) no-repeat;text-align:center;display:block;}
#listbut {position:relative;top:150px;left:260px;}
#menu {background: url(../images/menu_off.png) repeat-x;width:780px;height:30px;margin:0px;padding:0px;display:block;}	

.topmenu, .topmenu ul {
 margin: 0;
 padding: 0px;
 list-style: none;
}

.topmenu li {
 padding:0px;
 margin:0px;
 float: left;
 display: inline;
 position: relative;
}

.topmenu li a, .topmenu a:active, .topmenu a:visited {
	-moz-box-sizing:border-box;box-sizing:border-box;
 color: #fff;
 text-decoration: none;
 margin: 0;
 vertical-align:center;
 text-align:center;
 background: url(../images/menu_off.png) repeat-x;
 border:none;
 padding:7px;
 padding-left:12px;
 padding-right:12px;
 height:30px;
 float:left;
 display:block;
 font-family:arial;
 font-weight:normal;
 letter-spacing: -.02em;
 font-size:13pt;
}

.topmenu a:hover, .topmenu a:focus {
 color: #000;
 margin: 0;
 font-weight:normal;
 background: url(../images/menu_on.png) repeat-x;
}