body {
	background-color: #446A80;
	background-image: url('../images/background-gradient.png');
	background-repeat: repeat-y;
	margin: 0px;
}

div#corner-logo {
	margin: 0px;
}

div#logo {
	margin-left: 100px;
}

a.datasheet {
	font-size: 10px;
}

a.menuLink {
	border: 0px;
}

div.content {
	background-color: #FFFFFF;
	left: 200px;
	position: absolute;
	top: 105px;
	width: 1000px;
}

div.contentBody {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	width: 600px;
}

div.contentHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	width: 800px;
}

div.cornerLeft {
	background-color: #FFFFFF;
	background-image: url('../images/corner-left.png');
	background-repeat: no-repeat;
	height: 20px;
}

div.cornerLeftBottom {
	background-color: #FFFFFF;
	background-image: url('../images/corner-left-bottom.png');
	background-repeat: no-repeat;
	bottom: 0px;
	height: 20px;
	left: 0px;
	position: relative;
}

div.menu {
	left: 20px;
	position: absolute;
	top: 105px;
}

img.logo {
	width: 400px;
}

img.menuLink {
	border: 0px;
}

img.slideshow {
	width: 300px;
}

p.error {
	color: #FF0000;
	font-size: 12px;
	line-height: 8px;
}