@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-image: url(/images/background/sides.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px; /* 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: #191919;
	background-image: url(/images/background/flame.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	border:none;
}
.oneColFixCtrHdr #container #mainContent #redBorder {
	border: 2px solid #9D0404;
}
.oneColFixCtrHdr #container #mainContent #redBackgroundLeft {
	background: #9D0404;
	font-size: 150%;
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent #redBackgroundRight {
	background: #9D0404;
	padding: 5px;
	font-variant: small-caps;
}
.oneColFixCtrHdr #container #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #header {
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.oneColFixCtrHdr #header p {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	color:#fff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #909090;
	background-color: #424242;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.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: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.comms {
	color: #F00;
	font-weight: bold;
}
.space {
	margin-top: 20px;
}
.right {
	text-align: right;
	float: right;
}
.mainmenu a {
	display:block;
	width: 160px;
	height: 100%;
	text-decoration: none;
	font-weight:bold;
	font-variant:small-caps;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mainmenu a:link {
	color:#FFF;
}
.mainmenu a:visited {
	color:#FFF;
}
.mainmenu a:hover {
	color:#FFF;
	background-color:#9D0404;
}
.mainmenu a:active {
	color:#FFF;
	background-color:#9D0404;
}
.topmenu {
	font-size:80%;
}
.topmenu a:link {
	color:#FFF;
	text-decoration:none;
}
.topmenu a:visited {
	color:#FFF;
	text-decoration:none;
}
.topmenu a:hover {
	color:#FFF;
	text-decoration:underline;
}
.topmenu a:active {
	color:#FFF;
	text-decoration:underline;
}
.center {
	text-align: center;
}
a {
	font-weight: bold;
	color: #FF0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.textbox {
	padding: 10px;
}
h1 {
	font-size: 140%;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}.date {
	font-size: 70%;
}
.index-title {
	font-size: 110%;
	font-weight: bolder;
}
