body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #f8f8f8;
}
.leftborder {
	background-image: url(images/leftborder.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.rightborder {
	background-image: url(images/rightborder.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.menubg {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.contentbg {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: left top;
}
.contentbody {
	padding-left: 9px;
	font-family: Tahoma, Arial, Century, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #796d5c;
	text-align: justify;
}
.formfields {
	font-family: Tahoma, Arial, Century, sans-serif;
	font-size: 12px;
	color: #63594B;
}
.links {
	text-decoration: underline;
	color: #796d5c;
}
.links:hover {
	text-decoration: underline;
	color: #C0B8AD;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 755px;
	font-family: Tahoma;
	font-size: 10px;
	color: #cbc0b0;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}.contentbody2 {
	font-family: Tahoma, Arial, Century, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #796d5c;
	text-align: justify;
}
