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

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: #000000;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a,  a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */

/* Sets the style for links on mouseover. */
a:hover {
	color: #963;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #666;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #699;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
}

.oneColElsCtr #container {
	width: 780px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	color: #CCC;
	font-size: 12px;
}
.oneColElsCtr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #999;
	font-size: 14px;
}
.oneColElsCtr #container #mainContent p em {
	color: #CCC;
}
.oneColElsCtr #container #mainContent h2 {
	color: #CCC;
	font-size: 14px;
	text-align: center;
	margin: 1px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #mainContent ul li {
	color: #CCC;
	font-size: x-small;
}
img {
	float: inherit;
}
.color {
	color: #F90;
}
.color {
	color: #FC3;
}
.oneColElsCtr #container p strong {
	color: #F66;
}
.red {
	color: #F00;
}
