/* CSS Document */
/* Reset Broser settings */

html, body, p, ul, li, h1, h2, h3, h4 { padding: 0; margin: 0; list-style: none;}
body {
	padding-top: 0px;
	padding-left: 0px;
}

h1, h2, h3, h4, pre, code { font-size:1em; }

a img { border:none; }

ul, li {
	list-style: none;
	font-size: 1.0em;
}

/* Special Styles */


#home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#home #sidebar h3 {
	background-color: #99CCFF;
	display: block;
	margin: 0px;
	padding: 2px;
	font-size: .8em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/background.gif);
}
#home #sidebar p {
	font-size: .7em;
}
#main h1 {
	width: 460px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #004040;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004040;
	font-size: 1.2em;
}
#main h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #004040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main p {
	font-size: 0.8em;
	line-height: 16px;
}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding-left: 10px;
	padding-top: 4px;
}
#main li {
	list-style-type: square;
	font-size: 1.0em;
}
#main ul {
	margin-left: 40px;
}
#main #privacy p {
	font-size: 0.7em;
	margin-top: 5px;
}
#main #privacy a, #main #privacy a:visited {
	color: #006666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006666;
	text-decoration: none;
}

.footer-small {
	font-size: 0.7em;
	color: #666666;
}
#footer .footer-small a {
	color: #666666;
	text-decoration: none;
}
#main #privacy li {
	font-size: 0.7em;
	line-height: 14px;
	margin-top: 5px;
}
