@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #003300;
	text-align: left;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	border-width: 6px;
	border-style: solid;
	border-color: #663300;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a.sidebarlink {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}

a.bottomnav { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #11593c; text-decoration: underline; display: inline; text-align: center; line-height: 130%; }


h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}

h2 { font-size: 18px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #003300; }

h2.sbheader  { font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #006600; }

p { text-indent: 40px; font-size: 14px; padding: 10px; }

ul.fact { color: #000066; font-size: 14px; }

ol.indexfacts { color: #000000; }

ol li { text-indent: 40px; }

ul li { text-indent: 40px; padding: 10px; }

.tips { font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: #003300; width: 575px; background-color: #ffffff;}

.sidebar {
	padding: 10px;
	width: 200px;
	background-color: #CCCC99;
}