/******HTML Tags******/
body,p,h1,h2,h3,h4,h5,h6,td,th,form,img,input,ul,ol,li {
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}
body {
	margin:0px;
	direction:ltr;
}
a {
	text-decoration: none;
	color: #5e5e5e;
}
a:hover {
	text-decoration: none;
	color: #719f19;
}
h1,h2,h3,h4{
	font-family: Neo Tech Alt Medium, Arial, Helvetica;
	color: #666666;
}
h1 {
	font-size: 20px;
	margin-bottom:10px;
}
h2 {
	font-size: 18px;
	margin-bottom:9px;
}
h3 {
	font-size: 16px;
	margin-bottom:8px;
}
h4 {
	font-size: 14px;
	margin-bottom:7px;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
	color: #719f19;
}
h6 {
	font-size: 11px;
	font-weight:normal;
	margin-bottom:5px;
}
p {
	margin-bottom:5px;
}
img {
	border: 0px;
}
table {
	clear: both;
}
td{
	vertical-align:top;
}
ul li {
	list-style-type: none;
	margin-top:8px;
}
ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.allContent{
	width:800px;
	text-align:left;
	overflow:hidden;
}
.header {
	text-align:left;
	margin:0px;
	padding:0px;
}
.mainHome {
	padding:0px; 
	margin:0px;
}
.mainContent{
	width:418px;
	height:307px;
	padding-top:5px;
	margin:0px;
}
.pageDetails {
	width:414px;
	height:303px;
	overflow:auto;
	
}
.pageDetails a{
	color: #719f19;
}
.pageDetails a:hover{
	text-decoration: underline;
}
.pageDetails h5 {
	color: #666666;
}
.pageDetails h6 {
	color: #719f19;
}.pageDetails .title{
	color: #719f19;
}
.smallPromo{
	background-color:#69c302;
	font-family: Neo Tech Alt Medium, Arial, Helvetica;
	font-size:14;
	width:293px;
	height:50px;
}

.smallPromo h5{
	color:#ffffff;
}

.mainActivities{
	background-color:#23bbe2;
	width:138px;
	height:243px;
}