body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#333399;
	font-size:11px;	
}

#Logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#MainMenu {
	position: absolute;
	left: 249px;
	top: 4px;
}

#SideNav {
	position: absolute;
	left: 0px;
	top: 104px;
}

#ContentArea {
	font-size: 12px;
	position: absolute;
	padding: 5px;
	left: 80px;
	top: 220px;
	width: 670px;
}

#ContentArea img {
	margin-right: 15px;
	margin-left: 5px;
}

#NewsLetter {
	font-size: 12px;
	padding: 5px;
}

#NewsLetter img {
	margin-right: 15px;
	margin-left: 5px;
}

#footer {
	position:absolute;
	top:10000px;
	left:80px;
	width:670px;
	padding:5px;
	text-align:center;
	color:#666666;
	font-size:11px;
}

#PageImage {
	position: absolute;
	left: 425px;
	top: 85px;
	width: 325px;
	height: 112px;
	overflow: hidden;
}

.heading {
	color: #333399;
	font-size: 18px;
}

.subHeading {
	color: #cc0000;
	font-weight: bold;
}

.clickToEnlarge {
	color: #333333;
	font-size: 11px;
}

a {
	color: #333399;
}

a:hover {
	color: #cc0000;
}

ul {
	list-style-image: url("images/bullet-image.gif");
}

hr {
	color: #C4D1FD;
	height: 1px;
}

.imageBorder {
	border: 1px solid;
}

.thumbnail {
	border: 1px solid #333399;
}