html {
	margin : 0;
	padding : 0;
}

body {
	color : #000;
	font : 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
}

a:link {
	color : #369;
}

a:visited {
	color : #39C;
}

a:hover {
	color : #900;
}

h1 {
	margin : 0;
	padding : 10px;
}

h1 a:link, h1 a:visited, h1 a:hover {
	font-size : 1em;
}

h2 {
	width : auto;
	text-transform : uppercase;
	font-size : 1.25em;
	padding : 3px 0 0 5px;
}

h3 {
	font-size : 1.15em;
	color : #333;
	font-weight : bold;
	font-style : italic;
}

h4 {
	font-size : 1.1em;
	font-style : italic;
	color : #000;
	font-weight : bold;
}

h5 {
	font-size : 1em;
	font-style : normal;
	color : #333;
	font-weight : bold;
}

p {
	line-height : 1.5em;
	font-size: 0.9em;
	color : #000;
}

blockquote {
	margin : 1.5em;
	font-style : italic;
	padding : auto;
	line-height : 1.5em;
	font-size: 0.9em;
	color : #000;
}


/* ----- document header layout parameters ----- */
#dochead {
	width : 100%;
	height : 75px;
	margin : 0 0 10px 0;
	padding : 0;
	border-bottom : 1px solid #333;
}

#dochead_topnav, #docleft, .calendar, #docbody_menu, #docbody_rightsb, #docfoot {
	display : none;
	visibility : hidden;
}

/* ----- main body and right-hand sidebar container layout parameters ----- */
#docbody {
	margin : 0 0 0 15px;
	padding : 0;
	width : auto;
}


/* ----- GENERAL LAYOUT PARAMETERS AND STYLES ----- */
/* ----- id for skipping directly to content for Section 508 (http://www.section508.gov) and general accessibility guidelines ----- */
#hide {
	display : none;
	visibility : hidden;
}


/* ----- class for displaying standard horizontal lines - fixes IE issue ----- */
div.hr {
	width : inherit;
	height : 5px;
	background-color : #000;
}

div.hr hr {
	display : none;
}