#page {
}

#menu {
	float:	left;
	width:	15%;
}

#page_header_logo a:link img {
	border:	none;
}

#page_header_logo a:visited img {
	border:	none;
}

#body {
	float:		right;
	width:		80%;
	padding-left:	1%;
	padding-right:	4%;

	text-align:	justify;
}

#copyright {
	font-size:	50%;
	text-align:	center;
	clear:		both;
}


/********************* Menu styles *********************/

#menu .title {
	font-size:	110%;
	font-weight:	bold;
	margin-bottom:	1em;
}

#menu .section {
	clear:		right;
	margin-bottom:	1em;
}

#menu .section .header {
	font-size:	100%;
	font-weight:	bold;
}

#menu .section .content {
}


/********************* Body styles *********************/

#body .title {
	font-size:	180%;
	font-weight:	bold;
}

#body .section {
	clear:		right;
	padding-top:	2em;
}

#body .section .header {
	font-size:	110%;
	font-weight:	bold;
	padding-left:	1em;
}

#body .section .content {
}


/********************* Logos (compliance) styles *********************/

#logos {
	clear:		both;
	text-align:	center;
	padding-top:	1ex;
	padding-bottom:	1ex;
}

#logos img {
	border:	none;
}


/********************* Miscellaneous styles *********************/

.linkstable, .symboltable {
	text-align:	left;
	border:		none;
	width:		100%;
	margin-top:	1em;
}

.linkstable th, .symboltable th {
	font-weight:	bold;
}
