body {
	background: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}

.wrapper
{
	width: 950px;
	margin: auto;
	border: #fff thin solid;
	background-color: #fff;
}

#header {
	background:url(/images/bg.jpg) repeat-x;
	width:950px;
	height: 242px;
}

.logo
{
	width: 300px;
	float: left;
	height: 242px;
	color: #fff;
}

.logo ul li
{
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	line-height: 2.5em;
}

.initial
{
	font-size: 3em;
	font-weight: bolder;
}

.bigtext
{
	font-size: 2em;
	font-weight: 600;
}

.logoAddress
{
	width: 323px;
	float: left;
	color: #fff;
	padding-top: 15px;
}

.logoAddress a
{
	color: #fff;
	text-decoration: none;
}

.imgrotator
{
	width: 327px;
	height: 242px;
	float: left;
}

.content {
	background:#FFF;
	margin:0 auto;
	padding:0.5em;
	height: auto;
}

#subContent {
	width:18em;	
	padding-left:2em;
	background:url(../images/green_vr.gif) repeat-y;
	float:right;
}

.article {
	width:73em;
	padding-bottom:0em;
	padding-right:0em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

.hr {
	width:55em;
	height:128px;
}

#policies {
	clear:both;
	background:#fff;
	height: 30px;
	width: 950px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
}

#footer {
	clear:both;
	background:#000;
	height: 20px;
	width: 950px;
	margin: auto;
}

.footertext
{
	color: #fff;
}

.copyright
{
	padding-top: 3px;
	padding-left: 10px;
	color: #fff;
	float: left;
	width: 475px;
	font-size: 0.76em;
}

.host
{
	padding-top: 3px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	width: 445px;
	font-size: 0.76em;
	float: right;
}

.host a
{
	color: #fff;
	text-decoration: none;
}

/* rotator in-page placement */
    div.rotator {
	position: absolute;
	height: 327px;
	height: 242px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
    margin-left: -40px;
    margin-top: -16px;
}
/* rotator image style */	
	div.rotator ul li img {
	border: none;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index: 1000;
}

.clear1white
{
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	background-color: #fff;
}

.cleardiv
{
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
}

.cleardiv5
{
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 5px;
}

.tblcol25
{
	width: 25%;
	float: left;
}

.tblcol25c
{
	width: 25%;
	float: left;
	text-align: center;
}

.tblcol50
{
	width: 50%;
	float: left;
}

.tblcol50c
{
	width: 50%;
	float: left;
	text-align: center;
}

.tblcol25 p, .tblcol25c p, .tblcol50 p, .tblcol50c p, .paddedrow p
{
	padding: 0px 5px 0px 5px;
}

.tblhead
{
	background-color: #666;
	color: #fff;
}

.altrow
{
	background-color: #CCC;
}

.block
{
}

.tblcol33
{
	width: 33.33%;
	float: left;
}

.tblcol33c
{
	width: 33.33%;
	float: left;
	text-align: center;
}

