BODY{}


/* ROWS */

.TopRow {height: 36px;}
.BotRow {height: 18px;}
.ContentRow {height:400px; padding: 30px 20px 30px 20px;}

/* COLUMNS */

.T_SideColumn{width:331px;}
.T_CenterColumn {width:127px;}

.B_SideColumn{width:302px;}
.B_CenterColumn {width:185px;}

/* COLORS */

.LightTan {background: #f7f3cf;}
.LightGreen{background: #F2F6E3;}
.DarkGreen {background: #687661;}

/* MENU */

.DividerLeft {Border-right: 1px solid #FFFFFF;}
.DividerRight {Border-right: 1px solid #FFFFFF;}

.CommonNav {
	font-size : 11px;
	font-family : helvetica, arial, sans-serif;
	font-weight : bold;
	text-align: center;
}

.TopNav A:link{
	background-color :  #CEDBB4;
	color : #6C7562;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration : none;
	
}

.TopNav A:visited{
	background-color :  #CEDBB4;
	color : #6C7562;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration : none;
}

.TopNav A:hover{
	background-color : #F2F6E3;
	color : #6C7562;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration : none;

}

