/* CSS Document */

div#footer {
	background: url(../imgs/bottom_light_green.gif) no-repeat bottom left;
	
}

div#content {
	background: url(../imgs/bkgd_light_green.gif) no-repeat top;
}

div#middle {
	background: url(../imgs/silce_light_green.gif);
}

div#homepageContent {
	background: url(../imgs/horse-background.gif) no-repeat center;
	width: 660px;
	/*height: 244px;*/
	height: 260px;
	padding: 15px;
	float: right;
	font-size: 1.2em;
	color: #fff;
}

div#homepageContent ul {
	list-style:url(../imgs/light_green_wheel.gif);
}

div#homepageContent ul li {
	margin: 8px 0;
}

div#homepageContent a:link, div#homepageContent a:visited {
	color: #fff;
	line-height: 14px;
	vertical-align: top;
}

div#homepageContent a:hover {
	text-decoration: none;
}

div#forumContent {
	min-width: 660px;
	min-height: 244px;
	padding: 15px;
	margin-left: 60px;
	padding: 15px;
	color: #fff;
}

h2 {
	font-size: 1.4em;
	background: #FFE1C4;
	background: #fff;
	margin-bottom: 0;
	color:#000;
	padding: 5px;
}

table {
	background: #fff;
	font-size: 1em;
}

td {
	padding:4px;
}

th {
	color: #fff;
}
tr.odd {
	background:#CAEBC5;
	color: #036;
}

tr.even {
	background: #66CCCC;
	background:#DBF2F2;
	color: #036;
}

td a:link, td a:visited {
	color: #003366;
}

div#forumIntro {
	background: #fff;
	color: #036;
	padding:5px;
	min-height: 140px;
}

div#forumIntro h1 {
	font-size: 2em;
	margin: 5px 10px;
}

label {
	width: 100px;
	float: left;
	font-weight: bold;
	color: #fff;
}

span.newTopic {
	float: right;
	margin: 0 5px;
}