html, body {

	height: 100%;

	margin: 0px;

	padding: 0px;

}

body {

	background-color: #F0A900;

}

body, td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

.fit-screen {

	height: 100%;

}

.small-text {

	font-size: 10px;

}

a {

	font-weight: bold;

	color: #FF0000;

	text-decoration: none;

}

a img {

	border-color: #FF0000;

}

a:hover {

	text-decoration: underline;

}

a:hover img {

	border-color: #FFFFFF;

}

a:active {

	color: #FFFFFF;

}

form {

	margin: 0px;

	padding: 0px;

}

.sidebar-links {

	padding-top:10px;

	font-size: 10px;

	text-align: center;

	background-image: url(images/sidebar.bg.gif);

	background-repeat: no-repeat;

	background-position: left top;

}

.sidebar-item {

	text-align: center;

	padding: 10px;

}

.copyright {

	color: #8F5800;

	text-align: center;

	font-size: 11px;

	padding: 5px;

}

.content-bg {

	background-image: url(images/content.bg.gif);

	background-repeat: no-repeat;

	background-position: left top;

}

.content {

	padding: 15px 20px 20px;

}

.heading {

	font-weight: bold;

	text-transform: uppercase;

	color: #000000;

}

.sub-heading {

	font-weight: bold;

	color: #FFFFFF;

}

.float-left {

	float: left;

	margin-right: 20px;

}

.float-right {

	float: right;

	margin-left: 20px;

}

.news-item {
	font-weight: bold;
	color: #EB006F;
}

.big-news-item {
	font-weight: bold;
	color: #EB006F;
	font-size: 16pt;
}

.picofthemonth {

	background-color: #D89108;

	padding: 10px;

}
.big-announcement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #EB006F;
}
.big-announcement-blue {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #00F;
}

