/*
body {}
p {}
td {}
.text  { color: #666; font-size: 16px; font-family: "New York", Georgia, "Times New Roman", Times, serif; line-height: 16px }
.heading { color: #708bc0; font-size: 18px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 25px }
a { color: #092e71; text-decoration: underline }
.side { color: #000; font-size: 10px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; line-height: 16px }
*/

/*
ERIC MEYER CSS RESET FILE
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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, b, u, i, center, 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
END ERIC MEYER ZERO-OUT CSS
*/


.protraxx_frame {
	border:0;
	float:left;
	height: 450px;
	width: 880px;
	padding:0;
	margin:0;
}
#header {
	margin-top: 10px;
	text-align: left;
}
#header .pd_reg {
	margin:7px 0 0 15px;
	border:0;
	float: left;
}

#header .doe_logo {
	float:left;
	border: 0;
	padding:5px 0 5px 0;
}


#side-nav {
	float: right;
	width: 115px;
	margin: 10px 5px 0 0;
	padding:0;
}
#content {
	float: left;
	/* width: 870px; */	
	clear: none;
	text-align: left;
	font-size: 14px;
	padding: 10px 0 0 10px;
	height:1%;
	margin-top: 10px;
	line-height:20px;
	font-family: arial;
}
#content h2 {
	line-height:16px;
	font-size:16px;
	padding-bottom:10px;
	}
#footer {
	text-align:center;
	clear: left;
	font-size: 10px;
	padding: 5px 0 5px 0;
	line-height: 14px;
}
#mid-level {
	clear:both;
	}
#page_container {
	text-align: center;
	margin: auto;
}

#side-nav ul {
	text-align: right;
	line-height: 1.5em;
	}
	
#side-nav li {
	font-size: 14px;
	line-height: 2em;
	}
	
.blue_hr {
	clear:both;
	width:1000px;
	padding:2px 0 2px 0;
	margin:0;
	}	
	
body {
	font-family: Futura, Arial, sans-serif;
	/* margin:auto; */
	margin:5px;
	padding:0;
	/* width:1000px; */
	}
#content ul {
	list-style-position: inside;
	list-style-type: square;
}
