body
{
	background-color: #FFFFFF;
	background-image: url(images/bkgrd2.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#topban
{
	margin-top: 0px;
	border-bottom: 1px solid white;
	width: 678px;
	height: 109px;
	background-image: url(../images/topban.jpg);
}

#header
{
	height: 79px;
	padding-top: 1px;
	position: relative;
}

#header h1
{
	position: absolute;
	left: 40px;
	top: 25px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shadow
{
	left: 44px;
	top: 25px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: underline;
}

#wrap
{
 border:1px solid #000000;
 }

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 200px solid #eeeeee;
}

#sidebar
{
	
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 10px;
	padding: 10px;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}

#content
{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content .postedBy
{
	float: left;
}

#content .note
{
	height: 1em;
}

#content p
{
	line-height: 1.3em;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: left;
	margin-bottom: 2em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

div.imageboxright   /* Float image right */
{
 border:0;
 float:right; 
 text-align: center;
}

div.imageboxleft   /* Float image left */
{
 border:0;
 float:left; 
 margin-left:0;
 text-align: center;
}

.address
{text-align:center;
 font-weight:bold;
 }

a
{
	color: #003C1E;
}

.toplinks
{
margin-top:10px;
margin-bottom:10px;
}

#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;

}

img
{
 margin:10px;
 }
 
.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
 text-align:center;
 }
 
 .clearright
{
clear:right;
}

.clearleft
{
clear:left;
}

.border
{
 border:2px solid black;
 }
 
.nodisplay
{
	display: none;
}