/*
	modern.css
	Copyright (c) 2002 by Christopher Heng. All rights reserved.
	$Id: modern.css 1.25 2003/05/27 10:31:26 chris Exp $
	http://www.thesitewizard.com/
*/

div.sidepanel {
	position: absolute ;
	top: 50px ;
	left: 5px ;
	width: 180px ;
	text-align: center ;
}
div.maincontent {
	position: absolute ;
	top: 80px ;
	left: 200px ;
	right: 0px ;
	width: auto ;
	line-height: 1.3em ;
}
div.copyright {
	clear: both ;
	/* width: 98% ; */ /* IE6: takes it as % of window, not containing div if xml tag not used */
	color: black ;
	background: #f0f0f0 ;
	padding: 2px ;
	border: 1px outset #808080 ;
}

h1 {
	font-size: 18pt ;
	color: #00339D ;
	font-weight: bold ;
	font-face: arial ;
	margin: 1px 1px ;
}
h2 {
	font-size: 100% ;
	font-weight: bold ;
	margin: 1px 1px ;
}
h3 {
	font-size: 100% ;
	font-weight: bold ;
	font-face: arial ;
	margin: 1px 1px ;
}
ul {
	margin-left: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ol {
	font-face: arial;
	margin-left: 0 ;
	padding-left: 1.5em ;
}
ol.content {
	margin-left: 0 ;
	padding-left: 2.5em ;
}
ol.content li {
	margin-bottom: 1.5em ;
}
ul.content {
	margin-left: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.content li {
	margin-bottom: 1.5em ;
}
ol.content2 {
	margin-left: 0 ;
	padding-left: 1.1em ;
}
ol.content2 li {
	margin-bottom: 1.5em ;
	list-style-type: lower-alpha ;
}
ul.listoflinks {
	margin-left: 0 ;
	margin-top: 0 ;
	margin-bottom: 0 ;
	padding-left: 1.1em ;
	list-style-type: disc ;
}
ul.listoflinks li {
	margin-top: 0 ;
	margin-bottom: 0 ;
}

/* menu buttons */
div.subbutton {
	font-size: 12pt ;
	font-face: arial ;
	color: black ;
	background: #0FFFFF ;
	border: 1px outset #808080 ;
	margin: 2px 2px;
	width: 115px ;
	height: 15px ;
	position: relative ;
	left: 15px ;
}
a.submenubutton {
	text-decoration: none ;
	color: black ;
	background: #0FFFFF ;
	display: block ;
}
a.submenubutton:visited {
	text-decoration: none ;
	color: black ;
	background: #99CCFF ;
}
a.submenubutton:active {
	text-decoration: none ;
	color: white ;
	background: black ;
}
a.submenubutton:hover {
	text-decoration: none ;
	color: white ;
	background: black ;
}

div.button {
	font-size: 12pt ;
	font-face: arial ;
	color: black ;
	background: #ECECFF ;
	border: 1px outset #808080 ;
	margin: 2px 2px;
	width: 129px ;
	height: 15px ;
}
a.menubutton {
	text-decoration: none ;
	color: black ;
	background: #ECECFF ;
	display: block ;
}
a.menubutton:visited {
	text-decoration: none ;
	color: black ;
	background: #ECECFF ;
}
a.menubutton:active {
	text-decoration: none ;
	color: white ;
	background: black ;
}
a.menubutton:hover {
	text-decoration: none ;
	color: white ;
	background: black ;
}