	html {
		height: 100%;
	}

	body {
		background: #EBE5C3;
		font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
		margin: 0px 0px 0px 0px;
		height: 100%;
	}
	
	img {
		border: 0px;
	}

	

	
/***************** Footer ***************************/	
	.Footer {
		position: relative;
		border-top: solid 1px #ccc;
		background-color: #fff;
		background-image: url('/images/footerBG_darker.png');
		background-repeat: repeat;
		height: 55px;
		font-size: 11px;
		color: #666;
	}
	
	.FooterContainer {
		width: 940px;
		margin:0px auto;
	}
	
	.FooterContainer A{
		color: #666;
		text-decoration: underline;
	}
	
	body a {
		color: #036;
		text-decoration: none;
	}
	
	body a:hover {
		text-decoration: underline;
	}
	
	.HeaderNav {
		background-image: url('/images/TopNavBG.gif');
		background-repeat: repeat;
		width: 100%;
		height: 50px;
	}
	
	.Logo {
		padding-top: 0px; 
		float:left;
	}
	
	.HeaderNavContainer {
		width: 944px;
		margin:0px auto;
		height: 50px;
	}
	
	.NavMenu {
		color: #FFF;
		float: right;
		text-align: right;
		height: 50px;	
		vertical-align:middle;
	}
	

.Menu
{	
	margin:0px 0px 0px 0px;
	padding-left: 0px;
	color:#FFF;
	/*white-space:nowrap;*/
	list-style:none;	
	height: 50px;	
	width: 540px;
	float: left;
	z-index: 30;
}

.Menu li
{	
	float: left;
	display:inline;
	height: 50px;	
	text-align: center;
}

.Menu li a
{	
	height: 38px;	
	padding:12px 0px 0px 0px;		
	display: block;
	width: 90px;
	color: #FFF;
	text-decoration: none;
}

.Menu li a:hover {
	padding:12px 0px 0px 0px;
	background:#01488F;
	text-decoration: underline;
	color:#fff;
	height:38px;
}

.Menu div
{	
	float:none;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #036;
	border: 1px solid #036
	width: 100%;
}

.Menu div a
{	
	border-bottom: 1px solid #01488F;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px 0px 5px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #036;
	color: #FFF;
	height: 30px;
	width: 150px;
}

.Menu div a:hover
{	
	border-bottom: 1px solid #01488F;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px 0px 5px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #036;
	background:#01488F;
	text-decoration: underline;
	color:#fff;
	height: 30px;
	width: 150px;
}


.Testimonial {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: normal;
}

.bigQuoteMark {
color:#000;
font-size:56px;
font-weight:normal;
line-height:80%;
font-style:normal;
font-family: serif;
}

.firstchar {
color:#000;
font-size:56px;
font-weight:normal;
line-height:80%;
font-style:italic;
}

.Testimonial .Author
{
	font-weight: bold;
	font-style: normal;
}

.Testimonial .Info {
	font-size: 11px;
	font-style: normal;
}

	.Search {
		display:inline;
		float: left;
		height: 50px;
		padding-left: 5px;
		padding-top: 0px;
	}
	
	.SearchButton{
		vertical-align: middle;
		border: 0px;
	}
	
	.TextField {
		border: 1px solid #C2D5EB;
	}	
	
	.Benefits {
		padding-left: 13px;
		padding-top: 0px;
	}
	
	/************************************************/
	
	.MainContainer {
		width: 944px;
		margin:0px auto;
		background-color: #FFF;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		text-align: left;
	}
	
	.PageHeader {
		background-image: url('/images/BlueBG_darker.png');
		width: 944px;
		height: 296px;
		border-bottom: 1px solid #ccc;
		clear: both;
	}
	
	.TopicHeader {
		background-image: url('/images/BlueBG_small.png');
		width: 944px;
		height: 83px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		clear: both;
	}
	
	.TopicHeader H1 {
		color: #fff;
		text-align: left;
		font-size: 25px;
		margin:0px auto;
		padding: 10px 0px 0px 0px;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.TopicText {
		padding-left: 5px;
	}
	
	.PageImageContainer {
		width: 350px;
		height: 296px;
		text-align:center;
		float: left;
		padding-top: 20px;
	}
	
	.PageImage img {
		vertical-align: middle;
	}
	
	.PageText {
		color: #fff;
		height: 296px;
		width: 580px;
		float: left;
		padding-top: 0px;
		height: 250px;
		line-height: 25px;
	}
	
	.PageText h1 {
		text-align: center;
		font-size: 25px;
		margin:0px auto;
		padding: 10px 0px 0px 10px;
		font-weight: bold;
		text-align:left;
	}
	
	.PageText p {
		padding: 10px 0px 0px 10px;
		font-weight: normal;
		font-size: 16px;
		text-align:left;
	}
	
	.Buttons {
		float: right;
		padding-right: 30px;
		padding-top: 40px;
	}
	
/************************ Content ***********************/
	.Content {
		background: #fff;
		width: 944px;
		clear:both;
	}
	
	.Column1 {
		width: 450px;
		padding-left: 10px;
		float: left;
	}
	
	.Column2 {
		width: 450px;
		padding-left: 10px;
		margin-left: 472px;
	}
	
	.PressColumn1 {
		width: 600px;
		padding-left: 10px;
		float: left;
	}
	
	.PressColumn2 {
		width: 300px;
		padding-left: 10px;
		float: left;
	}

	
	.Content img {
		float: left;
	}
	
	.Content h2 {
		font-size: 17px;
		color: #335283;
		border-bottom: 1px solid #AFC4DC;
		width: 95%;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.Content P {
		padding-bottom: 15px;
		padding-right: 10px;
	}
	
	.SectionText {
		padding-bottom: 15px;
		padding-right: 10px;
	}
	
/**************** Search ************************/	
	
.gsc-results {
	width: 940px;
}


.gsc-results {
	margin-left: 10px;
	margin-right: 10px;
	width: 920px;
}

.gsc-webResult {
	width: 920px;
}

.gsc-result {
	width: 920px;
}
	
/****************** Explorations **********************/

.ExplorationCategory {
	width: 450px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
}

.ExplorationCategory a {
}

.ExplorationCategory h1 {
	text-align: left;
	font-size: 18px;
}

.ExplorationCategory img {
	border:0px;
	padding-right: 5px;
}

.ExplorationDescription {
	border:0px;
	padding-left: 135px;
	padding-right: 5px;
}

.Exploration {
	margin: 0px auto;
	width: 700px;
	padding: 10px 0px 0px 10px;
}

.ExplorationTree {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
}

.ExplorationNav {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
}

.Exploration h1 {
	font-size: 18px;
	padding-top: 0px;
}

.ExplorationImage {
	width: 135px;
	float: left;
}

.ExplorationText {
	float: left;
	width: 550px;
	padding-left: 10px;
}

.ExplorationHtml {
	padding: 5px 10px 10px 10px;
	width: 930px;
}

.ExplorationHtml h1 {
	font-size: 18px;
}

.Image {
    margin-left: auto;
    margin-right: auto ;
	text-align: center;
	display:block;
}

.ExplorationHtml img {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    }



.ExplorationHtml .FigureCaption {
	text-align: center;
	font-size: 10.0pt;
	font-style: italic;
}

/*************************** Help *****************************/

.HelpTree {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 300px;
	float: left;
}

.HelpFile {
	float: left;
	width: 610px;
	padding: 5px 5px 5px 10px;
}

/********************* Specs ***********************************/
.Specifications h1 {
		font-size: 22px;
		text-align: center;
		color: #335283;
		padding-top: 0px;
		margin-top: 0px;
}

.Specifications h2 {
		font-size: 17px;
		color: #335283;
		padding-top: 0px;
		margin-top: 0px;
}

/********************** About *******************************/

.AboutContent
{
	padding: 5px 5px 5px 5px;
	background: #fff;
	width: 934px;
	clear:both;
}

h2 {
		font-size: 17px;
		color: #335283;
		padding-top: 0px;
		padding-bottom:0px;
		margin-top: 0px;
}

.error {
	color: red;
}

.message { 
	color: blue;
}

/******************** Support *********************************/
.List {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
}

.List h3 {
	padding-bottom: 3px;
	display:inline;
}

/***********************8 Purcahse ****************************/

.PruchaseItem {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;

	/*background: url('/images/stripe.png');
	background-repeat: repeat;
	border: 1px solid #666;*/
}

.PurchaseItemText {
	font-size: 12px;
	height: 55px;
}

.PruchaseItem h2 {
	display: inline;
}

.h2Heading {
	display: inline;
	font-size: 17px;
	color: #335283;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
}

.LabItem {
	width: 200px;
	float: left;
	padding-left: 80px;
	padding-top:0px;
	text-align: center;
	height: 150px;
}

.HSItem {
	width: 200px;
	float: left;
	padding-left: 80px;
	text-align: center;
}

.HSItem h2 {
	display: inline;
}

/********************** News ***************************/
.News
{
	padding-left: 13px;
}

.News li
{
	padding-bottom: 15px;
}

.required
{
color:#f00;
}