BODY {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #000000;
	}
	
BODY a:link {
	color: #FFFFFF;
	}

BODY a:visited {
	color: #EEEEEE;
	}

BODY a:active {
	color: #FFFFFF;
	}

BODY a:hover {
	color: #FFFFFF;
	}


/*
Homepage
***********************************************************************
*/

.homeBG {
	background-image: url(images/homemainbg.jpg);
	background-repeat:no-repeat;
	}


.homeLinks {
	line-height: 1.8;
	font-family: Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.homeLeftColumn {
	background-image: url(images/hometopleftbg.jpg);
	background-repeat: repeat-y;
	}
	
.homeRightColumn {
	background-image: url(images/hometoprightbg.jpg);
	background-repeat: repeat-y;
	}


.homeLinks a:link {
	text-decoration: none;
	}

.homeLinks a:visited {
	text-decoration: none;
	}

.homeLinks a:active {
	text-decoration: none;
	}

.homeLinks a:hover {
	text-decoration: underline;
	}
	
	

td.columnHeader {
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	font-family:"Times New Roman", Times, serif;
	background-color:#000000;
	border-top: 1px solid #DE6F00;
	border-bottom: 1px solid #DE6F00;
	border-left: 1px solid #DE6F00;
	border-right: 1px solid #DE6F00;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.columnImage {
	border-left: 1px solid #DE6F00;
	border-right: 1px solid #DE6F00;
	}

.columnContent {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#DCCFC5;
	background-color: #7B441C;
	font-size: 100%;
	border-left: 1px solid #DE6F00;
	border-right: 1px solid #DE6F00;
	}


.homeMainContent {
	text-align: left;
	font-size: 100%;
	color: #FFFFFF;
	}
	