body {
		background-color: #ffffff;
		margin: 0;
	}
	
a:link, a:visited {
	color: #383c66;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #c39f46;
	text-decoration: underline;
}

	

a.footlink {
	font-family: arial, sans serif;
	font-size: 9px;
	color: #999;
	text-decoration: underline;
	}
	
a.footlink:hover {
	color: #c39f46;
	text-decoration: underline;
	}
	


/* changed header, printheader and navlist display, contentblock, shell and footer width, 
textblock and all footer text padding/border, topspacer height, type colors for print */

#header {
	display: none;
	}
	
#contentblock {
	width: 492px;
	}

#shell {
	width: 492px;
	}

#printheader {
	display: block;
	font-family: arial, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-align: right;
	}

#printdirections {
	display: block;
	font-family: arial, sans serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}








.shadsidel {
	width: 16px;
	}
	
.shadsider {
	width: 16px;
	}
	
	



.footer {
	width: 492px;
	height: 113px;
	text-align: center;
	line-height: 12px;
	vertical-align: top;
	padding: 0;
	}

	
.footertyp {
	font-family: arial, sans serif;
	font-size: 9px;
	color: #000;
	padding: 0 12px 0 0;
	text-decoration: none;
	}
	
.footertyplight {
	font-family: arial, sans serif;
	font-size: 9px;
	color: #000;
	padding: 0;
	text-decoration: none;
	}





.topspacer {
	font-family: arial, sans serif;
	font-size: 9px;
	height: 30px;
	}




#addtlpulldownshow {
	display: none;
	}
	
#addtlpulldown {
	display: none;
	}


#navlist {
	display: none;
	width: 200px;
	font-family: arial, sans serif;
	font-size: 11px;
	line-height: 23px;
	text-align: left;
	padding: 0 0 0 12px;
	}
	
	
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	}	

#navlist li {
	margin: 0;
	}	
	
#navlist a {
	display: block;
	padding: 2px 2px 2px 18px;
	border: 0;
	}	
	
#navlist a:link, #navlist a:visited {
	color: #383c66;
	text-decoration: none;
	}

#navlist a:hover, #navlist a:active {
	color: #c39f46;
	}	


#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	font-weight: bold;
	text-decoration: none;
	color: #383c66;
	background-image:  url(/assets/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: 0% 18%;
	}
	

	
#sublink a:link, #sublink a:visited {
	display: none;
	color: #383c66;
	text-decoration: underline;
	padding: 0 0 0 30px;
	}
	
#sublink a:hover, #sublink a:active {
	display: none;
	color: #c39f46;
	text-decoration: underline;
	padding: 0 0 0 30px;
}

#hidenames {
	display: none;
		}





	
	

.textblock {
	width: 492px;
	vertical-align: top;
	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #000;
	text-decoration: none;
	padding: 0 12px 0 0;
	}

.underhed {
	text-decoration: underline;
	}

	
.cap {
	float: left;
	width: 51px;
	font-size: 34px;
	line-height: 32px;
	font-weight: normal;
	color:#333766;
	font-family: arial, sans serif;
	}
	



	
.hedlarge {
	font-family: arial, sans serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 0;
	}

.boldsubhed {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}


/*below are newer*/

.smaltyp {	
	font-family: arial, sans serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #000;
	text-decoration: none;
	}

.tablebotm {
	border-bottom: 1px solid #ccc;
	}
		
.tablehed {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.tabletop {
	border-top: 1px solid #ccc;
	}

.tablerightborder {
	border-right: 1px solid #ccc;
	}
	
.tablerightborderbotm {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}	
	
.botmspace {
	height: 40px;
	}
	
.bolditaltyp
	{
	font-weight: bold;
	font-style: italic;
	}

/* this one does not work for some reason*/	
.tablegray {
	background-color: #e6e6e6;
	}



