body
{
	background-color: #aaaaaa;
	color: #000000;
	font-family: sans-serif;
	font: 11px arial, helvetica;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}

a:link
{
	color: #000000;
	text-decoration: none
}

a:visited
{
	color: #000000;
	text-decoration: none
}

a:hover, a:active
{
	color: #00aaff;
	text-decoration: none
}


.grayborder
{
	border: 1px dotted #a0a0a0;
}


.yellowborder
{
	border: 1px solid #fcffb3;
}


.pn-title A {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}


.pn-title, h2 { /* pn-title is kept for backwards compatabilty of the theme */
	font-size: 12px;
	font-weight: bold;
}


/* Div Properties */
#clear {
	font-size: 1px;
	clear: both;
}

#page {
}

#heading {
	width: 960px;
}

#columns {
	width: 960px;
}

#foot {
}

#topbanner {
        background-color: #663300;
	background-repeat: no-repeat;
        padding:0;
	height: 73px;
        width: 960px;
        overflow: hidden;
}

#ddivider {
	background-color: #fefefe;
	background-repeat: repeat-x;
	height: 13px;
	width: 960px;
	overflow: hidden;
}

#leftblock
{
	background-color: #fefefe;
	width: 150px;
	padding-bottom: 20px;
	float: left;
}

#centerblock
{
	background-color: #fefefe;
	width: 640px;
	padding-bottom: 20px;
	float: left;
}

#rightblock
{
	background-color: #fefefe;
	width: 168px;
	padding-right: 2px;
	padding-bottom: 20px;
	float: left;
}

#block146
{
	background-repeat: norepeat;
	height: 20px;
	width: 146px;
	margin-left: 2px;
}

#block146content
{
	background-color: #fefefe;
	width: 146px;
	margin-left: 4px;
	margin-bottom: 4px;
}

#block166
{
	background-repeat: norepeat;
	height: 20px;
	width: 166px;
	margin-right: 2px;
}

#block166content
{
	background-color: #fefefe;
	width: 166px;
	margin-right: 2px;
	margin-bottom: 4px;
}

#footer {
        background-color: #663300;
	height: 46px;
	width: 960px;
	padding-top: 4px;
        overflow: hidden;
}

