BODY, HTML {
	height:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10pt;
	margin:0px;
	background-image: url("images/page_bg.jpg");
}

<style type="text/css">
img, div { behavior: url(iepngfix.htc) }
</style>

A {
	color:black;
	font-weight:bold;
}

A:hover {
	color:#5B86FF;
}

HR.hide {
	display:none;
}

#reunion_body {
	width:800px;
	border: 1px solid black;
}

#reunion_banner {
	background-image: url("images/vancouver_bg.jpg");
	background-position: top right;	
	height:175px;
	width:800px;
	display:block;
}

#reunion_picker {
	float:right;
	position:relative;
	top:5px;
	right:10px;
	font-size:8pt;
}

#reunion_picker select {
	font-size:8pt;
}

#reunion_logo a {
	background: transparent url("images/awrlogo.png") no-repeat;
	display: block;
	width: 215px;
	height: 148px;
	text-indent: -700em;
	text-decoration: none;
	position: absolute;
	left: 5px;
	top: 15px;
}

#reunion_header_menu {
	background: transparent url("images/menu_bg.png") repeat-x;
	font-weight: bold;
	width: 100%;
	height: 30px;
	display: block;
	margin: 0px;
	margin-top: -30px;
	padding: 0px;
	vertical-align: top;
	float: center;
	text-align:center;
	font-size: 8pt;
}

#reunion_header_menu ul {
	padding: 8px 0px;
	margin: 0px;
	float: center;
}

#reunion_header_menu li {
	display: inline;
	border-left: 1px solid white;
}

#reunion_header_menu ul .first_item,
#reunion_footer_menu ul .first_item {
	border-left: inherit;
}

#reunion_header_menu a {
	color:white;
	text-decoration:none;
	padding:5px;
}

#reunion_header_menu a:hover {
	color:#5B86FF;
	text-decoration:underline;
}

#reunion_content {
	background-image: url("images/cleaf.jpg");
	height:100%;
	padding:10px 10px 50px 10px;
}

#reunion_content form {
	width: 50%;
	margin: auto;
}

#reunion_content form ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#reunion_content form ol li {
	display: block;
	padding: 5px;
}

#reunion_content form ol li label {
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
}

#reunion_footer {
	background: transparent url("images/menu_bg.png") repeat-x;
	background-color:white;
	color:white;
	height: 30px;
}

#reunion_footer_menu {
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	padding:1px;
}

#reunion_footer_menu ul {
	padding: 8px 0px;
	margin:0px;
}

#reunion_footer_menu li {
	display: inline;
	padding: 0px 5px;
	border-left: 1px solid white;
}

#reunion_footer_menu a {
	color:white;
	text-decoration:none;
}

#reunion_footer_menu a:hover {
	color:#5B86FF;
	text-decoration:underline;
}

#reunion_admin {
	width: 40px;
	height: 20px;
	position: absolute;
	top: 32px;
	left: 735px;
}

#reunion_admin a {
	width: 40px;
	height: 20px;
	display: block;
	text-indent: -700em;
	text-decoration: none;
}

#reunion_message {
	position:absolute;
	top:-300px;
	left:-300px;
	width:200px;
	background-color:#FFFFCC;
	color:black;
	font-size:8pt;
	padding:5px;
	border:1px solid black;
}

#reunion_welcome {
	border:2px solid black;
	background: url("images/welcome_bg.png") repeat;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
#reunion_welcome:hover {
	background: url("images/welcomehover_bg.png") repeat;
}

.reunion_news {
	border:2px solid black;
	background: url("images/news_bg.png") repeat;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.reunion_news:hover {
	background: url("images/newshover_bg.png") repeat;
}

.reunion_comment {
	border:2px solid black;
	background: url("images/body_bg.png") repeat;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	padding:5px;
	margin-top:10px;
	margin-bottom:20px;
}

.reunion_body {
	background: url("images/body_bg.png") repeat;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.reunion_title {
	text-align:center;
	font-size:10pt;
	filter:alpha (opacity=100);
	opacity: 1.00;
	
}

.pageHead {
	font-family:Arial Black,Arial;
	font-size:24pt;
	text-align:center;
}

.subTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}

.definition {
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	cursor:help;
}