HTML, BODY, P, DIV, IMG, H1, H2, H3, H4, LI, UL, OL, DL, DD, DT, FORM, TABLE, TD, TR {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
INPUT, SELECT {
	margin: 0; padding: 0;
}
LI, UL, OL {
	list-style: none;
}

HTML, BODY {
	height: 100%;
}

BODY {
	font-size: 62.5%; /* 62.5% - Resets 1em to 10px */
	font-family: verdana, sans-serif;
	background-color: #fff;
 	min-width: 980px; /* Content Minmum Width, not used by IE5/6, or early versions of Safari */
}

A {
	color: #777;
	text-decoration: none;
}

A:hover {
	color: #599;
	text-decoration: underline;
}

#clear {
	clear: both;
	height: 0;
}

#page {
	position: relative; /*** Let's be nice to IE ***/
	width: 940px;
	margin: 0 auto;
	display: table; /*** For non-IE browsers ***/
	margin-bottom: -30px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
}

#page_inside {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	background-color: #fff;
}


#mainmenu {
	padding-top: 10px;
	text-align: right;
	color: #777;
	font-weight: bold;
}

#mainmenu UL { }
#mainmenu UL LI { display: inline; margin-left: 12px; padding-left: 12px; }
#mainmenu UL LI.slash { border-left: 1px solid #777; }
#mainmenu UL LI A, #mainmenu UL LI A:visited { text-decoration: none; }
#mainmenu UL LI A:hover { text-decoration: underline; }
#mainmenu UL LI A.here { color: #599; }


#header {
	margin: 10px 0 60px 40px;
}

#mainsplash {
	background-color: #ddd;
	text-align: right;
	height: 56px;
}

#inpagemenu {
	text-align: right;
	clear: both;
}

#inpagemenu_item {
	width: 170px;
	float: right;
	padding: 1em;
	text-align: left;
}
#inpagemenu_item A {
  	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

#footer {
	margin-top: 40px;
	clear: both;
	color: #777;
	font-weight: bold;
}
#content {
	margin-left: 175px;
	font-size: 130%;
	text-align: justify;
}

#content H2 {
	font-size: 110%;
	color: #515151;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content OL, #content UL {
	padding-left: 15px;
}
#content LI {
	list-style-type: disc;
	margin-bottom: 1em;
}

#content P {
	margin-bottom: 1em;
}
