body {
	margin: 0px;
	padding: 0px;
	background-color: #BDBC66;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #555555;
	behavior: url(/js/csshover.htc);
}


form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h1 {
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	z-index: 20;
}
h2 {
	xmargin:0;
	xpadding:0;
	font-size:1.3em;
	padding:0px 0px 0px 0px;
	color:#67686B;
}
h3 {
	margin:0;
	padding:0;
	color:#67686B;
}


h5 {
	margin:0px;
	padding:0px;
	font-size:0.7em;
}

hr {
	clear: both;
}

/* -------------- */

.divFlash{display:none;}
.divHtml{display:block;}

.start {display: none;}
.end {display: none;}
.clear {display:block;clear:both;}

#setstatus {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 70px;
	margin: 2px;
	padding: 1px;
	border: 1px solid #666666;
	color: #000000;
	font-size: 9px;
}
	#setstatus a {
		display: block;
		text-decoration:none;
		background-color:#CCCCCC;
		color: #000000;
		text-align: center;
	}
	#setstatus a:hover {
		display: block;
		text-decoration:none;
		background-color:#000000;
		color: #ffffff;
	}

/* -------------- */

#container {
	display: block;
	margin: 0px auto;
	width: 928px;
	background-image:url(/img/borderLeft_outer.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding:0px;
	background-color: #FFFFFF;
}

#container .containLeft {
	display:block;
	float:left;
}


#container .containRight {
	display:block;
	float:right;
	left:0px;
	background-image:url(/img/borderRight_outer.jpg);
	background-repeat:repeat-y;	
	background-position:top right;
	padding:0px 10px 0px 10px;
	width:928px;
}
/* Holly Hack Targets IE Win only \*/
* html #container {height: 1%;}
/* End Holly Hack */

/* -------------- */

#header {
	background-color:#ffffff;
	height:105px;
	width:928px;
	background-image:url(/img/borderLeft_inner.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding:0px;
}
	#header .left {
		display:block;
		float:left;
		width:16px;		
		height:105px;
	}
	#header .right {
		display:block;
		float:right;
		background-image:url(/img/borderRight_inner.jpg);
		background-repeat:repeat-y;
		background-position:top right;		
		width: 902px;		
		height: 105px;
		padding: 0px 10px 0px 0px;
	}
	#header .right .logo {
		display: block;
		float:right;
		width: 142px;
		height: 105px;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		text-align:center;
	}
	
	#header .right .pageTitle h1 {
		position:relative;
		display:block;
		float:right;
		width:600px;
		padding-top:30px;
		padding-right:40px;
		color:#abaa28;
		font-size:1.4em;
		text-align:right;
	}
		#header .right .pageTitle h1 .sub {
			display: block;
			font-size:.7em;
			padding-top:10px;
		}
	
	#menuTop {
		display: block;
		float: right;
		color: #000000;
		background-color:#CCCCCC;
		width: 410px;
		height: 16px;
		z-index: 110;
	}

	#header > .end {
		display: block;
		clear: both;
	}

/* -------------- */

#bannerHome {
	display:block;
	width:928px;
	height:419px;
	clear: both;
	background-color:#ffffff;
}

/* -------------- */

#bannerRegular {
	display:block;
	width:929px;
	height:154px;
	clear: both;
	background-color:#ffffff;
}

/* -------------- */

#contents {
	display: block;
	background-color: #FFFFFF;
	clear: both;
}
/* Holly Hack Targets IE Win only \*/
* html #contents {height: 1%;}
/* End Holly Hack */

	#contents > .end {
		display: block;
		clear: both;
	}


/* -------------- */

#rightFeatures {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding:0px 20px 0px 0px;
	width: 229px;
	font-size:0.9em;
	xoverflow: hidden;
}
	#rightFeatures .features {
	}
	#rightFeatures .item {
		border-bottom: 2px solid #edeeee;
		padding-top:20px;
		padding-bottom:10px;
	}
	

	#rightFeatures .features .whatsnew {
	list-style:none;
	margin: 0;
	padding: 5px 10px 10px 15px;
	}
	
	#rightFeatures .features .mainTitle a {
		color:#7e7e34;
		font-size:1.2em;
		text-decoration:none;
	}
		#rightFeatures .features .whatsnew ul {
		}
		#rightFeatures .features .whatsnew li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(/img/bulletsArrowGreenSm.gif);

		}
		
		#rightFeatures .features .whatsnew a {

		font-weight: normal;
		color:#333333;
		text-decoration:none;
		}
		#rightFeatures .features .whatsnew a:hover {
		font-weight: normal;
		color:#666666;
		text-decoration:none;
		}			
	
	
.alignRight {
	margin:0;
	padding:0;
	display:inline;
	text-align:right;
	font-weight:bold;
	font-size:0.8em;
	float:right; 
	right:0px;
	padding-top:10px;

}

.alignRight a,
.alignRight a:link,
.alignRight a:visited {
	color:#666666;
	text-decoration:none;
	background-image:url('/img/bulletsArrowYellowSm.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}

.alignRight a:hover {
	color:#333333;
	text-decoration:none;	
}	
	
.whiteSpace {
	height:50px;
	background-color:#FFFFFF;
}

/* -------------- */

#crumbtrail {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	height: 18px;
	background-color: #33CCFF;
}

#body {
	position: relative;
	display: block;
	float: left;
	width: 650px;
	padding-bottom: 10px;

}
	#body .bodyrowRight {
		padding:30px 0px 50px 0px;
		color:#737A7F;
		float:left;
		width:400px;
	}

	#body .bodyrowStandard {
		padding:30px 0px 50px 50px;
		xcolor:#737A7F;
		float:left;
		width:600px;		
	}	
	#body p {
		margin: 0;
		padding: 5px 5px 5px 5px;
		xline-height:1.5em;
		xfont-size:0.9em;		
	}

	#body a {
	xcolor:#D5D5D8;
	text-decoration:none;
	font-weight:bold;
	}	
	
	#body a:hover {
		color:#A39161;
	}		

.title1 {
	font-size:1.6em;
	padding:0px 0px 0px 5px;
	color:#67686B;
	xfont-weight:bold;
	float:left;
}

.title2 {
	font-size:1.6em;
	padding:0px 0px 0px 5px;
	color:#abaa28;
	xfont-weight:bold;
	float:left;

}

.bodyText {
	clear:both;	
}

#margin {
	position: relative;
	display: block;
	float:left;
	margin: 0;
	padding:0px 10px 0px 10px;
	width: 206px;
	left: 0px;
	font-size:1em;
	overflow: hidden;
}
	#margin.features {
		padding-top:10px;
		font-weight: normal;
	}

	#margin .item {
		border-top: 2px solid #669000;
		padding-top:10px;
		padding-bottom:10px;
	}
	

/* -------------- */

#footer {
	clear: both;
	padding-top:25px;
	xpadding-left:50px;
	width:929px;
	height:60px;
	background-color:#FFFFFF;
	background-image:url('/img/footerBg.jpg');
	background-repeat:repeat-x;
}
	#footer p {
		display: inline;
		margin: 0;
		padding: 0;
	}

	#footer .left {
		display: none;
	}
	#footer .right {
		display: none;
	}
	#footer .copyright {
		float: right;
		width: 350px;
		color: #717171;
		font-size:0.85em;
		text-align: right;
		padding-right:30px;

	}
	
	#footer .copyright a {
		font-size:0.85em;
		color: #717171;
		text-decoration:none;
	}	
	
	#footer .copyright a:hover {
		color: #333333;
		text-decoration:none;
	}	
	
/* --- Downlood Flash --- */

	#footerSub .downloadFlash {
		float: left;
		width: 400px;
		position: relative;
		text-align: left;
		height: 31px;
	}
	#footer .downloadFlash a,
	#footer .downloadFlash a:hover,
	#footer .downloadFlash a:visited {
		text-decoration: none;
		color: #9C9C9C;
		font-size:0.85em;
	}
	#footer .downloadFlash img {
		float: left;
		width: 88px;
		margin-right: 5px;
		
	}
	
	/* --- Downlood Adobe --- */
	
	#footer .downloadAcrobat {
		float: left;
		width: 400px;
		position: relative;
		text-align: left;
		height: 31px;
	}
	#footer .downloadAcrobat a,
	#footer .downloadAcrobat a:hover,
	#footer .downloadAcrobat a:visited {
		text-decoration: none;
		color: #9C9C9C;
		font-size:0.85em;		
	}
	#footer .downloadAcrobat img {
		float: left;
		border: 0;
		width: 88px;
		margin-right: 5px;
	}
	
	/* --- Powered by --- */
	
	#footer .poweredBy {
	clear:both;
		float: right;
		width: 360px;
		position: relative;
		text-align: right;
		padding-right:30px;
		padding-top:20px;
	}
	#footer .poweredBy img {
		border: 0;
		margin-left: 5px;
	}
	#footer .poweredBy a,
	#footer .poweredBy a:hover,
	#footer .poweredBy a:visited {
		color: #717171;
		text-decoration: none;
		font-size:0.85em;
	}
	
	
	#menuBottom {
		float: left;
		width: 450px;
		height: 14px;
		padding-left:30px;
	}


	
/* =========================== */

.Apple-style-span {
	font: inherit;
}
