@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #CCCCCC;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #000000;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: left;
	text-indent: 1em;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.strong  {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: left;
}
#intro {
	background-color: #FFFFFF;
	padding: 1em;
	background-position: left top;
	position: relative;
	height: auto;
	width: 50em;
	top: 2em;
	left: 4em;
	border: thin dotted #990000;
}

A:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
A:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
A:active {
	font-weight:bold;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #999999;
}

.navbar A:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #990000;
}
.navbar A:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: small;

}
.navbar A:active {
	font-weight:bold;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999999;
}
.refs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	text-indent: 1em;
}
.refs A:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #990000;
}
.refs A:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: small;
}
.refs A:active {
	font-weight:bold;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999999;
}
