body {
	margin: 0px;
	background-color: #fff;
	}

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
body, td {
	font-size: 8pt;
	line-height: 2em;
	color: #4B4B4B;
	font-family: "verdana";
	}	
	
h2 {line-height: 20pt;}

h3, h4 {line-height: 15pt;}

h5, h6 {line-height: 10pt;}

h1, h2, h3, h4, h5, h6 {
	font-family: "arial narrow", "helvetica condensed", "arial";
	margin: 0px;	
	}
	
h1 {
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #4B4B4B;
	}
	
a {
	text-decoration: underline;
	font-weight: normal;
	color: #3333cc;
	}

a:link:hover {text-decoration: none;}
	
h1, h2, h3, h4, h5, h6 {color: #4B4B4B;}

.niceform {
	font-size: 8pt;
	line-height: 6pt;
	color: #000000;
	background-color: #A8DD81;
	padding: 4px;
	border: 1px solid #000000;
	width: 100px;
	margin-bottom:3px;
}

.nicebutton {
	font-family: verdana;
	font-size: 7pt;
	line-height: 7pt;
	background-color: #A8DD81;
	border: 1px solid #000000;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 40px;
	padding: 2px 2px 0px 2px;
}

.copyright {
	font-size: 7pt;
	font-weight: normal;
	color: #215E75;
	letter-spacing: -1px;
	}

.copyright a {
	font-size: 7pt;
	font-weight: normal;
	color: #215E75;
	text-decoration: none;
	}
	
.copyright a:link:hover {text-decoration: underline;}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */

#menu {
	width: 773px;
	background: url(/clientImages/29782/template/bg-menu.gif);
	text-align: center;
	}

a.menu {
	font-size: 7pt;
	line-height: 25px;
	color: #EFFBDF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	display: inline;
	}

a.menu:link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}

/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 163px;
	background-color: #fff;
	border: solid 1px #492A66;
	visibility: hidden;
	background-color: #AB9CC9;
	} 

a.submenu, a.submenu2, a.submenu3, a.submenu4 {
	font: 7pt;
	line-height: 10pt;
	color: #492A66;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 2px 10px 3px 10px;
	}

a.submenu:link:hover, a.submenu2:link:hover, a.submenu3:link:hover, a.submenu4:link:hover, #details-submenu strong a {
	text-decoration: none;
	border-bottom: 1px solid #492A66;
	padding: 2px 10px 2px 10px;
	}

a.submenu {margin-left: 0px;}

a.submenu2 {margin-left: 10px;}

a.submenu3 {margin-left: 20px;}

a.submenu4 {margin-left: 30px;}

#container {
	border-left: 1px solid  #10428B;
	border-right: 1px solid #10428B;
	border-bottom: 1px solid #10428B;
	}

#needhelp_donatenow {border-bottom: 2px solid #fff;}

#default-bottomlinks-tools, #details-bottomlinks-tools {
	background-color: #12408D;
	border-top: 1px solid #000;
	}
	
#default-bottomlinks, #details-bottomlinks {padding: 5px;}
	
#default-bottomlinks a, #details-bottomlinks a {
	color: #DCE3EE;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 7pt;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	}
	
#default-bottomlinks a:link:hover, #details-bottomlinks a:link:hover {color: #fff;}
	
#default-copyright-address, #details-copyright-address {
	background-color: #85CBE4;
	padding: 5px;
	text-align: center;
	}

.address {
	color: #2C7891;
	font-size: 7pt;
	letter-spacing: -1px;
	}
	
#default-tools, #details-tools {
	width: 127px;
	padding: 5px 0px 5px 0px;
	}
	
.dataGrid {width: 95%;}
