body {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 10px;
	color: #1c324e;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}
ul li {
	list-style-image: url('Images/bullet.png');
}

/* ID's */

#header {
	height: 100px;
	border-bottom: 1px solid #666;
	background: url('Images/masthead.jpg') no-repeat right;
}
#navbar {
	font-family: "trebuchet ms" tahoma, helvetica, sans-serif;
	position: absolute;
	top: 100px;
	left: 0;
	width: 150px;
	font-size: 1.2em;
	background: #eef4ff;
	border-right: 1px solid #1c324e;
	border-bottom: 1px solid #1c324e;
}
	#navbar a {
		display: block;
		font-family: "trebuchet ms" tahoma, helvetica, sans-serif;
		text-decoration: none;
		color: #333;
		border-bottom: 1px solid #1c324e;
		height: 20px;
		background: #f7f7f7;
		padding: 3px;
	}
	#navbar a:hover {
		background: #1c324e;
		color: #f7f7f7;
	}
	#navbar p {
		padding: 3px;
	}
#maincontent {
	margin-left: 150px;
	padding: 10px;
	font-size: 1.3em;
	background: #fff;
	border-left: 1px solid #1c324e;
}
#footer {
	height: 15px;
	background: #f7f7f7;
	border-top: 1px solid #1c324e;
	padding: 5px;
	font-size: 1em;
	text-align: right;
	margin-left: 150px;
}

/* Classifiers */

.colHead {
	font-family: verdana, tahoma, helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #1c324e;
	color: #f7f7f7;
	background: #1c324e;
	font-weight: 600;
	text-align: center;
	padding: 3px;	
}
.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.floatRight {
	float: right;
	margin: 0 0 5px 10px;
}
.bold {
	font-weight: 700;
}
.boldIndent {
	font-weight: 700;
	margin: 0 0 0 20px;
}
.centered {
	text-align: center;
}
.leftInsert {
	float: left;
	width: 300px;
	border: 1px dotted #333;
	padding: 5px;
	background: #f7f7f7;
	text-align: center;
	font-weight: 600;
}
p.header {
	font-size: 1.5em;
	font-style: italic;
	text-align: right;
}
p.subHeader {
	font-size: 1.4em;
	font-style: italic;
	text-align: right;
}
p.subHeaderLeft {
	font-size: 1.4em;
	font-style: italic;
	text-align: left;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
/* End Mozilla code */