body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #dfecf8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #0033CC;
	text-decoration: none;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

.rule {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

.footerholder {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 30px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}
.footerholder a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerholder a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerholder a:hover {
	color: #000066;
	text-decoration: none;
}
.footerholder a:active {
	color: #003366;
	text-decoration: none;
}
.mediumG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}

.mediumG a {
	color: #666666;
}
.mediumblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.mediumBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #725941;
	font-weight: bold;
	line-height: 17px;
}
.largerBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #725941;
	font-weight: bolder;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}


.newsHolder {
	height: 150px;
	width: 265px;
	overflow: auto;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
