body {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-left: 10px;
	width: 98% !important;
	font-size: 90%;
}

/*General link formatting */
a {
	display: inline;
	text-decoration: none;
	color: rgb(48%, 0%, 0%);
}

a:hover {
	text-decoration: underline;	
	color: #000000;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color:#FF0000;
	text-decoration:none
}
/* Formatting for the Header*/
div#header {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div#header hr {
	color: rgb(48%, 0%, 0%);
	background-color: rgb(48%, 0%, 0%);
}

div#logo {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
div#logo img {
	border: 0;
}

/*Formatting for the image quicklinks at the top of the page*/
div#qlinks {
	width: 100%;
	position: relative;	
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
/*Format the menu*/
div#menu {
	position: absolute;
	top: 150px;
	left: 0px;	
	width: 20%;
	padding: 2px;
	line-height: 2em;
	font-size: 80%;
}
div#menu img {
	margin-left: 40px;
}

quote {
	color: rgb(48%, 0%, 0%);
	font-size: 80%;
	font-weight: bold;
}

pre {
	font-size: 12pt;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}
div#content {
	position: relative;
	width: 77%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-color: rgb(48%, 0%, 0%);
	border-style: solid;
	padding-left: 10px;
	margin-left: 20%;
	font-size: 90%;
}

div#content span{
	float: left;
}
div#content img {
	border-color: BLACK;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}

div#content emp {
	text-decoration: underline;
	font-weight: bold;
}

div#wrapright {
	float: right;
}
div#wrapleft {
	float: left;
}
	
div#content h1 {
	font-weight: normal;
	font-size: 160%;	
	color: rgb(48%, 0%, 0%);
}

div#content h2 {
	font-weight: bold;
	font-size: 130%;
	color: rgb(20%, 20%, 20%);
}

div#content h3 {
	font-weight: bold;
	font-size: 110%;
	color: rgb(40%, 40%, 40%);
}

h4 {
	clear:both;
}

div#footer {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}

div#footer table {
	width: 100%;
	background-color: rgb(48%, 0%, 0%);
	font-size: 100%;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#footer table a {
	color: rgb(100%, 100%, 100%);
}

hr {
	clear: both;
}
.photo_caption {
	font-size: 10px;	
}
