@charset "UTF-8";

/* A Tags */

a.main:link {
	color: #5b4b43;
	text-decoration:none;
}
a.main:visited {
	color: #5b4b43;
	text-decoration:none;
}
a.main:active {
	color: #5b4b43;
	text-decoration:none;
}
a.main:hover {
	text-decoration: underline;
}
	
	
body {
	font: Georgia, "Times New Roman", Times, serif;
	background: #F5F5F5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 75px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainHeader {
	text-align: center;
	height: 165px;
	vertical-align:top;
}
#mainTitle {
	height: 130px;
	text-align: center;
	}

.heading1 {
	text-align:center;
	font-size: 12pt;
	color: #5b4b43;
	font-style: italic;
}
.heading2 {
	text-align:center;
	font-style: italic;
	font-size: 12pt;
}
.heading3 {
	font-style: normal;
	font-size: 16pt;
	color: #BCB0AC;
}

.titling1 {
	text-align:left;
	font-style: italic;
	font-size: 18px;
	line-height: 19px;
	color: #666;
}
.titling2 {
	font-style: italic;
	text-align:left;
	font-size: 24px;
	line-height: 19px;
	color: #666;
}
.titling3 {
	text-align:left;
	font-size: 16px;
	line-height: 16px;
	color: #BCB0AC;
}
.copy1 {
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	padding: 10px 0px 0px 25px;
}
.copy2 {
	color: #5B4B43;
	font-size: 22px;
	line-height: 20px;
}
.copy3 {
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 16px;
	line-height: 18px;
	color: #999;
	padding: 10px 0px 0px 25px;
}
.copy4 {
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	padding: 10px 0px 0px 25px;
}
.copy5 {
	text-align:left;
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
.copy6 {
	font-size: 16px;
	color: #5b4b43;
	line-height: 17px;
}
.copy7 {
	font-style:italic;
	font-size: 26px;
	color: #9B8579;
	line-height: 17px;
}
.copy8 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}
#paragraph1 {
	width: 420px;
	padding: 10px 25px 10px 25px;
	background-color: #FFF;
}
#paragraph2 {
	padding: 25px;
	
}
#paragraph3 {
	width: 420px;
	padding: 10px 0px 20px 25px;
	background-color: #FFF;
}
#paragraph4 {
	width: 450px;
	padding: 10px 0px 20px 25px;
	background-color: #FFF;
}
#paragraph5 {
	width: 500px;
	padding: 10px 0px 20px 275px;
	background-color: #FFF;
}
#paragraph6 {
	padding: 15px 25px;
}
.bottom {
	text-align:right;
	font-size: 9px;
	color: #5b4b43;
}
