/************************************
	MAIN CLASSES
************************************/

	html, body {
		width:100%;
		height:100%;
		margin:0px;
		
		color:#632100;
		font-size:12px;
		
		background: url("../images/bg.jpg") no-repeat #c1be9f;
		vertical-align:top;
		text-align:left;
		font-family:Times, "Times New Roman", serif;
	}
	
	table {
		padding:0px;
		background: none;
		border:0px none;
	}
	
	td {
		vertical-align:top;
	}
	
	#maintable {
		padding-left:40px;
		width:852px;
	}
	
	#contentTable {
		width:852px;
	}
	
	a {
		border:0px none;
		text-decoration:none;
		color:#632100;
	}
	
	img {
		float:left;
		border:0px none;
	}
	
	textarea, input{
		border: 1px solid;
		border-color:#999999;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#632100;
		font-size:12px;
	}
	
	hr {
		border: 0px none;
		background-color:#999999;	
		height:1px;	
	}
	
/************************************
	BASIC LAYOUT
************************************/

	.rowSpace {
		height:19px;
	}

/************************************
	COLUMNS
************************************/

	.oneCol {
		overflow:hidden;
		width:142px;
	}
	
	.twoCol {
		overflow:hidden;
		width:284px;
	}
	
	.threeCol {
		overflow:hidden;
		width:426px;
	}
	
	.fourCol {
		overflow:hidden;
		width:568px;
	}
	
	.fiveCol {
		overflow:hidden;
		width:710px;
	}
	
	.sixCol {
		overflow:hidden;
		width:852px;
	}
	
/************************************
	NAV CLASSES
************************************/
	
	.nav {
		cursor:pointer;
		position:relative;
		float:left;
	}
	
	.navText {
		position:relative;
		float:left;
		padding-top:5px;
		padding-bottom:5px;
		letter-spacing:0.5px;
		text-decoration:none;
	}
	
	.navSelected {
		position:relative; 
		left:5px;
	}
	
	.green {
		color:#ff5432;
		background-color:#906b00;
	}
	
	.greenSelected {
		min-width:50px;
		color:#906b00;
		background-color:#c1be9f;
	}
	
	.brown {
		color:#fc350e;
		background-color:#8c3c14;
	}
	
	.brownSelected {
		min-width:50px;
		color:#8c3c14;
		background-color:#c1be9f;
	}
	
	.purple {
		color:#fc350e;
		background-color:#6d0944;
	}
	
	.purpleSelected {
		min-width:50px;
		color:#6d0944;
		background-color:#c1be9f;
	}
	
	.red {
		color:#fc350e;
		background-color:#6d0915;
	}
	
	.redSelected {
		min-width:50px;
		color:#6d0915;
		background-color:#c1be9f;
	}
	
	.blue {
		color:#fc350e;
		background-color:#3e334a;
	}
	
	.blueSelected {
		min-width:50px;
		color:#3e334a;
		background-color:#c1be9f;
	}
	
	.forest {
		background-color:#2C6D43;
		color:#ff5432;
	}
	
	.forestSelected {
		min-width:50px;
		color:#2C6D43;
		background-color:#c1be9f;
	}	
	
/************************************
	CONTENT
************************************/

	.copy {
		padding:10px;
		background-color:#c1be9f;
		width:400px;
		line-height:16px;
	}
	
	.subTitle {
		width:400px;
	}