
html, body {
	margin: 0;
	}
body {
	font-family: Arial,sans-serif;
	color: #000066;
	font-size: 14px;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	background-color:#CCCC99;
	}
img.pad_img {
	padding: 3px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	}
h1 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
	}
h2 {
 	font-size: 125%;
	}
h3 {
 	font-size: 112%;
	color: #000033;
	}
h4 {
 	font-size: 100%;
	color: #003333;
	}
h5 {
 	font-size: 90%;
	}
p {
	font-size: 100%;
	}
p.ref {
	font-weight: bold;
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
	}
ol {
	list-style-type: decimal;
	text-indent: 5em;
	}
ul {
 	list-style-type: square;
	}
ul ul {
 	list-style-type: disc;
	}
ul.ref_list {
	margin-top: 0;
	margin-left: 0; 
	padding-left: 0;
	font-size: 80%;
	}
td {
	font-size: 80%;
	color: #000066;
	}
hr.masthead {
	color: #cccc99;
	height: 10px;
	}
/* class elements ***************************************************************************/
.siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #003300;
	}
.pageName {
	padding: 1px 1px 10px 0;
	text-align: left;
 	}
.small {
	font-weight: bold;
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
	}
.smallRed {
	font-weight: bold;
	font-size: 80%;
	color:#FF0000;
	}
.smallBlue {
	font-weight: bold;
	font-size: 80%;
	color:#0000FF;
	}
.smallGreen {
	font-weight: bold;
	font-size: 80%;
	color: #003300;
	}

/* object elements ****************************************************************************/                                 
#masthead_1 {
	margin: 0;
	position: relative;
	width: 100%;
	height: 3em;
	background-color: #669966;
	}
#masthead_2 {
	margin: 0;
	position: relative;
	width: 100%;
	height: .25em;
	background-color: #cccc99;
	}
#masthead_3 {
	margin: 0;
	position: relative;
	width: 100%;
	height: 2em;
	background-color: #669966;
	}
#leftNav {
	width: 150px;
	display: block;
	border: 0;
	font-size: 80%;
	}
#main_page {
	position: relative;
	text-align: left;
	width: 100%;
	}
#siteInfo {
	clear: both;
	font-size: 75%;
	color: #999966;
	text-align: center;
	}
/*link and navigation elements *****************************************************************/
a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-transform: uppercase;
	}
#leftNav a:link, #leftNav a:visited {
	display: block;
	color: #003333;
	border-bottom: 1px solid #663333;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 5px;
	}
#leftNav a:hover {
	display: block;
	background-color: #003333;
	color: #cccc99;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 5px;
	}
#leftNav h3 {
	display: block;
	background-color: #003333;
	color: #cccc99;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
