body,td,th {
	color: #990000;
}

body {
	background-color: #D5C5A3;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size : 12px;
}

a:link {
	color: #000066;
}

a:visited {
	color: #000099;
}

a:hover {
	color: #996600;
}

a:active {
	color: #006600;
}

.style15 {color: #000066}
.style16 {color: #990000}
.style17 {color: #0000CC}

.required	{ 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 11px;
			line-height: 18px;
			color: #CC0000;
			font-style: italic; 
			}

.pageheader	{  
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #333366;
			}

.pageheader2	{  
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #333366;
			}
<style type="text/css">

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

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

* html #blueblock{ /*IE 6 only */
w\idth: 117px; /*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 #006600;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #006600;
border-right: 10px solid #00cc33;
background-color: #009900;
color: #ffcc33;
text-decoration: none;
width: 100%;
}

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

#blueblock li a:hover{
border-left: 10px solid #009933;
border-right: 10px solid #006600;
background-color: #ffcc33;
color: #009900;
}

</style>

<style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

</style>
<style type="text/css">

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

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #D5C5A3;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: ffccoo;
background-color: #ffcc33;
border: 2px solid #006600;
}

.bevelmenu li a:hover{
color: ffcc33;
background-color: #006600;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
</style>

