body { 
	background:#fff;
	margin:0; 
	padding:0;
	font-family: arial, helvetica, san-serif;
}

a img { border-style: none; }

h1 {
	font-family: arial, helvetica, san-serif;
	font-size: 16px;
	color: #595959;
	}
	
h2{
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	color: #595959;
	}
	
#popupBody {
	padding: 20px;
	font: 12px/16px arial,helvetica,san-serif;
	color: #595959;
	}
	
#popupBody ul {
	padding: 7px 7px 5px 20px;
	margin: 0;
	}
	
#popupBody p {
	margin: 0;
	padding:7px 0;
	}




/* Navigation Elements */

#mainNavHolder {
	width:100%;
	height:24px;
	background: #cccccc; 
}

#mainNav, #mainNav ul {
	float:left;
	background: #BFBFBF;
	width:800px;
	height:24px;
	list-style: none;
	display: inline;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}

#mainNav li a {
	height:24px;
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0 0 11px;
}

#mainNav li a:hover {
	display: block;
	color: white;
	text-decoration: none;
	background: url(/img/v_tile.gif) repeat-y #B3B3B3;	
}

/* Navigation Elements */

/* Footer Box */
#footer {
	width:100%;	
	height:66px;
	background: url(/img/footer_bg.gif) repeat-x #CCCCCC;	
	overflow: hidden;
}

.footerText {
	padding: 45px 0 0 0;
	width:770px;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: white;
	text-align: right;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	color: #fff;
	text-decoration: none;
}

a.footerLink:hover {
	color: #fff;
	text-decoration: underline;
}
/* Footer Box */

p {
	margin: 0;
	padding: 8px 0 0 0;
}


