body {
	background-color: #E4DDCF;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #9F9A90;
	outline: none;
}
a:hover {
	color: #F4F2EC;
	text-decoration: none;
}
.navigationbackground {
	background-image: url(images/navigationbackground.jpg);
	background-repeat: no-repeat;
}
.content {
	background-color: #DAD0BC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	line-height: 24px;
}
.curvetopleft {
	background-image: url(images/curvetopleft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	background-position: left top;
}
.curvetopright {
	background-image: url(images/curvetopright.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	background-position: right top;
}
.curvebottomleft {
	background-image: url(images/curvebottomleft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	background-position: left bottom;
}
.curvebottomright {
	background-image: url(images/curvebottomright.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	background-position: right bottom;
}
.header {
	margin-bottom: -10px;
}
.contentimage {
	margin-left: 25px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #CC0000;
}
.small {
	font-size: 10px;
}
.mouseoverimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
	padding: 7px;
	border: 3px solid #E4DDCF;
	width: 180px;
}
.watchthisspace {
	margin-right: 10px;
}
.latestnewsdate {
	float: right;
	margin-top: 10px;
}
.blog {
	position: relative;
	float: right;
	width: 121px;
	height: 41px;
	background: url(images/blogbackground.gif) no-repeat;
}
.blog a {
	float: right;
	display: block;
	width: 115px;
	height: 35px;
	font: italic normal 14px/32px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: url(images/blog.gif) no-repeat;
}
.blog a:hover {
	background-position: 0px -35px;
}

