/* eric meyer global reset - modified */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* html selectors */
body {
	background-color: white !important;
	font-family: 'Times New Roman', sans-serif !important;
	font-size: 100%;
	width: 7.5in;
	margin: 1in .5in 1.5in .5in;
}
ul {
	list-style-type:disc;
	list-style:disc;
}
dt {
	font-weight: bold;
}
th {
	text-align:left;
	font-weight:bold;
}
a {
	text-decoration: underline;
	color: #00f;
}
table {
	margin: 1em auto;
	border-collapse:collapse;
	border: none;
}
td, th {
	padding: 4px 8px;
	vertical-align:top;
}
h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	letter-spacing: -1px;	
}
/*layout*/
#skipNav {
	display: none;
}
#masthead {
	display: none !important;
}
#nav {
	display: none !important;
}
#mainNav {
	 display: none !important;
}
#secondaryNav {
	display: none !important;
}
#outerWrapper {
	width: 100% !important;
	margin: 0;
}
#innerWrapper {
	background: none !important;
	float: none !important;
	padding-bottom: none !important;
	width: 100% !important;
}
#mainContent {
	float: none !important;
}

#secondaryContent {
	display: none !important;
}
#footer {
	display: none !important;	
}
/* typography */
#mainContent p {
	color: #000;
	font-size: 12pt;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 0;
}
#mainContent h1 {
	font-size: 24pt;
}
#mainContent h1#banner {
	background: none !important;
	height: auto;
	text-indent: none;
	width: auto;
}
#mainContent h2 {
	font-size: 18pt;
	margin-bottom: .5em;
	padding: 0;
}
#mainContent h3 {
	font-size: 14pt;
	margin-top: 1em;
	padding: 0;
}
#mainContent ul {
	color: #000;
	font-size: 12pt;
	line-height: 1.5em;
	list-style: disc;
	margin-bottom: 1em;
	padding: 0 0 0 40px;
}
/*classes*/

a.applyBtn {
	background: none !important;
	display: inline;
	height: auto;
	text-indent: none;
	width: auto;
}
.fltRight {
	float: right;
	margin: 0 0 1em 1em;
}
.fltLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.alignCenter {
	text-align: center;
}
.clearAll {
	clear: both;
	display:block;
	height: 1px;
}
.nowrap {
	white-space:nowrap;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.altRow {
	background-color: #ddd;
}

