body {
	background: url(background.jpg) center center no-repeat black fixed;
	color: #3155b4;
	font-family: Papyrus, "Palatino Linotype", fantasy;
	font-size: 101%;
	height: 100%;
}

html {
	height: 100%;
}

html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
} 

img { behavior: url(iepngfix.htc); }

h1 { font-weight: normal; font-size: 150%; }

h2 { font-weight: normal; font-size: 100%;}

a { text-decoration:underline; }

a.coollink { color: #f1654a; }



/* wide page with white bg */

div.widefrm {
	top:12%;
	left:0;
	width:100%;
	position:absolute;
	height:75%;
	background:url(w50.png);
}

div.widewnd {
	width:98%;
	top:12%;
	position:absolute;
	height:75%;
	font-size:1.0em;
	left:2%;
	overflow:auto;
	}

div.widewnd p, div.widewnd form {
	padding-left:30%;
	padding-right:2%;
	}
	
div.widewnd .l {
	padding-left:0%;
	float:left;
	width:26%;
	border-top: 1px double #627fcd;
}

div.widewnd p a { color:#bd1f00; }

div.widewnd p.breadcrumb { float:left; padding-left:0%;}

div.widewnd h1 { padding-left:30%;}


/* tall page with black bg */


div.tallfrm {
	top:0; expression( ( ignoreMe = document.body.scrollTop ) + 'px' );
	left:12%;
	width:75%;
	position:fixed;
	height:100%;
	background:url(b50.png);
	margin-left:auto;
	margin-right:auto;
}

div.tallwnd {
	width:65%;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	top:0;
	font-size:1.0em;
	left:17%;
	}

div.tallwnd p {
	color: #c2cdeb;
	line-height: 1.85;
	margin-top:1.8em;
/*	text-indent: 3em;*/
	font-size: 100%;
	position:relative;
	}
	
div.tallwnd h2 a { color: #9caedf; }
div.tallwnd h2 a:hover { color: #dae1f4; }	
	
div.tallwnd h1 { text-align: center; letter-spacing: 12pt; color: #3155b4; }

div.subtitle { text-align:right; padding-right: 2em; font-size: 120%; }	
	
/* Section dividers */

p.divider {
	background: url(divider1.png);
	margin-left:auto;
	margin-right:auto;
	width:540px;
	height:81px;
}

p.end {
	background: url(divider-end.png);
	margin-left:auto;
	margin-right:auto;
	width:349px;
	height:267px;
	top:-40px;
}