body {
	color: black;
	background: none white;
	font-family:avantgarde,Verdana,GillSans,Helvetica,Arial,sans-serif; 
}
			
p { 
	font-family:avantgarde,Verdana,GillSans,Helvetica,Arial,sans-serif; 
	font-size: 12pt;
	margin-left:20px; 
	text-align: justify;
}

pre { 
	font-family:"Lucida Console",Courier,Fixed,Monospace;
	margin-left:20px; 
}

code { 
	font-size: 85% 
}

ul.li { 
	list-style-type:square; 
}

div.header {
	height: auto;
	padding-bottom: 2ex;
}

div.header img#hex1 {
	clear: none;
	float: left;
	vertical-align: top;
}

div.header img#hex2 {
	clear: none;
	float: right;
	vertical-align: top;
}

div.header h1 {
	clear: none;
	vertical-align: middle;
	text-align: center;
}

#left_menu {
	position: relative;
	float: left;
	clear: none;
	left: 0;
	width: 10%;
	height: 100%;
	line-height: 1.2em;
	text-align: right;
	padding: 1.5em 0.5em 0.5em 0.5em;
	font-size: 0.8em;
}


#right_menu {
	position: relative;
	float: right;
	clear: none;
	right: 0;
	width: 10%;
	height: 100%;
	line-height: 1.2em;
	text-align: left;
	padding: 1.5em 0.5em 0.5em 0.5em;
	font-size: 0.8em;
}


#left_menu ul, #right_menu ul { 
	margin-left: 0; 
	padding-left: 0;
	margin-right: 0; 
	padding-right: 0;
	padding-bottom: 4ex;
}
#left_menu ul li, #right_menu ul li { list-style-type: none }

#left_menu a, #left_menu a:visited, #right_menu a, #right_menu a:visited { 
	text-decoration: none;
	color: #888888;
	background-color: inherit;
}

#top_box, #validate, p.footer {
	clear: none;
   	margin-left: 1em;
	margin-top: 2ex;
	padding: 1ex 0 1ex 0;
	font-size: 0.6em;
}

a:hover, #left_menu a:hover, #right_menu a:hover { 
	background-color: #ffa;
	color: inherit;
}

div.body {
	position: relative;
	clear: none;
	top: 0;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 1em;
	padding-right: 1em;
}

div.body h2 { 
	background-color:#777777;
	color:#FFFFFF;
	padding-left: 1em;
	font-size: 1.1em;
	clear: none;
}

div.body h2 a { 
	clear: none;
	background-color:#777777;
	color:#FFFFFF;
	text-decoration: none;
}

div.body h2 a.right { 
	float: right;
	clear: none;
	color: #444444;
	background-color: inherit;
	text-decoration: none;
	padding-right: 1em;
}

div.body div.precis {
	font-style: italic;
}

div.body p.header {
	clear: none;
	font-size: 0.8em;
}

div.body p.header a.right {
	float: right;
	padding-left: 1em;
}

h1 { 
	clear: none;
}

h1 a { 
	color: inherit;
	text-decoration: none;
	clear: none;
}
h1 a.right { 
	float: right;
	clear: none;
}

th { font-size: 120% }

p.tagline {
	font-size: 0.6em;
   	margin-left: 1em;
   	margin-right: 0em;
	padding-top: 1.5ex;
	position: relative;
	text-align: left;
	top: 1em
} 

a img {
	border: 0;
}

