@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align:left;
	margin:20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(/design-images/bodybackground.jpg);
	background-repeat: repeat-x;
	background-color:#666666;
}

#Header
{
	width:1006px;
	height:110px;
	text-align: right;
	font-size:18px;
}

#Header img
{
	width: 305px;
	height: 93px;
	float: left;
}

#TopNavigation
{
	width:1006px;
	text-align: right;
	margin-bottom: 10px;
}

#MainContent
{
	width:1006px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

.HeaderText
{
	float: left;
	width: 544px;
	height: 40px;
	font-size: 26px;
	color: #65b561;
	margin-right: 80px;
	margin-top: 10px;
}

#Container
{
	float: left;
	width: 1006px;
	background: url(/design-images/sub-content-back.gif) left top;
}

#SubContentText
{
	float: left;
	width: 544px;
	font-size: 14px;
	color: black;
	margin-right: 80px;
}

#SubContentText img
{
	margin-bottom: 40px;
	margin-left: 10px;
	text-align:center;
	border-color: black;
	border: solid 2px;
}

#SubContentColumn
{
	float: left;
	width: 624px;
	font-size:20px;
	color: white;
	padding-left: 20px;
}

#TopLeftColumn
{
	float: left;
	width: 341px;
	height: 327px;
	font-size:20px;
	color: white;
	padding-left: 20px;
}

#TopLeftColumn a
{
	line-height: 25px;
	color: #000;
	font-size: 11px;
}

#TopLeftColumn a:hover
{
	color: #fff;
	font-size: 11px;
}

#TopRightColumn
{
	float: left;
	width: 292px;
	height: 327px;
	background: url(/design-images/home-green.gif) left top;
	font-size:20px;
	color: white;
	padding-left: 20px;
}

#FlashColumn
{
	float: left;
	width: 332px;
	height: 327px;
	background: url(/design-images/flash-holder.jpg) left top;
}

#InfoContent
{
	float: left;
	width: 1006px;
	background: url(/design-images/recent-background.gif) left top;
}
	
#InfoHeader
{
	float: left;
	width: 1006px;
	height: 51px;
	margin-top: 16px;
	background: url(/design-images/recent-header.gif) left top;
	font-size:large;
	font-weight:600;
	color: black;
}

#RecentHeader
{
	float: left;
	width: 480px;
	height: 51px;
	margin-left: 16px;
}

#NewsHeader
{
	float: left;
	width: 480px;
	height: 51px;
	padding-left: 14px;
	margin-left: 16px;
}

#NewsColumnDate
{
	float: left;
	width: 480px;
	margin-left: 16px;
	color: #996633;
}

#NewsColumn
{
	float: left;
	width: 480px;
	margin-left: 16px;
	color: black;
}

#FeaturedColumnName
{
	float: left;
	width: 480px;
	margin-left: 16px;
	margin-bottom: 8px;
	padding-left: 14px;
	color: #996633;
}

#FeaturedColumn
{
	float: left;
	width: 480px;
	margin-left: 16px;
	padding-left: 14px;
	color: black;
}

#SingleColumn
{
	width: 575px;
	margin: 0 auto;
	text-align: left;
}

#SingleColumn ul
{
	margin-left: 40px;
	margin-bottom:10px;
}

#SingleColumn img
{
	padding: 10px;
}

#Footer
{
	float: left;
	width:986px;
	height: 45px;
	clear:both;
	color: white;
	margin-top: 10px;
	padding-top:20px;
	padding-left: 20px;
	padding-bottom: 30px;
	background: url(/design-images/footer.gif) left top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#Footer a
{
	color:#FFDC7B;
}

#Copyright
{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	width: 600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: white;
}

#Copyright A
{
	color: white;
}

#HeaderImage
{
	float: left;
	width: 732px;
	height: 169px;
	margin:0px auto;
}

#HeadingText
{
	float: left;
	width: 600px;
	padding-left: 65px;
	text-align: center;
}
