body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* rightmenu */

#rightmenu {
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #006699;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #3366CC;
	padding: 5px;
	padding-left: 27px;
	border: 1px solid #006699;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	border-bottom-color: #3366CC;
/*	background: #fff;
	background-color: #99ccff;
	background-image: url(images/05menu_bg.jpg); */
	}
	
ul li a:hover {
	color:#0066FF;
	background-image: none;
	background-color:#CCCCCC;
	}
	
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; background-color:#CCCCCC; }

/*
.specialscell {
	border-left: 1px solid #9966CC;
	border-right: 1px solid #9966CC;
}
*/

.menubox {
	display: block;
	text-decoration: none;
	color: #9966CC;
	background: #fff;
	padding: 5px;
	/* border: 1px solid #9966CC;
	border-top: 0px;
	border-bottom: 0;
	border-bottom-color: #FFFFFF; */
	padding-top: 10px;
	padding-bottom: 10px;
}



/*
.menutop {
	color: #FFFFFF;
}

.menutop a {
	color: #FFFFFF;
}

.menutop a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

.menutop td {
	border-bottom: 1px solid #9966CC;
	border-bottom-color: #9966CC;
}

#menutop2 {
	background-color: #E7CFFF;
	border-bottom: 1px solid #9966CC;
	padding: 1px;
}
*/
.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	padding-top: 0px;
	line-height: 18px;
	text-transform: none;
	margin-left: 0px;
}

.mainbody h1 {
	font: normal 15px verdana;
	color: #3366cc;
	font-weight: bold;
}

.mainbody a {
	color:#006699;
}

.mainbody a:visited {
	color:#006699;
}

.mainbody a:hover {
	color:#990000;
}

.mainbody ul {
	
}

/*CSS from old site */

.bodytextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.copyright {
	font-size: 9px;
}

.leftcolumn {
	padding-top: 35px;
	background-color: /*#99ccff*/; 
	background-image: /* url(images/05menu_ul_bg.jpg) */;
	background-repeat: no-repeat;
}

.specialbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 350px;
	text-decoration: none;
	color: #FFFFCC;
	padding: 5px;
	border: 2px solid #006699;
	background: #fff;
	text-transform: uppercase;
	text-align: left;
	background-color: #FFFFFF;
}
