body
{
	background-color		: #fff;
/*MC commented out: */
/*	font					: 13px verdana, arial, sans-serif; */
/*	color					: #6A6A6A; */
	color					: #fff; 
}

hr
{
	display					: none;
}

#servicemenu
{
	list-style-type			: none;
	margin					: 0;
	padding					: 6px;
	padding-bottom			: 0;
	text-align				: left;
	font-size				: 12px;
	font-weight				: bold;
}
#servicemenu li
{
	list-style-type			: none;
	padding					: 0;
	margin					: 0;
	display					: inline;
	padding-right			: 10px;
	font-size				: 12px;
	font-weight: bold;
}
#pageWrapper
{
/*	width					: 754px;*/
	margin					: auto;
	text-align				: center;
}
#pageAlign
{
	text-align				: left;
}
#pageHead
{
/*	height					: 106px; */
	height					: 110px;
/*	height					: 132px; */
/* MC added:   */
	top					: -5px;
	position				: relative;
/*	background				: #CCFF99 url(theme_images/header-bg4.jpg) top left no-repeat;	*/
	background				: #CCFF99 url(theme_images/header-bg4.jpg) top left no-repeat;			
}
#pageHead h1.title
{
/* MC added:   */
	font					: 13px verdana, arial, sans-serif;
/* MC added:   */
	font-style				: normal;
/* MC added:   */
	font-weight				: bold;
	margin					: 0px;
	padding					: 0px;
	color					: #fff;
/*	font-size				: 200%; */  
font-size:26px;
	position				: absolute;
/*	top					: 40px; */
	top					: 10px;
/*	left					: 100px; */
	left					: 80px;
}
#pageHead cite
{
/* MC added:   */
	font					: 13px verdana, arial, sans-serif;
	position				: absolute;
/*	width					: 465px; */
/*	text-align				: center; */
text-align				: right;
/*	right					: 0px; */
right					: 50px;
	top						: 0px;
	color					: #ffc;
/*	text-transform			: uppercase; */
	font-style				: normal;
	padding					: 5px 0;
	font-weight				: bold;
/* MC added the below line */
font-size:12px;
}
/* new pageHead marquee added by MC */
#pageHead marquee
{
	position				: absolute;
        left                                    : 0px;
        right                                   : 0px;
        top                                     : 90px;
        font-size:                              : 10px;
        color					: #ffc;
}
#pageBody
{
	margin					: 10px 0;
}
a, #pageBody a:visited
{
	color					: #275136;
}
a:hover
{
	color					: #277327;
}
#pageSidebar
{
/*	float					: left;*/
	width					: 180px;
/*added the below*/
	top					: 200px;
        left                                    : 0px
	position				: absolute;
/* */
	background				: #DDDFCB url(theme_images/pagesidebar-bg.gif) top left repeat-y;
}
#pageNav
{
	background				: #f93 url(theme_images/pageNav-bg.gif) top left repeat-y;
	color					: #fff;
}
#pageNav h2.title
{
	background				: url(theme_images/pageNav-heading.gif) top left no-repeat;
	padding					: 0;
	margin					: 0;
	font-size				: 12px;
	text-align				: right;
	height					: 34px;
	padding					: 15px 20px 0 0;
}
#pageNav ul, #pageNav li
{
	padding					: 0;
	margin					: 0;
	list-style-type			: none;
	margin					: auto;
}
#pageNav ul
{
	width					: 148px;
	padding-bottom			: 5px;
}
#pageNav li
{
	
	height					: auto!important;
	padding-top				: 5px;
        text-align                              : center;
	padding-left			: 2px;
	height					: 23px;
	min-height				: 23px;
	background				: url(theme_images/pageNav-button.gif) top left no-repeat;
	margin-bottom			: 2px;
}
#pageNav li a, #pageNav li a:visited
{
	color					: #275136;
	text-decoration			: none;
	font-size				: 12px;
}
#pageNav li a:hover
{
	color					: #c30;
}


