body {
	/*background-image: url(../images/pagebg-gradient.png);*/
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#wrapper {
	width: 880px;
	position: relative;
	left: 50%;
	margin-left: -440px;
	background-color: #ffffff;
}

#header {
   width: 880px;
   height: 280px;
   background-image: url(../images/header_tile_bg.gif);
}

#logo {
   padding-top: 18px;
   padding-left: 35px;
   width: 810px;
	height: 110px;
}

#mainNav {
   width: 810px;
   height: 30px;
   margin-left: 30px;
   margin-right: 35px;
   padding-top: 6px;
   background-image: url(../images/nav_bg.png);
   text-align: center;
}

#mainNav ul {
   width: 810px;
   list-style: none;
   display: inline;
}

#mainNav li {
   display: inline;
   padding-left: 30px;
	margin-left: 5px; /*added to align navigation for content*/
}

#mainNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#mainNav li a:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #CD4698;
   text-decoration: none;
}

#content {
	width: 520px;
	float: right;
	padding-right: 80px;
	padding-bottom: 30px;
	margin-top: -90px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	text-align: justify;
	margin-left: 2px; /* may need to remove if there is a problem */
}

#content em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
   font-style: normal;
	font-weight: normal;
	color: #666666;
	display: block;
   margin: -11px 0 2px;
	padding: 0px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-left: 2px; /* may need to remove if there is a problem */
}

#content .separator {
	border-bottom: 1px;
	border-bottom-color: #bbb;
	border-bottom-style: dotted;
}

#content a {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #82C035; /* was #CD4698 */
	text-decoration: none;
}

#content a:hover {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #82C035;
	text-decoration: underline;
}

#content ul {
}

#content ul li {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	list-style: disc;
}

#news {
   width: 180px;
	float: left;
	margin-top: -90px;
	margin-left: 60px;
}

#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#news ul {
margin-top: 6px;
}

#news ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	margin-left: -38px;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px;
	border-bottom-color: #bbb;
	border-bottom-style: dotted;
}

#news ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #82C035;
	text-decoration: none;
}

#news ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #82C035;
	text-decoration: underline;
}

#footer {
   clear: both;
}

#footer img {
	background-image: url(../images/footer_bg.png);
   background-repeat: repeat-x;
   width: 810px;
	height: 18px;
	margin-left:32px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-align: center;
	color: #ffffff;
	margin-top: -16px;
	margin-left: -23px;
}

.calendaricon {
margin-left: -30px;
margin-top: -5px;
}
