BODY {
	background-color: #FFBDD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* Floral Background Decorations */
#Decoration-TopLeft {
	width: 370px;
	height: 370px;
	
	background-image: url(../Images/Floral.TopLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#Decoration-BottomRight {
	width: 320px;
	height: 370px;
	
	background-image: url(../Images/Floral.BottomRight.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Document */
#Document {
	background-image: url(../Images/ContentBackground.Pink.png);
	background-position: center;
	background-repeat: repeat-y;
}
#DocumentHeader {
	background-image: url(../Images/HeaderBackground.Pink.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Navigation */
#MainMenu {
	background-image: url(../Images/Navigational_Display.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: #666666;
}

#MainMenu A {
	font-size: 12px;
	line-height: 16px;
	
	background-image: none;
	background-color: #FFFFFF;
	
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
}

#MainMenu A.active {
	background: none;
	color: #000000;
	border: 1px solid #FFBFD5;
}

#MainMenu A:hover {
	background: none;
	color: #000000;
	border: 1px solid #FFBFD5;
}

#MainMenu A SPAN {
	border: 1px solid #FFFFFF;
}

#MainMenu A:hover SPAN {
	border: 1px solid #FFFFFF;
}

#MainMenu div.submenu A {
	color: #999999;
}
