body {
	font: 87% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4b3441;
	background: url(../images/lineBg.gif) repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #e27cb3;
}

a {
	color: #e27cb3;
}
a.:hover {
	background-color: #d7ffc5;
	color: #43543b;
}

a.menuHeadLinks {
	color: #e27cb3;
	font-weight: bold;
	font-size: 110%;

}
a.menuHeadLinks:hover {
	background-color: #d7ffc5;
	color: #43543b;
	}

a.menuLinks {
	color: #e27cb3;
	margin-left: 2ex;
}
a.menuLinks:hover {
	background-color: #d7ffc5;
	color: #43543b;
	margin-left: 2ex;
}

.menuHead {
	font-weight: bold;
	font-size: 110%;
}

.menuHead2 {
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
}

.header {
	font-weight: bold;
	font-size: 100%;
	background-color: #F9D0E7;
}
.heading {
	font-weight: bold;
	font-size: 110%;
	color: #E27CB3;
}

#banner {
	visibility: visible;
	height: 148px;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	background: url(../images/greenCircles.gif) repeat;
}
#topMenu {
	visibility: visible;
	height: 20px;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 148px;
	background-color: #ffffff;
	color: 43543B;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 90%;
}

#topMenuRight {
	position: relative;
	visibility: visible;
	height: 54px;
	width: 84px;
	left: 500px;
	top: 0px;
	right: 0px;
	background-image: url(../images/pinkEdge.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topMenuFarRight {
	position: relative;
	visibility: visible;
	height: 54px;
	width: 100%;
	left: 580px;
	top: 0px;
	background: ffd6ed;
	float: right;
}

#footer {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#menu {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #E27CB3;
	background-color: #f9d0e7;
	position: absolute;
      padding:0px;  
	top: 168px;
	left: 5px;
	width: 240px;
	height: 800px;
}
#main {
	position: absolute;
	padding: 15px;
	visibility: visible;
	background-color: #EBFFE2;
	top: 250px;
	left: 326px;
	width: 60%;
	height: 100%;	

}
