/*************************** Elements ************************************/
body {
	margin: 50px 0px 50px 0px;
	padding: 0px;
	
	background-color: #bfb588;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;

	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	
}


p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}



br.clear {
	clear: both;
}

img, table {
	border: 0px;
}

/*************************** Text and Headers ************************************/

h1 {
	margin: 5px 0px 10px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #745D0D;
}



.t2 {
	font-size: 10px;
	line-height: 12px;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #745D0D;
}


.firstSentence {
	font-size: 13px;
	font-weight: bold;
}


/* Page headers are swapped out with images, this is just for non-javascript users */
#pageHeader {
	margin: 20px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #98b902;
}




/*************************** Links ************************************/
a {
	color: #98b902;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #98b902;
	text-decoration: underline;
}





/*************************** Layout Components ************************************/
#shell1 {
	position: relative;
	width: 808px;

	margin: 0px auto auto auto;
	padding: 0px;
}

#shell2 {
	position: relative;
	
	width: 808px;
	margin: 0px;
	padding: 0px;
}



#container {
	position: relative;
	top: 0px;
	left: 0px;
	
	padding: 7px;
	width: 794px;
	background-color: #ffffff;
}


	#logo {
		position: absolute;
		top: 7px;
		left: 7px;

		z-index: 2;
	}
	
	#nav {
		position: absolute;
		top: 40px;
		right: 7px;

		z-index: 3;
	}
		
		#nav .spacer {
			text-align: center;
			width: 40px;
		}
	
	
	
	#content {
		z-index: 1;
		position: relative;
		margin: 0px;
		padding: 90px 0px 0px 0px;
	}




#footer {
	margin: 5px 0px 10px 0px;
	position: relative;
	width: 808px;
	text-align: left;
}

	#copyright {
		font-family: Helvetica, Arial, Verdana;
		font-size: 10px;
		line-height: 15px;
		color: #ffffff;
	}
	
	#designby {
	}
	
	
#logos {
	position: absolute;
	bottom: -40px;
	right: 0px;
}

	#logos img {
		padding: 0px 0px 0px 30px;
	}
