BODY {
	background-color:#C3DDCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	margin:0px;
	height:100%;
	background-image : url(/images/backgrounds/home.gif);
	background-repeat : repeat-x;
}

P {
	line-height : 16px;
	color:#868686;
}

STRONG {
	color:#2F834E;
}

H3 A {
	color:black;
}

TD {
	vertical-align : top;
}

#Home {
	margin-left:auto;
	margin-right:auto;
	width:746px;
	height:593px;
	background-color:white;
	border:1px solid #2F834E;
	margin-top:25px;
}

#LeftCol {
	width:181px;
	background-image : url(/images/backgrounds/menu.png);	
	background-repeat : no-repeat;
	height:400px;
	float:left;
}

#RightCol {
	background-image : url(/images/backgrounds/home.jpg);	
	background-repeat : no-repeat;
	width:565px;
	height:500px;
	float:right;
}

#Intro {
	float:right;
	width:290px;
	margin-right:40px;
	margin-top:40px;
}

#LearnMore {
	float:left;
	width:219px;
	margin-top:360px;
	margin-left:7px;
}

#Menu {
	padding-top:50px;	
	text-align : right;
	padding-right:3px;
	height:230px;
}

#Menu A {
	display:block;
}

.BigLink {
	font-size:16px;
	color:#FF9C00;
	font-weight:bold;
}

#copyright {
margin-right:auto;
margin-left:auto;
text-align:center;
width:746px;
color:#868686;
text-decoration:none;
}
#copyright a {
text-decoration:none;
color:#868686;
}