body{
	margin: 0;
	padding: 0px;
	background-color: #f3eeea;
	text-align: left;
}

body, form, table, td, input, select
{
	font-size: 11px;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
}


a img{
	border: none;
}

a, a:link, a:visited, a:active, a:Hover
{
	color: #EF3E43;
}

#MainContainer{
    margin: 0 auto;
    width: 765px;
    position: relative;
    margin-top: 25px;
}

#Header
{
  	background-image: url(../../Resources/images/bkgrnd.gif);
	background-repeat: repeat-y;

}

#Footer
{
  	float: left;
  	clear: both;
  	background-image: url(../../Resources/images/bkgrnd.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
}

#Copyright
{
	float: left;
	clear: both;
	padding: 15px 0px 30px 18px;
	width: 765px;
}


.FooterLinks{
	width: 732px;
	height: 36px;
  	background-image: url(../../Resources/images/footerLinksTable.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 16px;
	color: #000000;
}
.FooterLinks a, .FooterLinks a:link, .FooterLinks a:visited, .FooterLinks a:active, .FooterLinks a:Hover{
	color: #000000;
}

.FooterLogo{
	padding: 11px 0px 0px 655px;
}

#Content
{
	width: 765px;
	float: left;
	clear: both;
  	background-image: url(../../Resources/images/bkgrnd.gif);
	background-repeat: repeat-y;
}

.logo{
	display: block;
	margin-left: 25px;
}

.nav{
  	background-image: url(../../Resources/images/headerLinksTable.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 732px;
  	display: block;
  	font-size: 11px;
	margin-left: 16px;
}

.nav a
{
	text-decoration: none;
}

.nav a, .nav a:link, .nav a:visited, .nav a:active{
	color: #000000;
}

.nav a:hover{
	color: #EF3E43;
}

.navFAQ
{
	float: left;
	height: 30px;
	width: 113px;
	text-align: center;
	border-right: solid 1px #cccccc;
	vertical-align: middle;
}
.navGet
{
	float: left;
	height: 30px;
	width: 154px;
	text-align: center;
	border-right: solid 1px #cccccc;
}
.navLinks
{
	float: left;
	height: 30px;
	width: 128px;
	text-align: center;
	border-right: solid 1px #cccccc;
}
.navInfo
{
	float: right;
	padding-right: 20px;
}

.homeBanner
{
	width: 763px;
	padding-bottom: 16px;
	display: block;
}

.leftColumn{
	width: 300px;
	float: left;
	clear: both;
	padding-left: 35px;
	line-height: 150%;
}

.leftColumn2{
	width: 450px;
	float: left;
	clear: both;
	padding-left: 35px;
	line-height: 150%;
}

.rightColumn{
	width: 378px;
	float: right;
	padding-right: 16px;
}

.rightColumn2{
	width: 248px;
	float: right;
	padding-right: 16px;
}

.wideColumnHeader
{
	width: 686px;
	float: left;
	clear: both;
	padding: 30px 0px 13px 35px;
}

.wideColumn{
	width: 500px;
	float: left;
	clear: both;
	padding-left: 35px;
	line-height: 150%;
}

.widePlusColumn{
	width: 560px;
	float: left;
	clear: both;
	padding-left: 35px;
	line-height: 150%;
}

.boxCopy
{
	background-color: #fcfbfb;
	padding: 1px 15px 0px 15px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	
}

.boxCopy ul
{
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

.boxCopy li
{
	padding: 5px 0px 5px 3px;
}

.insetBox
{
	background-color: #efecea;
	padding: 0px 15px 0px 15px;
	margin: 0;
}

.btnPadding
{
	padding: 5px 0px 5px 0px;
}

.indentCopy
{
	padding: 0px 15px 0px 15px;
}

ol{
	padding: 0px;
}

ol li
{
	margin-left: 16px;
}

.Q{
	font-weight: bold;
	font-size: 14px;
	padding: 25px 0px 0px 0px;
}

.A a{
	text-decoration: none;
}


