@charset "utf-8";
/* CSS Document */
body{
	background:#FEF3B7 url(../images/index-header-bg.gif) center top no-repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}

a:link, a:visited{
	color:#AD0E86;
	}
a:hover{
	color:#EE2DBE;
	}

#contentArea{
	width:1000px;
	}
#pageHeader{
	height:142px;
	}
#topMenu{
	margin:0;
	padding:12px 0 0 0;
	list-style:none;
	}
#topMenu li{
	float:left;
	display:block;
	}

#pageFooter{
	text-align:center;
	font-size:12pt;
	color:#95886C;
	font-weight:bold;
	height:70px;
	padding:12px 0 0 0;
	background-color:#FAC1D4;
	vertical-align: middle;
	}
#bottomMenu{
	margin:0 0 8px;
	padding:0;
	list-style:none;
	width:980px;
	font-weight:bold;
	font-size:8pt;
	}

#bottomMenu li{
	display:block;
	float:left;
	padding:6px 6px 10px;
	}
	
#mainCenterTop{
	background:url(../images/main-area-top.png) no-repeat;
	height:19px;
	}
#mainCenterMiddle{
	background:url(../images/main-area-center.png) repeat-y;
	padding:0 10px 0 10px;
	text-align:left;
	}

#mainCenterBottom{
	background:url(../images/main-area-bottom.png) no-repeat;
	height:19px;
	}
.style1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #330000;
}
