body { 
	margin				: 0;
	padding				: 0;
	background-color	: #000000;
	background-color	: #CCCCCC;
	background-color	: #FAFBF5;
	/* background-image	: url("../../assets/images/common/tile.gif"); */
	/* background-image	: url("../../assets/images/common/back.gif"); */
}

.clr { clear: both; } 

.spacebox {
	position			: relative; 
	left				: 50%; 
	top					: 26px; 
	width				: 680px;
	margin-left			: -340px;
}

.borderbox {
	position			: relative;
	background-color	: white;
	padding				: 0px 32px 32px 32px;
	border				: solid 1px #AEC956;
}

.bottomspacebox {
	position			: relative;
	height				: 100px;
}

.mainbox {
	position			: relative;
}

.headerbox { 
	position			: relative; 
	height				: 80px;
	margin-bottom		: 18px;
}

.logo {
	position			: absolute; 
	left				: 0px; 
	top					: 4px; 
	width				: 122px; 
	height				: 76px;
}

.menubox {
	position			: absolute;
	top					: 0px; 
	left				: 126px; 
	width				: 486px; 
	height				: 26px;
	background-color	: #9AC026; 
}
.menubarleft {
	float				: left;
	bottom				: 0px;
	width				: 13px;
	height				: 26px;
	background-image	: url("../../assets/images/corners/top_bl.gif");	/* directory relative to style sheet */
	background-repeat	: no-repeat;
	background-position	: left bottom;
}
.menubarright {
	float				: right;
	bottom				: 0px;
	width				: 13px;
	height				: 26px;
	background-image	: url("../../assets/images/corners/top_br.gif");	/* directory relative to style sheet */
	background-repeat	: no-repeat;
	background-position	: right bottom;
}
.menubarmiddle {
	float				: left;
	width				: 460px;
	text-align			: center;
	margin-top			: 4px;
}
.menuitem {
	margin-top			: 2px;	
	margin-right		: 12px;	
}
	
.title {
	position			: absolute; 
	top					: -36px;
}

.contentbox { 
	position			: relative;
	width				: 100%;	/* ie needs this to show left menu it seems */
	background-image	: url("../../assets/images/common/tile.gif");	/* directory relative to style sheet */
	background-repeat	: repeat-y;
	background-position	: 216px 132px;	
	border				: solid 1px white;	/* makes background image show up in opera */
}

.leftbox { 
	float				: left;
	width				: 200px;
	border				: solid 0px red;
}

.rightbox { 
	position			: relative;
	float				: right;
	width				: 396px;
}

.quotebox {
	position			: relative;
	text-align			: center;
	padding				: 10px 20px 0px 20px;
	margin-top			: 10px;
}
.quotetext {	
	font-family			: Arial;
	font-size			: 12px;
	font-style			: normal;
	color				: #000000;
}

.footer {
	position			: relative;
	height				: 24px;
	padding-top			: 2px;
	padding-bottom		: 20px;
}
.footerbar {
	position			: relative;
	height				: 14px;
	background-color	: #9AC026; 
	text-align			: center;
}
.footerbarleft {
	float				: left;
	width				: 30px;
	height				: 14px;
	/* background-image	: url("../../assets/images/common/footer_left.gif"); */	/* directory relative to style sheet */
}
.footerbarright {
	float				: right;
	width				: 30px;
	height				: 14px;
	/* background-image	: url("../../assets/images/common/footer_right.gif"); */	/* directory relative to style sheet */
}
.footertext {
	font-family			: Arial;
	font-size			: 11px;
	color				: #000000;
}
a.footertext:link		{ color: #7DB200; text-decoration: none; }
a.footertext:active		{ color: #7DB200; text-decoration: none; }
a.footertext:visited	{ color: #7DB200; text-decoration: none; }
a.footertext:hover		{ color: #7DB200; text-decoration: underline; }
.footertextleft 		{ float: left; }
.footertextright		{ float: right; }
.footerpipe {
	color				: #AAAAAA;
	margin				: 0px 8px 0px 8px;
}
