/* LAYOUT STYLES */

* { padding: 0; margin: 0; }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-image: url(../../images/backgroundTwo.gif);
	margin-top: 66px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Wrapper { 
	width: 758px;
	margin: 0 auto 0 auto;
}

#header {
	width: 758px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#leftcolumn { 
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 164px;
	float: left;
}

#rightcolumn { 
	float: right;
	margin: 0px;
	padding: 0px;
	width: 564px;
	display: inline;
	position: relative;
}

#footer {
	width: 575px;
	height: 30px;
	padding-top: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	background-image: url(../../images/footerBackground.gif);
	background-repeat: no-repeat;
}

.clear { 
	clear: both; background: none; 
}

.mainImage { 
	margin-bottom: 20px;
 }
 
.divisionLine { 
	margin-bottom: 20px;
	margin-top: 12px;
 }


ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	line-height: 0;
}


/* TEXT STYLES */

.tagline {
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #993300;
	font-style: italic;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.quoteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #2f86af;
	line-height: 28px;
	font-style: italic;
}

.quoteCredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00395a;
	font-style: italic;
	text-align: right;
}

.portrait { 
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 3px;
	display: inline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	line-height: 22px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}


.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
	line-height: 21px;
}

.bodyThanks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #555555;
	text-align: center;
}

.bodyCopyDark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 21px;
}

.line {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ContactForm{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

.ContactFormDisclaimer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 6px;
	color: #555555;
	font-style: italic;
}

.imputText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	color: #2f86af;
}

.imputTextComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 286px;
	height: 146px;
	color: #2f86af;
}

.footer:link, .footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #00395a;
	font-weight: bold;
}

.footerLink:hover, .footerLink:active {
	text-decoration: underline;
	color: #993300;
	background-color: #ffffff;
}

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #00395a;
	font-weight: bold;
}
 
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00395a;
	text-align: center;
}
