body {
	
	background-color: #FFFFFF;
	background-image: url( "../graphics/graphic_01.png" );
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	font-family: Arial;
	
}

a img {
	
	border: 0px;
	
}

#pageContainer {
	
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px;
	
}

#header {
	
	height: 80px;
	position: relative;
	
}

#pageLinks {
	
	position: absolute;
	right: 34px;
	bottom: 34px;
	
	color: #FFFFFF;
	font-size: 14px;
	
}

#pageLinks a {
	
	color: #FFFFFF;
	
}

#pageLinks a:hover {
	
	color: #ACDF45;
	
}

#displayArea {
	
	position: relative;
	
}

#displayLinks {
	
	position: absolute;
	left: 50px;
	top: 90px;
	
}

.downloadLink {
	
	background: url( "../../images/download_button_combo.png" ) repeat scroll center bottom transparent;
	display: block;
	height: 73px;
	margin: 0px 0px 0px 0px;
	text-indent: -99999px;
	width: 280px;
	
}

.downloadLink:hover {
	
	background-position: 0 0;
	
}

.learnLink {
	
	background: url( "../../images/learn_button_combo.png" ) repeat scroll center bottom transparent;
	display: block;
	height: 73px;
	margin: 5px 0px 0px 0px;
	text-indent: -99999px;
	width: 280px;
	
}

.learnLink:hover {
	
	background-position: 0 0;
	
}

#displayOverlay {
	
	position: absolute;
	right: 0px;
	bottom: 0px;
	
}

#contentArea {
	
	
}

.homeArticle {
	
	width: 330px;
	display: inline-table;
	margin: -2px;
	padding: -2px;
	
}

.homeArticleTitle {
	
	width: 310px;
	margin: 10px;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	
}

.homeArticleText {
	
	width: 305px;
	margin: 10px;
	font-size: 12px;
	
}

.homeArticleText a {
	
	color: #628643;
	
}

.homeArticleText a:hover {
	
	color: #ACDF45;
	
}

.greenText {
	
	color: #628643;
	margin: 0px;
	padding: 0px;
	
}

.redText {
	
	color: #A40F0A;
	margin: 0px;
	padding: 0px;
	
}

.blueText {
	
	color: #0050C8;
	margin: 0px;
	padding: 0px;
	
}

#footer {
	
	height: 150px;
	background-image: url( "../graphics/graphic_19.png" );
	background-repeat: no-repeat;
	
	position: relative;
	text-align: center;
	
}

#footerContent {
	
	width: 100%;
	
}

#footerLinks {
	
	color: #FFFFFF;
	font-size: 18;
	
	width: 100%;
	position: absolute;
	bottom: 30px;
	
}

#footerLinks a {
	
	color: #FFFFFF;
	
}

#footerLinks a:hover {
	
	color: #ACDF45;
	
}
