


body { 
	background-image: url(../images/bg.gif);
	background-color: #CCC;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 13px;
	color: #333333;

} 

body.home { 
	background-image: none;
	background-color: #000000;
	margin: 20px 0px 0px 0px;
	padding: 0;
} 


div, table {
	margin: 0;
	padding: 0;
	border; none;
}

div#frame {
	background-color: #e7e6e6;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #FFF;
}


.notes p { 
	font-size: 9px;
	line-height: 13px;
} 

sub, sup { line-height: 0.1em; }


table#contenttable {
	width: 820px;
	margin-top: 20px;
	height: 400px;
}

table#contenttable td#leftCol {
	width: 140px;
	padding-left: 47px;
	padding-right: 10px;

	border: 0px solid #000;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}

.leftheader {
	font-size: 11px;
	font-weight: bold;
	color: #333;
		background-color: #e7e6e6;

}

table#contenttable td#copy {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-left: 20px;
	border-left: 1px solid #999;

}

table#contenttable td#copy p {
margin-top: 20px;
}


.bg_three {
	/* background-image: url(../images/bg_3.gif); 
	background-repeat: no-repeat;*/

}

.bg_other {
	}



.smaller {
	font-size: 9px;
	color: #333333;

}

div #footer {
	margin-top: 20px;
	padding: 5px 0px 20px 47px;
	font-size: 9px;
	color: #666;
	border-top: 1px solid #999;
}

.bg_home {
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;

}



.red {
	color: #FF3333;

}

.heading {
	font-weight: bold;
	color: #FF3333;
	border-top: 1px solid #666;
	padding-top: 15px;

}

.blog {
	font-size: 13px;

}





.subheader {
	font-size: 11px;

	font-weight: bold;
	color: #003399;
}

.homeheader {
	font-size: 12px;

	font-weight: bold;
	color: #FFFFFF;
}









A {
	color: #ff2f00;
	text-decoration: none;
}

A:hover {
	color: #000;
}

A.bannerlink:hover {
	color: #FFFFCC;
}
