<!--
A:hover {
text-decoration: underline;
font-weight: normal;
font-color: #336699;
}

h1 {
background-color: #b3bfd3;
font-family: arial;
font-size: 14pt;
color: #336699;
align: center;
v-align: center;
letter-spacing: 3px;
}

html,body {
  margin: 0px;
  background-color: #7c7c7c;
}

.br {
background-image: url('images/borderright.jpg');
background-repeat: repeat-y;
background-attachment: fixed;
width: 15px;
height: 50px;
z-index: 2px;
}

table.maintable {
width: 920px;
height: 100%;
spacing: 0px;
padding: 0px;
border: 1px;
float: left;
margin: 0px;
background-color: #ffffff;
border-collapse: collapse;
}



/* tags above have been verified in use on webpage */



.body {
font-family: arial;
font-size: 10pt;
color: #000000;
height: 1px;
width: 100%;
}

.space {
font-family: arial;
font-size: 10pt;
color: #000000;
height: 50px;
}

.bodylinks {
font-family: arial;
font-size: 10pt;
color: #336699;
align: center;
}

table.table {
width: 100%;
cellspacing: 0px;
cellpadding: 0px;
align: center;
}

table.all {
width: 100%;
height: 100%;
border-right: none;
border-bottom: none;
border-color: #b3bfd3;
cellspacing: 0px;
cellpadding: 0px;
align: center;
}

.navigation {
font-family: arial; 
font-size: 10pt; 
color: #336699;
align: center;
background-color: #b3bfd3;
}

table.leftside {
width: 200px;
cellspacing: 0px;
cellpadding: 0px;
align: center;
}



/* minimum menu requirements for functionality */



.topmenuul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
}

.topmenuli{
	list-style-type:none;
	float:left;
    position: relative;
    margin: 0px;
    width: 147;
}

.topmenutitle{
	display:block;
	width:148px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
    margin: 0px;
	padding:0px;
	display:none;
}

.submenuli a{
	display:list-item;
    width:144px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
    right: auto;
    margin: 0px;
    padding: 0px;
}

#content {
	clear: none;
}


/* menu design */



#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
    margin: 0px;
    padding: 0px;
}

.topmenuul {
    margin: 0px;
}

.topmenutitle {
	text-indent:0px;
	text-decoration: underline;
	font-weight: bold;
	background-color:#b3bfd3;
	color: #336699;
    text-align: center;
	border:1px solid #000000;
	padding:1px;
    spacing:1px;
	line-height:16px;
    horizontal-align:center;
}

.submenuul {

	margin-top:0px;
	background-color:#FFFFFF;
	background-position: center center;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:1px solid #000000;
}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;
}

.submenuli a:hover{
	text-decoration: none;
	background:#b3bfd3;
	color: #336699;
}

-->

</style>