	BODY {
		background-color : #9E938D;
		/*background-color : White;*/
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		margin-top : 5px;
		margin-bottom : 11px;
		margin-left : 10px;
		margin-right : 10px;
		color: #333333;
	}

	/*+++++Link Elements++++++*/

	A {
		color : #6F8DB9;
		text-decoration : none;
	}

	A:HOVER {
		color : #909090;
		text-decoration : underline;
	}
	A.footer {
		color : White;
		text-decoration : none;
		font-size: 9px;
	}
	A.headernav {
		color : White;
		font-size : 11px;
		text-decoration : none;
	}
	A.headernav:HOVER {
		color : white;
		font-size : 11px;
		text-decoration : underline;
	}

	/*+++++Block Elements++++++*/

#contentText {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top : 2px;
	margin-bottom : 6px;
}
	P.footer {font-size : 9.0px;
		margin-top : 2px;
		margin-bottom : 6px;
	}
		/*NOTE: All pages should have at least one H1 for search engine optimiation to work properly.*/
	H1 { font-weight : bold;
		font-size : 16.0px;
		color : #5C7AB4;
		margin-top : 6.0px;
		margin-bottom : 3.0px;
	}
	HR {

		color : #5C7AB4;
	}

	/*+++++List Elements++++++*/
UL.landingAndFeature {
	margin-top: -10px;
	margin-left: 25px;
	margin-bottom: -10px;
}

LI {
	margin-top : 2px;
	margin-bottom : 2px;
}
.link li{
	background: transparent url(/assets/buttons/arrow_small_blue.gif) no-repeat top left;
	list-style-type: none;
	margin: 4px 0px 0px -35px;
	padding: 0px 0px 0px 9px; /*space between bullet and text*/
}
UL.Link {
	  margin-top : -6px;
      margin-bottom : 6px;
	}

	/*+++++Table Elements++++++*/
	TD {font-size : 11.0px;
	}

	/*+++++Wrapper Elements++++++*/

	.wrapper {
		color : White;
		text-decoration : none;
		font-size: 11px;
		font-weight: bold;
	}
	.bluenav {
		color : White;
		text-decoration : none;
		font-size: 11px;
		font-weight: bold;
		margin-top : 6.0px;
		margin-bottom : 3.0px;
	}
	A.bluenav:HOVER {
		color : White;
		text-decoration : underline;
	}
	A.wrapper:HOVER {
		color : White;
		text-decoration : underline;
	}

.navLeftPadding {
	padding-left: 30px;
}
.navRightPadding {
	padding-right: 30px;
}
		/* Disclaimer */
		
	li.disclaimer  {
		font-size: 10px;
		line-height: 12px;
		color: #666;
		padding: 0 3px 3px 3px;
		margin: 0;
		}
.logopadding {
	padding-bottom: 9px; padding-left: 30px;
}

.featureTourBuyClose {
	padding-right: 15px;
}
