/* CSS Document */

BODY {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

DIV.main {
	background-image:url(images/layoutbookend.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:985px;
	height:598px;
	padding:0px;
	margin:auto;
	position:relative;
}

DIV.main800 {
	background-image:url(images/layoutbookend800.jpg);
	background-repeat:no-repeat;
	width:769px;
	height:598px;
	padding:0px;
	position:relative;
}

DIV.contentarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000044;
	width:501px;
	height:430px;
	overflow:auto;
	padding:10px;
}

H1 {
	color:#990099;
	margin-top:0px;
	font-size:16px;
}

H2 {
	color:#990099;
	margin-top:0px;
	font-size:16px;
}

H3 {
	color:#990099;
	font-size:16px;
}

H4 {
	color:#990099;
	margin-top:0px;
	font-size:14px;
}

H5 {
	color:#990099;
	margin-top:0px;
	font-size:12px;
}

A.navigation {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
}

A.navigation:hover {
	color:#0000CC;
}