.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	background-attachment: fixed;
	padding-right: 6px;
}
.footerleft {
	float: none;
	vertical-align: top;
	margin-bottom: 8px;
	margin-left: 3px;
}
.imageright {
	margin-left: 50px;
	text-align: right;
	float: right;

}
.pagenumbering {
	font-size: 10px;
}
.headingmain {
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.subheading {
	font-size: 13px;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.subsubheading {
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.subformtext {
	font-size: 10px;
}
.blackbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.blackboldsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

<style type="text/css">

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

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 70%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 447px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #FF0000;
border-right: 10px solid #FF0000;
background-color: #FF6666;
color: #fff;
}
.button{
	background: url(IMAGES/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	font-size: 13px;
}
a:hover.button{
	color:#0066CC;
}
</style>
