/* CSS Document */

/* Global Styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555557;
	margin: 0px 0px 0px 0px;
	background-color: #edefee;
}

h1
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #6A528C;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 25px 0px 5px 0px;
	text-transform: none;

}



h3
{
	color: #6A528C;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	text-transform: none;

}


a
{
	text-decoration: none;
	color: #9DCA53;
	font-weight: bold;
}

a:hover, .nav a:hover
{
	text-decoration: underline;
}

ul, ol, li, p, form, hr
{
	margin: 0;
}

ul, ol
{
	padding: 0px 0px 10px 20px;
}

li
{
	padding: 0px 0px 0px 5px;
}

p
{
	padding: 0px 0px 20px 0px;
}


	
/* Classes */

.purple { background-color: #6a528c; }

.headerLeft { background: #9dca53 url(images/Bg-Left.jpg) repeat-y right; }

.headerRight { background: #9dca53 url(images/Bg-Right.jpg) repeat-y left; }

.GrayTop { background: #fff url(images/SpacerGreyTop.jpg) repeat-x top; }

.GrayBottom { background: #fff url(images/SpacerGreyBottom.jpg) repeat-x bottom; }
	

.nav
{
	text-transform: uppercase;
	font-weight: normal;
	color: #668b00;
	list-style: none;
}

.nav a
{
	text-transform: uppercase;
	font-size: 10px;
	color: #668b00;	
}

.nav li
{
	padding: 5px 16px;	
}
.main
{
	padding: 33px 26px 33px 26px;
	text-align: left;
}

.cyclicBenefits
{
	font-size: 18px;
	font-weight: bold;
}

.cyclicBenefits li
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;	
}

.normal
{
	font-weight: normal;
}

.links a
{
	font-weight: normal;
}


.copyright
{
	color: #2a2c2b;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	text-decoration: none;
	text-align: left;
	width: 749px;
}

/* Logoworks link back */

.logoworks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	text-align: left;
	width: 749px;
}

.logoworks a
{
	color: #9A9A9A;
}
