html, body, #pageWrapper {		
	margin: 0;
	height: 100%;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #1a1a1a url('../images/main_bg.jpg') repeat-x;
}

a {
	color: #0000C0;
	text-decoration: underline;
}

table#faq {
 	width: 580px;
	font-size: 10pt;
}
td.quest div {
	padding: 20px;
	background: #fff url('../images/faq_bg.gif');
	color: #333;
	font-size: 10pt;
	border: #ffba00 1px solid;
}

table {
	font-size: 8.5pt;
}

h3 {
	font-size: 12pt;
}


#pageWrapper {
	margin: 0px auto;
	text-align: left;
	vertical-align: bottom;
	height: 100%;
}

#pageQuoteContentLongPgWrapper {
	text-align: left;
	margin: 0px auto;
	width: 884px;
	height: 420px;
	background: url('../images/quote_bg.jpg') no-repeat;
}

#pageQuoteContentWrapper {
	text-align: left;
	margin: 0px auto;
	height: 420px;
	width: 884px;
	background: url('../images/quote_bg.jpg') no-repeat;
	
}

#pageQuoteContent {
	width: 665px;
	float: left;
	margin-top: 10px;
	height: 400px;
	
}

#pageQuoteSidebar {
	margin-left: 15px;
	margin-top: 87px;
	width: 190px;
	float: left;
}

#pageContentWrapper {
	text-align: left;
	margin: 0px auto;
	height: 420px;
	width: 884px;
	background: url('../images/bg.jpg') no-repeat;
}




#pageContent {
	width: 625px;
	float: left;
	margin-top: 10px;
}

#pageContentNews {
	text-align: left;
	margin: 0px auto;
	height: 420px;
	width: 884px;
	background: url(../images/news_bg.jpg) no-repeat;
}

#newsContent {
	
	width: 590px;
	height: 280px;
}

#newsContent p, h3 {
	padding-left: 20px;
	padding-top: 3px;
}


#pageContentStd {
	text-align: left;
	margin: 0px auto;
	height: 420px;
	width: 884px;
	background: url(../images/standard_bg.jpg) no-repeat;
}

#stdContent {
	
	width: 590px;
	height: 280px;
}

#stdContent p, h3 {
	padding-left: 20px;
	padding-top: 3px;
}

#pageSidebar {
	margin-left: 15px;
	margin-top: 10px;
	width: 230px;
	float: left;
}

#pageFooter {

}

td.paddMeLeft {
	padding-left: 10px;
}

td.breadCrumb {
	height: 54px;
}

td.grey {
	color: #ccc;
}

td.centerTxt {
	text-align: center;
}

img {
	border: 0px;
}

p.spaced {
	line-height: 20px;
}

.leftIt {
	text-align: left;
}
.rightIt {
	text-align: right;
}

.mfwOrange {
	color: #ff9900;
}

a.lightgrey, .lightgrey {
	color: #999;
}