HTML {
	height: 100%;
}

BODY {
	background-color: #EEEEEE;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-attachment: fixed;
	
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	padding: 30px 30px 30px 30px;
}

TABLE.layout {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666600;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: bottom right
}

TABLE.layout td {
	font-size: 10pt;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.align_bottom {
	vertical-align: bottom;
}

#header {
	background-color: #CCCC00;
	font-size: 36pt;
}

#header B {
	font-weight: 900;
	letter-spacing: 10pt;	
}

.red {
	color: #FF3300;
} 

A {
	color: blue;
}

DIV.menu {
	width: 180px;
	border: 1px solid #666600;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_menu {
	background-color: #AAAA33;
}

#members_menu {
	background-color: #CCCC00;
}

UL.list {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

UL.list LI {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

UL.list A {
	text-decoration: none;
	color: #000000;
}

UL.submenu {
	display: none;
	padding-left: 10px;
}

DIV.scroll_pane {
	height: 380px;
	overflow: auto;
	border: 1px solid #666600;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

IMG.accreditation {
	border: 1px solid #666600;
	margin-bottom: 10px;
}

IMG.inline {
	border: 4px solid #AAAA33;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

TD.pad_bottom {
	padding-bottom: 20px;
}
