/* bg: #72CCD2;  logo blue: #70CBD2 ;  menubar blue: #5261AC  ;  leaf green: #5D9DA3  ;  logo grey: #58585A ;  lt text bground: #E8E8F4 ;  */


/* buttons: purple #996699 rollto: light blue #CCCCFF */
/* links: blue #0099CC rollto: orange #FF9900 */

a:link, a:visited, a:active {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #5261AC;
	text-decoration: underline;
}

a.btn:link, a.btn:active, a.btn:visited {
	background: #5D9DA3;
	border-bottom-width: 1px;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	display: block;
	font: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

a.btn:hover {
	background: #5261AC;
	border-bottom-width: 1px;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #70CBD2;
	display: block;
	font: 12px;
	font-weight: bolder;
	text-decoration: none;
	width: 200px;
}

.creditCell {
	padding-top: 12px;
	padding-right: 5px;
	line-height: 0.8em;
}

a.credit:link, a.credit:active, a.credit:visited {
	color: #5261AC;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.credit:hover {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footerLinksCell {
	color: #FFFFFF;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	color: #5261AC;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.footerlink:hover {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

body,td,tr,textarea,input,form,option,select {
	color: #000000;
	font-family: Arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

hr {
	color: #5261AC;
	line-height: 1px;
}

.admintitle {
	color: #5261AC;
	font-size: 42px;
	font-weight: bold;
	padding-right: 16px;
}

.leftcolumn {
	font-family: sans-serif;
	font-size: 9pt;
	padding-top: 20px;
}

.main {
/*	padding: 10px 25px 20px 15px; */
}

.mnubtnbg {
	background-color: #6633cc;
}

.bgMain {
	background-color:#E8E8F4;
	width: 97%;
	padding: 20px;
}

.none {
	color: #000000;
	font-family: Arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.outline {
	border: 0px solid #5261AC; /* rh set to zero for now, but kept in case we want to use later */
}

.subhead {
	color: #5261AC;
	font-weight: bold;
}

.tablink{
	background-color: #5261AC;
/*	border: 1px outset; */
	display: block;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

.tablink:link, .tablink:visited, .tablink:active{
	color: #FFFFFF;
	text-decoration: none;
}

.tablink:hover{
/*	background-color: #6FAFB4; */
	color: #70CBD2;
	text-decoration: none;
}

.tblbody {
	background-color: #E8FFFF;
	border: 1px solid #5261AC;
	background-image: url(bg.gif);
}

.tblheader {
	background-color: #5261AC;
	border: 1px outset;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.title {
	color: #5261AC;
	font-size: 14pt;
}

