/*
 * bg:				#FF3300	#0000FF #182087
 * header text:	#FFFFFF	#FFFFFF
 * text bg:			#FFFF99	#C7F2FF
*/
body {
	background-color: #B0B2E8; /*#A2A9E5;*/
	margin: 0px 0px 0px 0px; /* t r b l*/
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	border-top: 1px solid #182087; /* Make FF give block the righ height */
	border-bottom: 1px solid #FFFFFF;
	
	
	background-color: #182087;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, sans-serif;
}
#header h1 {
	margin: 0.25em 15% 0 15%;
	text-align: center;
	font-size: 270%;
}
#header h2 {
	margin: 0em 15% 0 15%;
	text-align: center;
	font-size: 120%;
}
#header h3 {
	margin: 1.0em 15% 0 15%;
	font-style: italic;
	text-align: center;
	font-size: 120%;
	font-family: Times New Roman, serif;
	color: yellow;
}
#header img {
	position: absolute;
	top: 0;
	left: 5px;
	height: 125px;
	border: 0px;
}
#border {
	position: absolute;
	left: 0px;
	top: 125px; /*header.height - 15*/
	
	background-color: #FFFFFF;
	background-image: url('/images/header_border.png');
	background-repeat:repeat-x;
	height: 15px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu {
	position: absolute;
	top: 150px;
	left: 0;
	width: 13%;
	margin-left: 10px;
	/*border: 5px double #C7F2FF;*/
	
	font-size: smaller;
	font-weight: bold;
}
#menu ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0px;
}
#menu .mnu_opt {
	padding: 5px 1em 5px 1em;	
	background-color: #C7F2FF;
	border-bottom: 2px groove #0000FF;

	color: #C7F2FF;
}
#menu #mnu_current {
	background-color: red;
	color: #C7F2FF;
	font-style: italic;	
}
#menu li li .mnu_opt {
	padding-left: 2em;
}
#menu a {
	color: #0000FF;
	text-decoration: none;
	width: 100%;
}
#menu .mnu_opt:hover, #menu a:hover {
	background-color: #C395CD;
	color: #0000FF;
	text-decoration: none;
}
.lh_box {
	text-align: center;
}
.lh_box img {
	border: 0px;
}
#body {
	margin: 130px 15% 0 15%;/* t r b l*/
	/*background-color: #C7F2FF;*/
	
	padding: 1.5em 2em 5em 2em;
	/*border: 1px solid #C395CD;*/
	
	/*border-left: 15px solid #0000FF;*/	
	background-image: url('/images/body_border.png');
	background-repeat:repeat-y;	
}
#rh_col {
	position: absolute;
	top: 150px;
	right: 0;
	width: 14%;
	margin-right: 10px;
		
	font-size: 80%;
	text-align: center;
}
#rh_col h1 {
	color: red;	
	font-size: 130%;
}
#rh_col .box {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #C7F2FF;
	margin-bottom: 1em;
}
#footer {
	margin: 0px 15% 0 15%;/* t r b l*/
	
	padding: 0em 2em 0em 2em;
	
	background-image: url('/images/body_border.png');
	background-repeat:repeat-y;	
}
#footer img {
	border: none;
}
/****************
 * Reusable parts
 ****************/
.clr_block {
	clear: both;
}
.main_img {
	text-align: center;
}
#body h1 {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	font-style: italic;
	font-size: 110%;
	font-family: New Century Schoolbook, serif;
}
.present_text { /* Presentation text. ie. text for display not information */
	/*width: 800px;*/
	text-align: center;
	margin: auto;
}
.footnote {
	font-size: xx-small;	
}
#toc {
}
#toc h1 {
	border: none;
	margin-bottom: 0;

	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
#toc ul {
	margin-top: 0;
	padding-left: 1em;
}
#toc img {
	float: right;
}

.img_right {
	float: right;
	margin: 0 0 10px 10px; /* t r b l*/
}

/****************
 * FAQ Styles
 ****************/
.q { /* Question */
	font-weight: bold;
}
.a { /* Answer */
	padding-left: 2em;
}
