/* CSS Document */

a {
	color: #000000;
	text-decoration: none;
}

a: hover {
	color: #990000;
}

body {
	background-color: #E5E6FF;
}

.centrelayer {
	margin-top: 0px;
	margin-right: 300px;
	margin-left: 100px;
	/*	margin-left: -377px;
	left: 50%;
 */}
 
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	max-width: 410px;
	width:expression(document.body.clientWidth > 411? "410px": "auto" );
		margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.bodytext5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	max-width: 410px;
	width:expression(document.body.clientWidth > 411? "410px": "auto" );
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.bodytext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	max-width: 410px;
	width:expression(document.body.clientWidth > 411? "410px": "auto" );
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bolder;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000033;
	max-width: 410px;
	width:expression(document.body.clientWidth > 411? "410px": "auto" );
		margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.bodytext3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000033;
	max-width: 410px;
	width:expression(document.body.clientWidth > 411? "410px": "auto" );
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.flash {
	min-width: 600
	
}

.maintable {
	min-width: 770px;
	max-width: 860px;
	min-height: 400px;
	max-height: 860px;
	width:expression(document.body.clientWidth > 861? "860px": "auto" );
	background-image: url(../images/strand.gif);
	background-repeat: no-repeat;
	background-position: right 242px;
	background-color: #FFFFFF;
}

.hometable {
	min-width: 770px;
	max-width: 860px;
	min-height: 400px;
	max-height: 860px;
	width:expression(document.body.clientWidth > 861? "860px": "auto" );
	background-color: #FFFFFF;
}
	

.highlight {
	font-size: large;
}

.menusidebackdrop {
	background-image: url(../images/page-side-backdrop.gif);
	background-repeat: repeat;
	background-position: left top;
}

.menusidepanelbackdrop {
	background-image: url(../images/page-side-backdrop.gif);
	background-repeat: repeat;
	background-position: left top;
	border: none;
}
.menubottombackdrop {
	background-image: url(../images/page-bar-mid.gif);
	background-repeat: repeat;
	background-position: left top;
}

.menurightbackdrop {
	background-image: url(../images/page-backdrop-right.gif);
	background-repeat: repeat;
	background-position: right top;
}

.menubackdrop {
	background-image: url(../images/page-menu.gif);
	background-repeat: repeat;
	background-position: right top;
}

