/* mac hide\*/
html, body {
	height				: 100%;
}
/* end hide */

/************************  Body style settings  ************************/

.cmsBody {
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px; 
	font-family				: Verdana, Arial,  Helvetica, sans-serif;
	font-size				: 12px;
	text-align				: center;
	color					: #545454;
	background-color		: #F5F5F5;
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
}

#outer {
	height					: 100%;
	min-height				: 100%;
	width					: 866px;
	text-align				: left;
	margin					: auto;
	margin-bottom			: -20px;
	position				: relative;
	background-color		: #FFFFFF;
}

#innerwrap {/* enables content first */
	float:left;
	width:866px;
	background-color		: #FFFFFF;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#header{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 866px;
	height				: 140px;
	background-color	: #FFFFFF;
	z-index				: 10;
	border-top			: 5px solid #F5F5F5;
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 98px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 170px;/*needed to make room for header*/
	padding-bottom		: 20px;/* needed to make room for footer */
}

#right {
	position			: relative;/*ie needs this to show float */
	width				: 162px;
	float				: right;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 170px;/*needed to make room for header*/
	padding-bottom		: 20px;/* needed to make room for footer */
	vertical-align		: top;
	text-align			: left;
	z-index				: 1;
}

#footer {
	width				: 866px;
	clear				: both;
	height				: 15px;
	text-align			: left;
	margin				: 0px;
	margin-left			: auto;
	margin-right		: auto;
	padding				: 0px;
	bottom				: 0px;
	position			: relative;
	background-color	: #9ECB3B;
	border-bottom		: 5px solid #F5F5F5;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 574px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 170px;
	vertical-align		: top;
	float				: left;
}

#clearfooter {
	clear				: both;
	height				: 15px;/*needed to make room for footer*/
}

* html #centrecontent {
	height				: 1%;
	margin-bottom		: 12px;/* combat IE's 3 pixel jog */
}

/************************  P tag style settings  ************************/

P {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
/************************  A tag style settings  ************************/

A:LINK {	
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #000000;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 18px;
	font-weight			: bold;
	color				: #016801;
	padding				: 0px 0px 15px 0px;
	margin				: 0px 0px 0px 0px;
	text-transform		: uppercase;
}

H2 {
	font-size			: 18px;
	font-weight			: normal;
	color				: #545454;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {

}

H4 {
	font-size			: 12px;
	font-weight			: bold;
	color				: #545454;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

/************************  List style settings  ************************/

UL { 

}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/

#logo {
	display					: block;
	position				: absolute;
	left					: 2px;
	top						: 2px;
	width					: 94px;
	height					: 94px;
	text-align				: center;
}

#logo_print {
	display					: none;
}

#menu {
	display					: block;
	position				: absolute;
	z-index					: 1000;
	left					: 2px;
	top						: 102px;
	width					: 863px;
	height					: 15px;
	background-color		: #9ECB3B;
}

#menu_container {
	display					: block;
	position				: absolute;
	z-index					: 1000;
	left					: 94px;
	top						: 0px;
	border-left				: 1px solid #FFFFFF;
}

#random_container {
	display					: block;
	position				: absolute;
	left					: 97px;
	top						: 2px;
	width					: 800px;
	height					: 94px;
}

.random_image {
	border					: 1px solid #FFFFFF;
	background-color		: #FFFFFF;
}

#footer_left {
	font-size				: 9px;
	color					: #FFFFFF;
	position				: absolute;
	display					: block;
	top						: 2px;
	left					: 5px;
	width					: 400px;
	height					: 15px;
	line-height				: 10px;
}

#footer_right {
	font-size				: 9px;
	color					: #FFFFFF;
	position				: absolute;
	display					: block;
	top						: 2px;
	right					: 5px;
	width					: 400px;
	height					: 15px;
	line-height				: 10px;
	text-align				: right;
}

.introLink:LINK {
	color: #016801;
}
.introLink:VISITED {
	color: #016801;
}
.introLink:HOVER {
	color: #9ECB3B;
	text-decoration:none;
}
.introLink:ACTIVE {
	color: #016801;
}
