@charset "UTF-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
.oneColFixCtrHdr #header {
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}
.oneColFixCtrHdr #mainContent {
	color: #CCC;
	background-color: #000;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #FFF;
}
.oneColFixCtrHdr #container mainContent h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
}
.BioText {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #999;
}
.oneColFixCtrHdr #container h1 .BioText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
}
.oneColFixCtrHdr #container .BioText strong u {
	color: #B4E7DE;
	line-height: 1.6em;
	text-decoration: none;
}
.oneColFixCtrHdr #container hr {
	color: #B4E7DE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 6px;
	margin-bottom: 2px;
	background-color: #B4E7DE;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-size: 0.6em;
	line-height: normal;
	text-align: center;
	display: block;
}
a:link {
	color: #CDFCF4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #6CF;
}
a:active {
	text-decoration: none;
	color: #9CF;
}
body,td,th {
	color: #666;
}
.ContactText {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
}
.EllenIndent {
	display: block;
	padding-right: 200px;
	padding-left: 200px;
	color: #C8F2FF;
	background-color: #333;
}
.oneColFixCtrHdr #container .EllenIndent .ContactText h2 {
	text-transform: uppercase;
}
.Tag {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
	font-size: 16px;
	line-height: 1.9em;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

