
body, tr, td, th {
	background-color: #ffffff;
	background-image: none;
	font-size: 10pt;
	color: #333333;
	width: 100%;
		font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 18pt;
	color: #F58220;
}

h1 span {
	font-size: 14pt;
	
}

#printhide
{
display: none;

}


h2 {
	font-size: 14pt;
}

h2 span {
	font-size: 12pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 12pt;
}

h6 {
	font-size: 12pt;
}

/* Basic box that contains everything. */

#container {
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-image: none;
}

#gradientMask {
	display: none;
}

#gradientMaskBottom {
	display: none;
}

#navBar {
	display: none;
}

/* Left side colored column */

#leftColumn {
	display: none;
}

/* Bottom bar containing user prefs */

#configBar {
	display: none;
}

/* main content area */

#mainColumn {
	posotion: static;
	top: 0px;
	left: 0px;
	height: auto;
	width: 72%;
	margin-right: 14%;
	margin-left: 14%;
	overflow: auto;
	background-image: none;
}

#mainColumn ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
} 

#mainColumn ul li {
	padding: 0 0 4px 20px;
	background: url(/images/widgets/bullet.gif) no-repeat 0px 4px;
	line-height: 1.7em;
	}


/* Right-side colored bar */

#rightColumn {
	display: none;
}	


/* Top Level Nav Menu */
	
#navmenu {
	display: none;
	}


#mainColumn a[href^="mailto:"] {
	background-image: none;
	padding-right: 0px;
}

#mainColumn a[href^="http:"] {
	background-image: none;
	padding-right: 0px;
}

#mainColumn a[href^="http://"], #mainColumn a[href^="http://"] {
	background: inherit;
	padding-right: 0px;
}