body {
	background: #FFFFFF;
	margin-:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:15px;
	font-weight:bold;
}
A {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
}
A:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
A.link {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
a.black:link, a.black:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a.black:hover {
	text-decoration:none;
}
.footerlink {
	FONT-SIZE: 11px;
	color: #ffffff;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.footerlink:visited {
	FONT-SIZE: 11px;
	color: #ffffff;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
A.footerlink:link {
	FONT-SIZE: 11px;
	color: #ffffff;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
A.footerlink:hover {
	FONT-SIZE: 11px;
	color: #000000;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.left {
	background:url(../images/bg_left.gif) repeat-y;
	text-align:center;
	width:221px;
}
.center {
	background:url(../images/body_bg.gif) repeat-y;
	text-align:center;
	width:560px;
}
.right {
	background:url(../images/bg_right.jpg) repeat-y;
	text-align:center;
	width:216px;
}
.footerblue {
	background: url(../images/footer_blue.gif) repeat-x;
	text-align:center;
	height:56px;
}
.footergreen {
	background:url(../images/footer_green.gif) repeat-x;
	text-align:center;
	height:56px;
}
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 206px; /* Width of Menu Items */
	border-bottom: 1px solid #F9C324;
	z-index:300;
}
.suckerdiv ul li {
	position: relative;
	z-index:300;
}
/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	background: #ffffff;
	z-index:300;
	width: 206px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #75A240;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	background: #ffffff;
	padding: 4px 5px;
	border: 1px solid #F9C324;
	border-bottom: 0;
	z-index:300;
}
.suckerdiv ul li a:visited {
	color: #75A240;
}
.suckerdiv ul li a:hover {
	background-color: yellow;
}
.suckerdiv .subfolderstyle {
	background: url(../images/arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
/* End */

.heading {
	FONT-SIZE: 30px;
	color: #FEEFD1;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight: normal;
}
.heading2 {
	FONT-SIZE: 18px;
	color: #A51C2D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: normal;
	text-decoration:underline;
	text-transform:uppercase;
}
.heading3 {
	FONT-SIZE: 15px;
	color: #A51C2D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: normal;
	text-decoration:underline;
	text-transform:uppercase;
}
.white {
	FONT-SIZE: 12px;
	color: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue {
	FONT-SIZE: 12px;
	color: #0930CB;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
