body {
	background-color: #71221E;
}
.contentBg {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: -15px;
	padding-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 15px;
}
.fillHeight {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	height:100%;
	left: 50%;
	margin-left: -400px;
	margin-top: -15px;
	padding-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 15px;
}

a.activeNavLink {
	text-decoration: none; 
	color: #fc8500;
}
a.activeNavLink:hover {
	color: #fc8500; 
}

a.link {
	color: #336699;
	text-decoration: none; 
}
a.link:hover {
	color: #fc8500; 
}

.imageThumb {
	border: 1px solid #000000;
	width: 145;
	height: 145;
}

.nameText {
	font-family: "Trebuchet MS";
	color: #71221E;
	font-size: 24px;
}
.navText {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
}
.pageHeaderText {
	font-family: "Trebuchet MS";
	color: #71221E;
	font-size: 20px;
}
.header1 {
	font-family: "Trebuchet MS";
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.header3 {
	font-family: "Trebuchet MS";
	color: #71221E;
	font-size: 14px;
	font-weight: bold;
}
.bodyText {
	font-family: "Verdana";
	color: #666666;
	font-size: 12px;
}

.resumeName {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 30px;
}
.resumeHeader1 {
	font-family: "Trebuchet MS";
	color: #71221E;
	font-size: 20px;
}
.resumeHeader2 {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}