body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CBCAB3;
	}
	
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #CBCAB3;
	padding-bottom: -30px;
	}
	
.header {
	width: 764px;
	background-color: #3c3c3c;
	padding: 0px 0px 0px 36px;
	margin: auto;
	}

.content1 {
	background-color: #361a05;
	width: 800px;
	margin: auto;
	}

.content2 {
	background-color: #43666d;
	width: 800px;
	margin: auto;
	}
	
.content3 {
	background-color: #866a37;
	width: 800px;
	margin: auto;
	}
	
.content4 {
	background-color: #8b1f06;
	width: 800px;
	margin: auto;
	}
	
.leftCol {
	float: left;
	width: 230px;
	padding-left: 36px;
	background-color: inherit;
	}	

div#rightCol {
	float: right;
	width: 380px;
	padding: 35px 100px 15px 30px;
	}
	
.photo {
	margin-top: 15px;
	margin-bottom: 15px;
	}

	
.bottomSpacer {
	clear: both;
	width: 798px;
	height: 20px;
	background-color: #ffffff;
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	margin: auto;
	}
	
.footer {
	width: 800px;
	height: 20px;
	margin-top: 15px;
	background-color: inherit;
	margin: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
	}	
	
div#navbar {
	width: 798px;
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	font-size: 12px;
	padding: 8px 0px 6px 0px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	color: #3c3c3c;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li.selected {
	padding: 0px 10px;
	color: #3c3c3c;
}
div#navbar li a {
	text-decoration: none;
	padding: 0px 10px;
	color: #3c3c3c;
}
div#navbar li a:link {
	color: #3c3c3c:
}
div#navbar li a:visited {
	color: #3c3c3c;
}
div#navbar li a:hover {
	text-decoration: underline;
	color: #3c3c3c;
}

.selectedBox {
	color: #3c3c3c;
	height: 10px;
	width: 10px;
	}

a.bodycopy {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a.bodycopy:link {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a.bodycopy:visited {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a.bodycopy:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}



a.invis  {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a.invis:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a.invis:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a.invis:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
