body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000;
	background-color: #abb;	text-align: center;
}

A:link
{
	color: blue;
}

A:visited
{
	color: purple;
}

A:hover
{
	color: red;
}

A:active
{
	color: red;
}

h1
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 2px 8px;
	color: #016;
	background-color: #ccc;
	border-top: 1px solid #aa9;
	border-bottom: 1px solid #aa9;
}

h2
{
	line-height: 130%;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #aaa;
	margin-top: 0;
	padding-top: 5px;
}

h3
{
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 5px;
}

form
{
	margin-top: 0;
	margin-bottom: 0;
}

form fieldset
{
	padding-left: 0;
	border: 0;
}

form legend
{
	display: none;
}

pre
{
	font-family: consolas, courier, monospace;
	font-size: 1.1em;
	line-height: 1.3em;
	white-space: pre;
}

.advert
{
	font-weight: bolder;
	margin-left: 15%;
	margin-right: 15%;
	padding: 5px;
	background: #4B6;
	text-align: center;
}

#content
{
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #664;
	background: #ccf;
	width: 85%;
}

#bar
{
	font-size: 14pt;
	color: white;
	background-color: blue;
	padding: 12px;
	text-align: center;
}


#bar A
{
	color: white;
	text-decoration: none;
}

#navbox
{
	float: left;
	width: 11em;
	background: #eee;
	border-left: 1px solid #aa9;
	border-right: 1px solid #888;
	border-bottom: 2px solid #888;
	margin: 5px 0 0 4px;
}

.navigation
{
	margin-left: 7px;
	padding-bottom: 7px;
}

.navigation ul
{
	margin-left: 0;
	list-style-type: none;
	font-size: 11px;
	padding: 0;
}

.navigation ul li
{
	line-height: 150%;
	padding-bottom: 3px;
}

#promo table
{
	background: #DAA;
	text-align: center;
	margin: 3em;
}

#textlinks
{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#textlinks table
{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 9px;
	line-height: 1.1em;
}


#maincolumn
{
	margin: 0 0 10px 13em;
  	display: block;
	background: white;
	border-top: 1px solid #aa9;
	border-left: 1px solid #aa9;
	border-bottom: 1px solid #aa9;
}

#maincolumn table
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#maincolumn ul
{
	padding-right: 10px;
}

#maincolumn ol
{
	padding-right: 10px;
}

.submain
{
	padding: 5px 11px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 0;
}

.listing ul
{
	margin-right: 30px;
	list-style-type: none;
}

.listing ul li
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.warning
{
	background: #ff6;
}

#footer
{
	clear: left;
	font-size: 85%;
	padding: 5px;
	margin-bottom: 0;
	border-top: 1px solid #996;
	border-bottom: 2px solid #664;
	background: #ddc;
}
