/* CSS Document */

body
{
	background-color:#CCB688;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color:black;
	margin:0 auto 0 auto;
	font-size:12px;
	line-height:16px;
	behavior:url(csshover2.htc);
}
div#page
{
	margin:0 auto 0 auto;
	width:1000px;
	border-left:1px solid #928663;
	border-right:1px solid #928663;
	border-bottom:1px solid #928663;
}

div#headerContainer
{
	width:1000px;
	height:127px;
	float:left;
}

div#logo
{
	width:236px;
	height:127px;
	float:left;
}

div#headerTop
{
	width:764px;
	height:96px;
	float:left;
	background-image:url(images/layout_02.jpg);
	background-repeat:no-repeat;
}
div#navContainer
{
	width:764px;
	height:31px;
	float:left;
}
div#bottomLogo
{
	width:985px;
	padding-top:5px;
	padding-left:15px;
	float:left;
	height:20px;
	background-color:white;
}
div#contentContainer
{
	width:1000px;
	float:left;
	background-image:url(images/layout_32.jpg);
	background-repeat:repeat-y;
}

div#content
{
	width:808px;
	float:left;
}
div#text
{
	width:768px;
	padding:10px 15px;
	float:left;
	margin-bottom:45px;
}
div#say
{
	width:390px;
	float:left;
	margin-top:15px;
}
div#topTen
{
	width:375px;
	margin-top:65px;
	float:left;
}
div#footer
{
	width:807px;
	float:left;
	padding:0px;
	margin:0px;
}
div#rightSide
{
	width:192px;
	float:left;
	padding-top:15px;
}

h1
{
	color:#0d5600;
	font-size:21px;
	font-weight:bold;
}
h1.home
{
	color:#0d5600;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing:-1px;
}
h2
{
	color:#6D7F71;
	font-size:18px;
	font-weight:bold;
}

.orange
{
	color:#fe7f04;
}

a, a:visited
{
	color:#0d5600;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color:#0d5600;
	font-weight:bold;
	text-decoration:underline;
}	

a.largeLink, a.largeLink:visited
{
	color:#0d5600;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.largeLink:hover, a.largeLink:active
{
	color:#0d5600;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}	

.blue
{
	color:#1A69AC;
	font-weight:bold;
}

.largeGreen
{
	color:#0d5600;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

ol.space li
{
	padding-bottom:10px;
}