/* HTML Selectors */

body {
	background: #ffffff;
	margin: 0px 0px 0px 10px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a:link {color: #004266;}
a:hover {color: #6D5E51;}
a:visited {color: #004266;}
a:visited:hover {color: #6D5E51;}
a:active {color: #681E5B;}

h1 {
	color: #6D5E51;
	font-size: 16px;
	}
h2 {
	color: #6D5E51;
	font-size: 15px;
	}
h3 {
	color: #6D5E51;
	font-size: 14px;
	}
h4 {
	color: #6D5E51;
	font-size: 13px;
	}
hr {
	color: #6D5E51;
	height: 1px;
	}
li {
	}
sup {
	font-size: smaller;
	}
/* Anchor pseudo-classes */

A:link.footer {color: #6D5E51; font-size: 10px; text-decoration: underline; font-weight:lighter}
A:hover.footer {color: #681E5B; font-size: 10px; text-decoration: underline; font-weight:lighter}
A:visited.footer {color:#6D5E51; font-size: 10px; text-decoration: underline; font-weight:lighter}
A:visited:hover.footer {color:#681E5B; font-size: 10px; text-decoration: underline; font-weight:lighter}
A:active.footer {color:#6D5E51; font-size: 10px; text-decoration: underline; font-weight :lighter}

/*Typographical pseudo-elements */

/* Class Selectors */

.table-header {
	position: relative;
	background: #BFD0D9;
	color: #000000;
	font-weight: bold;
	}
.table-row-a {
	position: relative;
	background: #ffffff;
	vertical-align: top;
	}
.table-row-b {
	position: relative;
	background: #E9E7E5;
	vertical-align: top;
	}
.table-row-headercell {
	padding: 4px 0px 6px 10px;
	}
.table-row-cell {
	padding: 4px 0px 6px 10px;
	}
	
/* ID Selectors */

#hp-name-container {
	box-sizing: border-box;
	position: relative;
	background: #ffffff;
	border: 0px solid #ffffff;
	width: 500px;
	margin : 0px auto 1.0rem;
	text-align : left;
}

#hp-name-title {
	position: relative;
	background: #ffffff;
	border-top: 1px solid #633F2A;
	border-right: 1px solid #633F2A;
	border-left: 1px solid #633F2A;
	width: 500px;
	padding : 5px;
}

#hp-name-address {
	position: relative;
	background: #ffffff;
	border: 1px solid #633F2A;
	width: 500px;
	padding : 5px;
}
	
	
#hp-footer-container {
	box-sizing: border-box;
	position: relative;
	background: #ffffff;
	border: 1px solid #633F2A;
	width: 500px;
	margin : 0px auto;
	padding : 5px;
	text-align : left;
}

/*  Page  */
#pagebody {
	position: relative;
	clear: both;
	width: 100%;
	text-align : center;
	}
#pagebody-print {
	position: relative;
	clear: both;
	}

/* Page Header */
#pageheader {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	}
#pageheadercontainer {
	position: relative;
	float: left;
	clear: both;
	width: 790px;
	}
#pageheader-printpage {
	position: relative;
	float: left;
	clear: both;
	width: 605px;
	}
#pageheader_image {
	position: relative;
	float: left;
	width: 165px;
	}

#bodycontent {
	position: relative;
	float: left;
	vertical-align: top;
	width: 410px;
	}
#bodycontentwide {
	position: relative;
	float: left;
	clear: both;
	vertical-align: top;
	width: 585px;
	border: 0px solid #000000;
	}
#bodycontentwide-subsection {
	position: relative;
	float: left;
	clear: both;
	width: 585px;
	}
#sidebar {
	position: relative;
	float: left;
	vertical-align: top;
	width: 165px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	}
	
/* Page Functions */
#pagefunctions {
	position: relative;
	float: left;
	text-align: center;
	width: 410px;
	}
	#pagefunctions span {
		display: inline;
		vertical-align: middle;
		border-left: 5px solid #ffffff;
		}
	#pagefunctions span form {
		display: inline;
		vertical-align: middle;
		}
	#pagefunctions a {
		font-size: 10px;
		text-decoration: underline; 
		}
	#pagefunctions a:link {color: #004266;}
	#pagefunctions a:hover {color: #6D5E51;}
	#pagefunctions a:visited {color: #004266;}
	#pagefunctions a:visited:hover {color: #6D5E51;}
	#pagefunctions a:active {color: #681E5B;}
#privacystatement {
	position: relative;
	clear: both;
	float: left;
	width: 90%;
	background: #E9E7E5;
	padding: 5px;
	color: #6D5E51;
	font-size: 10px;
	}

/* Footer */
#footercontainer{
	position: relative;
	clear: both;
	border: 0px solid #000000;
	}
#footer-table{
	position: relative;
	clear: both;
	}
#footer {
	position: relative;
	float: left;
	width: 765px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	}
#footer-spacer {
	position: relative;
	float: left;
	width: 165px;
	text-align: left;
	}
#footer-hp-spacer {
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
	}
#footer-elements {
	position: relative;
	float: left;
	width: 415px;
	text-align: left;
	}
#footernav {
	position: relative;
	float: left;
	width: 415px;
	text-align: left;
	}
	#footernav span {
		display: inline;
		border-right: 5px solid #ffffff;
		}
	#footernav a {
		font-size: 10px;
		}
	#footernav a:link {color: #004266;}
	#footernav a:hover {color: #6D5E51;}
	#footernav a:visited {color: #004266;}
	#footernav a:visited:hover {color: #6D5E51;}
	#footernav a:active {color: #681E5B;}
#footer-copyright {
	position: relative;
	float: left;
	clear: both;
	width: 415px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	}
	#footer-copyright a {
		font-size: 10px;
		}
#footer-trustee {
	position: relative;
	float: left;
	clear: both;
	margin: 25px 0px 0px 0px;
	}
	
/* Special ID Sectors */

/* Contextual Selectors */

/* Contact and Profile */
.denotesasterick {
	position: relative;
	color: #CC3300;
	font-size: 12px;
	}
.profile_lineitem {
	position: relative;
	clear: both;
	width: 100%;
	padding: 2px;
	border: 0px solid #000000;
	}
.profile_itemtitle {
	color: #000000;
	font-weight: bold;
	}
.profile_itemformfield {
	position: relative;
	clear: both;
	}
.profile_personalinformation {
	position: relative;
	clear: both;
	background: #e3b082;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	border: 0px solid #000000;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	}
	
.profile_fname {
	position: relative;
	float: right;
	width: 50%;
	}
.profile_fnametitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: right;
	}
.profile_fnameformfield {
	position: relative;
	float: right;
	}
	
.profile_lname {
	position: relative;
	float: right;
	width: 50%;
	}
.profile_lnametitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: right;
	}
.profile_lnameformfield {
	position: relative;
	float: right;
	}
	
.profile_phone {
	position: relative;
	float: right;
	width: 50%;
	}
.profile_phonetitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: right;
	}
.profile_phoneformfield {
	position: relative;
	float: right;
	}
	
.profile_fax {
	position: relative;
	float: right;
	width: 50%;
	}
.profile_faxtitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: right;
	}
.profile_faxformfield {
	position: relative;
	float: right;
	}
	
.profile_email {
	position: relative;
	float: right;
	}
.profile_emailtitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_emailformfield {
	position: relative;
	float: left;
	}
.profile_emailpolicy {
	position: relative;
	clear: both;
	}

.profile_companyinformation {
	position: relative;
	clear: both;
	background: #d48844;
	margin: 10px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	}

.profile_company {
	position: relative;
	float: left;
	}
.profile_companytitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_companyformfield {
	position: relative;
	float: left;
	}

.profile_job {
	position: relative;
	float: left;
	}
.profile_jobtitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_jobformfield {
	position: relative;
	float: left;
	}

.profile_level {
	position: relative;
	float: left;
	}
.profile_leveltitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_levelformfield {
	position: relative;
	float: left;
	}

.profile_function {
	position: relative;
	float: left;
	}
.profile_functiontitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_functionformfield {
	position: relative;
	float: left;
	}

.profile_industry {
	position: relative;
	float: left;
	}
.profile_industrytitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_industryformfield {
	position: relative;
	float: left;
	}

.profile_addressinformation {
	position: relative;
	clear: both;
	background: #B86466;
	margin: 10px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	border: 0px solid #000000;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	}

.profile_address {
	position: relative;
	float: left;
	}
.profile_addresstitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_addressformfield {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
	}
.profile_addressformfield_items {
	position: relative;
	margin: 2px 0px 0px 0px;
	}
.profile_city {
	position: relative;
	float: left;
	}
.profile_citytitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_cityformfield {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
	}

.profile_state {
	position: relative;
	float: left;
	}
.profile_statetitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_stateformfield {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
	}

.profile_country {
	position: relative;
	float: left;
	}
.profile_countrytitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_countryformfield {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
	}

.profile_zip {
	position: relative;
	float: left;
	}
.profile_ziptitle {
	position: relative;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_zipformfield {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
	}

.profile_commentinformation {
	position: relative;
	clear: both;
	background: #8E5684;
	margin: 10px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	border: 0px solid #000000;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	}

.profile_rfpquestion {
	position: relative;
	float: left;
	}
.profile_rfpquestiontitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_rfpquestionformfield {
	position: relative;
	float: left;
	}
.profile_rfpquestion_yes {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	}
.profile_rfpquestion_yesformfield {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	}
.profile_rfpquestion_no {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	}
.profile_rfpquestion_noformfield {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	}

.profile_emaillocation {
	position: relative;
	float: left;
	}
.profile_emaillocationtitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_emaillocationformfield {
	position: relative;
	float: left;
	clear: both;
	}

.profile_comments {
	position: relative;
	float: left;
	}
.profile_commentstitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_commentsformfield {
	position: relative;
	float: left;
	}

.profile_howhear {
	position: relative;
	float: left;
	width: 49%;
	}
.profile_howheartitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_howhearformfield {
	position: relative;
	float: left;
	}
	
.profile_areasofinterest {
	position: relative;
	float: left;
	width: 49%;
	}
.profile_areasofinteresttitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_areasofinterestformfield {
	position: relative;
	float: left;
	}
	
.profile_contactmembership {
	position: relative;
	float: left;
	width: 51%;
	}

.profile_contactnow {
	position: relative;
	float: left;
	}
.profile_contactnowtitle {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	}
.profile_contactnowformfield {
	position: relative;
	float: left;
	}

.profile_submit {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	}

/* MISC New Class Selectors */
.sessioncampaigntracker {
	position: relative;
	float: right;
	}

/* Old Class Selectors */
.articledate {
	color: #000000;
	}
.blue {
	color: #004266;
	}
.copyright {
	color: #6D5E51;
	font-size: 10px;
	font-weight: bold;
	}
.footer {
	color: #6D5E51;
	font-size: 10px;
	font-weight:lighter;
	text-decoration: underline;
	}
.green {
	color: #336600;
	}
.purple {
	color: #681E5B;
	}
.orange {
	color: #C66005;
	}
.red {
	color: #A03033;
	}

