/* CSS Document */


/*---------------- GENERAL AND STRUCTURE ----------------*/
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	color:#000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.1%;
}
a img {
	border:0;
}
#wrapper {
	width:929px;
	text-align:left;
}
#footer {
	
}


/*---------------- FONTS ----------------*/
h1, h3, h4, h5, h6 {
	margin: 1.2em 0;
}
h1 {
	margin:0 0 .3em;

}
h2 {
	font-size:1.6em;
	margin-top:0 0 1em;
	letter-spacing: .25em;
}
h3 {
	margin-bottom:0;
	padding-bottom:0;
}
h4 {
	margin-bottom:1px;
}
h5 {

}
h6 {

}

p {
	margin:0 15px 1.5em 0;
}
sup {
	font-size:.7em;
}
.subtext {
	font-size:.7em;
}
.subtext2 {
	font-size:.4em;
	letter-spacing: .1em;
	padding-left:40px;
}
.footnote sup {
	font-size:1em;
}
ul {
	margin:0 15px 1em 15px;
}
li {
	margin:.5em 0;
}
ul.percent {
	margin:1em 50px;
}
ul.percent li {
	list-style-type:none;
	margin:0;
}

a:link {
	color: #91550A;
	text-decoration: none;
}
a:visited {
	color: #91550A;
	text-decoration: none;
}
a:hover {
	color: #D5B388;
	text-decoration: none;
}
a:active {
	color: #91550A;
	text-decoration: none;
}
.footnote {
	font-size:.6em;
	
}
.footnote span {
	padding-left:20px;	
}

#phoneSurvey {
	font-size:.85em;
}
#phoneSurvey td {
	border:1px solid #333;
	border-collapse:collapse;
}
#phoneSurvey * {
	border-collapse:collapse;
}
#phoneSurvey p {
	margin:.5em; 20px;
}
#tableContents ul li{
	text-decoration: none;
	list-style-type: none;
	font-weight:bold;
}
#tableContents ul ul li {
	text-decoration: none;
	list-style-type: none;
	font-weight:normal;
}
#commiteeMembers {
	font-size:.65em;
}
#commiteeMembers h3 {
	color:#B01116;
	margin:0;
	padding:0;
	font-size:1.2em;
}

/* ---------- 7. common items ---------- */	
.width100 {
	width: 100%; 
}

.width75 {
	width: 75%; 
}

.width50 {
	width: 50%; 
}

.width25 {
	width: 25%; 
}

.floatLeft {
	float: left; 
	margin:0 10px 20px 0;
}

.floatRight {
	float: right; 
	margin:0 0 20px 10px;
}

.alignLeft {
	text-align: left; 
}

.alignRight {
	text-align: right; 
}
.padTop10 {
	padding-top:10px;
}
.padTop20 {
	padding-top:20px;
}
.padTop30 {
	padding-top:30px;
}
.padBot20 {
	padding-bottom:20px;
}
.padLeft10 {
	padding-left:10px;
}
.hidden
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
.rowTint {
	background-color:#D8CFC5;
}

.hmSecthead {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #754500;
	line-height: 18px;
	padding-bottom: 6px;
}
.hmText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	margin:0px 0px 20px 10px;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #673D07;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #673D07;
	text-decoration:none;
	
	}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #673D07;
	text-decoration:none;
	}
	
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	}
	
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #673D07;
	text-decoration:none;
	}
