/* CSS Document */
body {
	margin: 5px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background: url(../images/rose.jpg) repeat top left;
}

a, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF66CC;
	text-decoration: none;
}

#wrapper {
	width: 780px;
	border: 1px solid #f54e69;
	background-color: #DAFDD9;
}

.menuBar {
	background: url(../images/menu-bkg.gif) repeat-x left top;
	height: 37px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding-left: 7px;
}

.menuItem {
	background:url(../images/2flowers.gif) right top no-repeat;
	padding-top: 5px;
	padding-right: 53px;
	margin-left: 15px;
	height:31px;
	float: left;
}

.menuItem a {
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration:none;
	color:#ff474c;
}


.mainContent {
	background-color: #dafdd9;
	padding: 0px 20px;
}

.line {
	background: url(../images/line.gif) repeat-x left top;
}

.contentArea {
	text-align: left;
	margin: 5px 0px;
}

.contentArea .leftBox, .contentArea .rightBox, .box {
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	padding: 2px;
}

.contentArea .leftBox, .contentArea .rightBox {
	width: 355px;
}

.inner {
	border: 1px solid #fff1ee;
	background-color: #ffe0da;
	padding: 15px;
}

.contentBox {
	border: 1px solid #e4d2cf;
	background-color: #FFFFFF;
}

.contentArea .leftBox .contentBox, .contentArea .rightBox .contentBox {
	height: 250px;
}

.contentArea .rightBox {
	float:right;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#f54e69;
	text-align:center;
	margin-top: 8px;
}

.body {
	margin: 10px 15px;
	text-align:justify;
}

.footer {
	font-size: 10px;
	color: #FF6699;
	padding: 10px 0px;
}

div.loading {
	position:absolute;
	top: 45%;
	left: 45%;
	color: #860A50;
	font-weight: bold;
	padding: 10px;
	background-color:#DAFDD9;
}

div.loading img {
	vertical-align: middle;
	margin-right: 10px;
}

.contentImage {
	margin-right: 10px;
	margin-bottom: 5px;
}

.date {
	margin: 5px 0px 3px 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background:url(../images/calendar.gif) top left no-repeat;
	height:16px;
	vertical-align: middle;
}