@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: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../content/graphics/bg.gif);
}
p {
	margin-top: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 1px none #000000;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	font-style: italic;
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	text-align: center;
}
.oneColFixCtrHdr #mainContent a {
	font-style: italic;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	font-style: italic;
	color: #FFFFFF;
	font-size: 200%;
	text-align: center;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 125%;
	text-align: center;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	font-size: 100%;
}
.oneColFixCtrHdr #mainContent h4 {
	margin: 0;
	margin-bottom: 0;
	font-weight: bolder;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 80%;
}

.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #secondContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
} 
.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;
}

.smallText {
	font-size: 85%;
}

.redText{
	color: #FF0000;
}
