/* CSS Document 
	Red: #d60000
	Blue: #c8ebff
	Light Blue: #eaf6fc
	Sage Green: #a3c9a0
	Light Yellow: #dad4b0
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
	background: url(../img/back.jpg)
}

a {
	color: #d60000;
	text-decoration: none;
}

p {
	margin-bottom:10px;
}

h1 {
	font-size: 14px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px 2px 5px;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px 2px 5px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px 2px 5px;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	background: #d60000;
}

.blockQuoteLeft {
  background: transparent url(../img/quoteleft.png) left top no-repeat;
	padding-top: 10px;
	margin-top: 20px;
}

.blockQuoteRight {
	padding-left:40px;
	padding-right:40px;
	text-align: left;
  background: transparent url(../img/quoteright.png) right bottom no-repeat;
}

.blockQuoteSource {
	text-align: right;
	font-weight: bold;
}

#mainTable {
	width:100%;
	border-collapse: collapse;
	padding: 0px;
}

#headerTable {
	width: 820px;
}

#headerTable a:hover {
	background: none;
}

.bodyTitle {
	border-bottom: 1px #ccc dotted;
}

.bodyTitleSub {	
	background: url(../img/grad/Yel2lYel.jpg) repeat-x;
}

.bodyContent, .topLinks {
	background: #fff;
	padding:10px;
}

#mainShadow {
	background: url(../img/backTop.jpg) repeat-x;
	height: 15px;
}

.mainTable td {
	padding:5px;
}

.mainHeader {
	background: url(../img/blueRedStripe.jpg) repeat-x;
	height:100px;
}

.bodyTable {
	width: 820px;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	background: #c8ebff;
}

.bodyTable td {
	padding: 4px;
}

.divider {
	border-left: 1px dotted #ccc;
}

.footerTable {	
	width: 820px;
	padding-top:10px;
	background: #FFF url(../img/hatch_back.jpg);
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

.footerTable td {
	font-size: 12px;
}

.footerText {
	color: #aaa;
	font-size: 10px;
}

.footerText a {
	color: #666666;
}

.footerText a:hover {
	color: #fff;
	background-color: #666666;
}

.importantBoxHeader {
	background: url(../img/grad/Yel2lYel.jpg) repeat-x;
	padding: 5px;
	width:100%;
	border-bottom: 1px #333 dotted;
}

.importantBoxHeader a{
	color: #333333;
}

.importantBoxHeader a:hover {
	background:none;
	color:#888888;
}

.importantBoxContent {
	background: url(../img/hatch_back.jpg) repeat;
	padding: 10px;
	width:100%;
	font-size: 11px;
	border-bottom: 1px #ccc dotted;
}

.faq li {
	margin:10px 0;
}

.faq strong {
	color:#d60000;
}