/* Main Page Settings */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	color: black;
	background-color: white;
	}
/* Page Layout DIV Definitions */
#display_header {
	margin-left: 320px;
	padding: 0px;
	height: 75px;
	}
#nav_menu {
	position: absolute;
	left: 0px;
	top: 0x;
	width: 320px;
	}
#content {
	margin-top: 5px;
	margin-left: 320px;
	width: 550px;
	}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {margin-top: 0;}

/* Header Defintions */
h2 {
	color: #286c78; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	}
h3 {
	color: #286c78; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid #286c78;
	padding-top: 10px;
	}

/* Misc Decoration 
Colours Used:
Lt Background	#e8c888 
Dk Background	#d8b468
Dark Red		#901c20
Orange		#e8a828
Lt Blue		#286c78
Dk Blue		#203450
Yellow		#ffff60
Green		#185c20
*/

hr {color: #286c78;}
img {border: none;}
.makeblue {color: #286c78;}
a:link {color: black;}
a:visited {color: #286c78;}
a:hover {color: red;}

