body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #CCC;
	text-align: left;
}

#mainframe
{
	margin: 0 auto 12px auto;
	width: 900px;
	background-color: #FFF;
	border-top: 0;
	border-right: 2px #666 solid;
	border-bottom: 2px #666 solid;
	border-left: 2px #666 solid;
	padding-bottom: 20px;
}

#logo
{
	margin: 0 auto 0 auto;
	width: 860px;
	clear: both;
	text-align: center;
	position: relative;
}

#content
{
	margin: 0 auto 0 auto;
	width: 820px;
	clear: both;
	text-align: left;
	position: relative;
	padding: 18px 20px 18px 20px;
}

#leftside
{
	float: left;
	margin: 0;
	width: 167px;
	background-color: #fff;
	text-align: center;
}

#rightside
{
	float: right;
	margin: 0 25px 0 0;
	width: 585px;
	background-color: #fff;
}

.cleardiv
{
	clear: both;
	margin: 0;
	width: 100%;
	height: 1px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 9px 0;
	font-weight: bold;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}

h2
{
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
}

h3 { font-size: 105%; }

h4, h5, h6
{
	font-size: 100%;
	line-height: 1.5em;
}

p
{
	margin: 0 0 9px 0;
	font-size: 95%;
}

ul, ol
{
	font-size: 95%;
	margin: 0 0 9px 12px;
	padding: 0 0 0 12px;
}

.btt
{
	font-size: 9px;
	font-weight: normal;
	margin: 0 0 9px 0;
}

.small
{
	font-size: 90%;
}

.copyright
{
	color: #333;
	margin: 3px 0 6px 0;
	text-align: center;
	letter-spacing: .05em;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #03C;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #03C;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #ed1c24;
}

.zero { margin: 0; }
.centered { text-align: center; }

#errors
{
	padding: 8px;
	border: 1px solid #9bafbe;
	margin: 12px 24px 8px 24px;
	clear: left;
	color: #FF6600;
}

.red { color: #ed1c24; }

.sbcaption /* red */
{
	margin: 1px 0 9px 0;
	font-size: 98%;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	background-color: #ed1c24;
}


.sblink /* white */
{
	margin: 4px 12px 0 12px;
	font-size: 92%;
	line-height: 1.3em;
}


