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

html {
	height: 101%;
}
body {
	padding: 0px;
	text-align: center;
	color: #666;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	background-color: #FFF;
}
#sub-navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
#sub-navigation p {
	margin: 0px;
	padding: 0px;
}
#footer {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	line-height: 16px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
.footer_divider {
	font-weight: bold;
	color: #cc0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#introduction {
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
a  {
	color: #336699;
	text-decoration: none;
}
a:hover  {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
.h1_380px_wide {
	width: 380px;
}
h2 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #cc0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
h3 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #cc0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
p {
	font-size: 11px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
.last_paragraph {
	margin-bottom: 0px;
}
ul {
	font-size: 11px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: square;
}
#boxes {
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#tables {
	background-color: #f2f2f2;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#tables td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 5px;
}
