body {
	background-image: url(images/bg.gif);
	margin: 0px;
}
.banner1 {
	background-image: url(images/bg_banner1.gif);
	background-repeat: repeat-x;
}
.banner2 {
	background-image: url(images/bg_banner2.gif);
	background-repeat: repeat-x;
}
.banner3 {
	background-image: url(images/bg_banner3.gif);
	background-repeat: repeat-x;
}
.brdrT {
	background-image: url(images/brdrT.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.brdrL {
	background-image: url(images/brdrL.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.brdrR {
	background-image: url(images/brdrR.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.brdrB {
	background-image: url(images/brdrB.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 20px;
}
h1 {
	font-size: 1.75em;
	line-height: 1.5em;
	color: #006600;
}
h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #333333;
}
h3 {

	font-size: 1.2em;
	line-height: 1.25em;
	color: #000000;
}
ul {
	list-style-image: url(images/bullet.gif);
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
a { 
	outline:expression(hideFocus=‘true’); 
	outline:0; 
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.cover {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
.coverR {

	clear: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 6px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.quote {
	clear: right;
	float: right;
	margin-bottom: 12px;
	margin-left: 36px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.nopic {
	margin-left: 87px;
}

