BODY {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	background: #ffffff;
	color: #000000;
	}
/* Structure */
#frame {
	width: 95%;
	text-align: left;
	margin: 10px auto;
	background-color: #ffffff;
	color: #00000;
	border: 2px solid #003282;
	line-height: 130%;
	}
#header { 
	background: #064898;
	color: #ffffff;
	padding: 1em;
	border-bottom: 2px solid #064898;
	}
#leftmenu {
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;	
	background: #ffffff;
	color: #000000;
	}	
#main {
	background: #ffffff;
	color: #000000;
	margin-left: 200px;
	padding: 5px;
	max-width: 46em;
	}
#footer {
	clear: both;
	padding: 5px;
	margin: 0;
	color: #000000;
	background: #dddddd;
	border-top: 1px solid #003282;
	text-align: right;
	font-size: 80%;
	}
/*Navigational menu */
#leftmenu UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 2px 0 0 0;
	}
#leftmenu LI { 
	margin: 0 0 2px 2px; 
	}
#leftmenu LI LI {
	margin: 0 0 2px 0;
	}
#leftmenu A {
	display: block;
	color: #eeeeee;
	background-color: #003377;
	width: 160px;
	padding: 2px 10px 2px 8px;
	text-decoration: none;
	}
#leftmenu LI LI A {
	display: block;
	color: #eeeeee;
	background-color: #3366AA;
	width: 155px;
	padding: 2px 2px 2px 16px;
	text-decoration: none;
	font-size: 80%;
	}
#target A {
	font-style: italic;
	}
#target LI A{
	font-style: normal;
	}
#leftmenu A:hover {
	background-color: #3f0b45;
	color: #eeeeee;
	}

/* Header style */
#header H1 {
	margin: 0;
	padding: 0;
	font-family: "times new roman", times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 240%;
	}

/* Style within the main section */
#main P { margin: 0 0 1em 0; }
#main H2 { 
	margin: 0 0 .5em 0; 
	line-height: 110% 
	} 
#main H3 {
	margin: 0 0 0 0;
	}
#main UL {
	margin-top: 0;
	margin-bottom: 10px;
	}
.imageright {
	float: right;
	width: 220px;
	margin: 0 0 10px 10px;
	line-height: 110%;
	background-color: #eeeeee;
	font-size: 80%;
}
A {
	color: #4477BB;
	}
A:visited {
	color: #003377;
	}
A:hover {
	color: #3f0b45;
	}
A:active {
	color: #3f0b45;
	text-decoration: none;
	}
.comment {
	font-style: italic;
	font-weight: normal;	
	font-size: 80%;
	}
.important {
	font-style: italic;
	font-weight: bold;
	}
H4 {
	display: inline;
	}
.title {
	font-style: italic;
	}
.pagemenu {
	text-align: center;
	}
.rightmenu {
	float:right; 
	border-left: 1px dashed #000000; 
	background: #eeeeee;
	color: #000000;
}
th { 
	text-align: left;
	border-bottom: solid 1px #000000;
}
.tablesubhead { 
	font-weight: bold; 
	font-size: 105%;
	padding-left: 15px;
}
TD {
	padding-bottom: 12px;
	vertical-align: top;
}
.numbertable TD {
	border-bottom: dashed 1px #999999;
}