BODY
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(./images/background.jpg);
	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;
}
.oneColFixCtr #container
{
	width: 739px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF url(./images/forumbg.gif) no-repeat;
	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.*/
	height: 825px;
}
#bottomBox
{
	background-color: #86B0D6;
	border-top: 1px solid #638ED7;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#topBox
{
	background-color: #638ED7;
	font: bold 9.7pt sans-serif;
	color: #FEFEFE;
	padding: 5px 0 3px 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #86B0D6;
}
#boxContent
{
	margin: 0 15px;
}
A
{
	font: bold 7.2pt/3.1 Verdana;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px 4px;
	background-color: #628DD6;
}
A:hover
{
	font: bold 7.2pt/3.1 Verdana;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px 4px;
	background-color: #980000;
}
H1
{
	font: bold 14.4pt Verdana;
	text-align: center;
	color: #638ED7;
}
H2
{
	font: bold 9.9pt Verdana;
	text-align: left;
	color: #638ED7;
}
DIV#box
{
	width: 400px;
	margin: 26px auto auto;
	background: #FFF url(images/boxbg.gif) repeat-y;
	text-align: left;
	padding: 0 0 0 0px;
}
/*Rounded Corner Box Background Images*/

