* {
	margin: 0;
	padding: 0;	
}
/*
td, th {
	border: 1px dotted;
	border-color: #000;
}
*/
body {	
	margin-bottom: 1em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(banner.gif);
	background-repeat: repeat-x;
	background-position: 0 -20px;
	font-size: 80%;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	/* f0r IE compat */
	text-align: center;
}

td p {
	margin-bottom: 1em;
}

td.sidepanel {
	background: #dfdfdf;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.04em;
}

ul#sidemenu {
	height: 30px;
	margin: 0;
	padding: 12px 0 0 0;
	list-style-type: none;	
}

ul#sidemenu li {		
	padding: 8px 0 0 0;
	margin-left: 15px;
}

ul#sidemenu li a {		
	color: #000000;
	text-decoration: none;
}

ul#sidemenu li a:hover {	
	text-decoration: underline;
	background-color: transparent;
}

ul#topmenu {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;	
}

ul#topmenu li {
	display: inline;
	background-image: none;	
	margin: 0;
	padding: 0;
}

ul#topmenu li {
	border-left: 1px solid #FFFFFF;
}

ul#topmenu li.firstmenu {
	/* for IE compat */
	border-left: none;		
}

ul#topmenu li a {		
	padding: 0.2em 0.5em 0.2em 0.8em;	
	color: #FFFFFF;
	text-decoration: none;
}

ul#topmenu li.first-child a {
	/* for IE compat */
	padding-left: 0;
}

ul#topmenu li a:hover {	
	text-decoration: underline;
	background-color: transparent;
}

li#here {
	font-weight: bold;
}

div#sidebar {
	float: center;
	width: 150px;
	margin-top: 20px;
	font-size: 0.8em;
 	line-height: 1.6em;
}

div#sidebar h2 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

div#sidebar ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

div#sidebar ul li {
	margin: 0 0 0.2em 0;
	padding: 0;
	line-height: 1.3em;
	background-image: none;
}

div#sidebar ul li a {
	display: block;
	width: 110px;
	padding: 0.2em 0;
}

table#footer {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #000;
	font-weight: bold;
}

table#footer td.vline {
	border-right: 1px solid;
	border-color: #000;
}

div.info p {
	margin-bottom: 1em;
}

div.info p.contact {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}

a.subtle {
	text-decoration: none;
}

a.subtle:hover {	
	text-decoration: underline;
	background-color: transparent;
}

div#maintext {
	margin-left: 15px;
}

span.mc {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

ul.references {
	margin-top: 2em;
}

ul.references li {
	margin-top: 1em;
	font-weight: bold;
	list-style-type: none;
}

ul.desc {
	margin-left: .125in;
}

ul.desc li {
	margin-top: 0;
	font-weight: normal;
	list-style-type: none;
	margin-left: 0;
}

ul.points {
	margin-left: .125in;
}

ul.points li {
	margin-top: 0;
	font-weight: normal;
	list-style-type: decimal;
	margin-left: .25in;
}

ul.notes {
	margin-left: .25in;
}

div.shaded {
	background: #dfdfdf;
	padding: 15px;
}

