.image-left {
float:left;
margin:3px 3px 3px 3pt;
padding:5px 15px 5px 5px;
}


.image-right {
float:right;
margin:3px 3pt 3px 3px;
padding:5px 5pt 5px 15px;
}


body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link {
color:#006699;
text-decoration:none;
}


a:visited {
color:#000099;

text-decoration:none;
}

a:hover, a:active {
color:#009933;

text-decoration:none;
}


img {
border:medium none;
}




/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}

h2 {
	color:#FF0000;
	font-size:32px;
	line-height:35px;
	margin-bottom:0pt;
	padding-bottom:0pt;
}

h3 {
	color:#666666;
	font-size: 120%;
	line-height:36px;
	margin-bottom:0pt;
	padding-bottom:0pt;
}

h4{
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
	margin-bottom:10pt;
	padding-bottom:0pt;
}

h5{
 font-size: 100%;
 color: #334d55;
}

.h2a{
 font-size:30px;
 font-weight:bold
 vertical-align:text-bottom;
 color: #000000;
 }
 
 .header1{
 font-size:18px;
 font-weight:bold;
 margin-bottom:2;
 color:#1C3529;
 }
 
 .header2{
 font-size:18px;
 font-weight:bold;
 margin-bottom:2;
 color:#356850;
 }

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #003300;
}
				
.thumb {
font-size:12px;
padding-top:6px;
}

.sitename {
text-align:center;
}


hr {
	width: 95%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left:auto;
	margin-right:auto;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>
