/* CSS Document */
body {
	background-color:#E8E6D3; font:11px Arial, Helvetica, sans-serif; color:#000000; margin:0px; padding:0px;
}
.holder {
	width:776px;
}
.content {
	float:left; width:776px; background:url(images/background.gif) repeat-y; text-align:left;
}
.navItem {
	float:left;
}
.navHolder {
	float:left; width:776px;
}
.creditLeft {
	float:left; width:333px; padding:5px 0px 0px 15px; background-color:#E8E6D3; font-size:9px;
}
.creditRight {
	float:left; width:413px; padding:5px 15px 0px 0px; background-color:#E8E6D3; text-align:right; font-size:9px;
}



/* WELCOME PAGE -------------------------------*/
.welcomeLeft {
	float:left; width:396px; padding:15px 12px 15px 30px; line-height:18px; border-right:2px solid #2F5112;
}
.welcomeRight {
	float:left; width:291px; padding:15px 0px 15px 15px; line-height:18px;
}
.rightTitles {
	margin-bottom:-10px;
}
.pageTitles {
	margin-bottom:10px;
}
.homePhoto {
	float:left; margin:0px 8px 30px 0px; border:1px solid #999999;
}
.greenBar {
	float:left; padding:5px 0px 5px 0px;
}
.rightPhoto {
	border:1px solid #999999; margin-left:5px;
}

/*INTERIOR PAGE ----------------------------------*/
.interiorColumn {
	float:left; width:716px; padding:15px 30px 15px 30px; line-height:18px;
}
.interiorTitle {
	float:left;
}
.interiorCookie {
	float:left; text-align:right; font-size:9px; height:14px; width:420px; padding:3px 0px 0px 0px;
}
tr.color {
	background-color:#E8E6D3;
}

/*LINKS ------------------------------------------*/
a:link, a:visited {
	color:#600009; text-decoration:none;
}
a:hover {
	color:#600009; text-decoration:underline;
}
