body {
	margin:10px auto;
	width: 990px;
	background : #068F2B;
	font: 0.85em Arial, Sans-Serif;
	color:#3C3C3C;
	line-height: 1.3em;
	text-align: inherit;	 
}


header {
	height: 225px;
}

.text {
	font: 1.0em Arial, Sans-Serif;
	color:#fff;
	line-height: 1.3em;
	text-align: inherit;
}

a { 
	color: #333;
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	background: inherit;
	text-decoration: none;
	color: #0099FF;
}

#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#footer {
	height: 50px;
	background:#068F2B url(pics/footer.jpg) no-repeat;
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}


 
/* Start of Column CSS */
#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#EEE;
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#FFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#DCDD3A;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#5D7498;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#fff689;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

#col1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;
}
#col5 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
}
