@charset "UTF-8";
/* ------------------------------------------------------

The pages should be rendered in quirks mode in IE6

--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
}
body {
	text-align: center;
	background-color: #c6c3c3;
	background-image: url(images/0710back-body.gif);
	background-repeat: repeat-x;
	color: #333330;
}
h1, h2, h3, dt, #totop, #footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3d3d3c;
}
h2 {
	margin-top: 1em;
	border-bottom: 1px solid black;
	line-height: 1.2;
	font-size: 180%;
	font-weight: normal;
}
h3 {
	margin-top: 1em;
	font-size: 120%;
}
p, ul, ol, dl, pre { 
	margin-top: 1em;
	margin-bottom: 1em;
}
pre {
	font-size: 90%;
	background-color: #f3eeee;
	padding: 4px 0 4px 1em;
}
dt {
	margin-top: 1em;
}
dd  {
	padding-left: 2em;
}
table {
	background-color: #352b29;
	width: 476px;
	font-size: 90%;
}
th, td {
	padding: 6px 8px 4px 8px;
	background-color: white;
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #463d3c;
	color: white;
}
td p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
a:link {
	color: #993300;
}
a:visited {
	color: #406720;
}
a:hover {
	color: #ff3300;
}

/* -------------------------------------------  container */
#container {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	background-color: white;
	background-image: url(images/0710back-container.gif);
	background-repeat: repeat-y;
}

/* ----------------------------------------------- header */
#header {
	width: 780px;
	height: 95px;
	margin: 0;
	background-image: url(images/0710back-title.gif);
	list-style-type: none;
}
#logo {
	padding: 28px 30px 4px 26px;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
}
#logo a {
	display: block;
	line-height: 1;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 40pt;
	color: black;
}
#logo a:link, #logo a:visited {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#mainnav {
	width: 780px;
	height: 67px;
	margin: 0;
	background-color: #3d3d3c;
	background-image: url(images/0710back-title.gif);
	background-position: bottom;
	list-style-type: none;
}
#mainnav li {
	float: left;
	padding: 5px 0 0 30px;
	font-size: 80%;
}
#mainnav a:link, #mainnav a:visited {
	color: white;
	text-decoration: none;
}
#mainnav a:hover {
	color: white;
	text-decoration: underline;

}
#breadcrumbs {
	float: right;
	margin: 0 4px 0 0; /* double margin float bug in IE6 */
	padding: 1em 37px 0 37px;
	width: 550px; /* width includes padding in quirks mode */
	line-height: 1;
	background-color: #3d3d3c;
	background-image: url(images/0710back-h1.gif);
	background-repeat: repeat-y;
	font-size: 80%;
	color: white;
}
head+body #breadcrumbs {
	width: 476px;
	margin-right: 8px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: white;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: white;
}
h1 {
	float: right;
	clear: right;
	margin: 0 4px 0 0; /* double margin float bug in IE6 */
	padding: 0 37px 20px 36px;
	border-bottom: 8px solid #352b29;
	width: 550px; /* width includes padding in quirks mode */
	background-color: #3d3d3c;
	background-image: url(images/0710back-h1.gif);
	background-repeat: repeat-y;
	font-size: 200%;
	font-weight: normal;
	color: white;
}
head+body h1 {
	width: 477px;
	margin-right: 8px;
}

/* ---------------------------------------------- content */
#content {
	float: right;
	clear: right;
	width: 521px;
}
#content * {
	margin-left: 0px;
	margin-right: 45px;
}
#content h2 {
	margin-left: -1px;
}
#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content table {
	margin-bottom: 1em;
}
#totop {
	font-size: 80%;
}
#totop {
	text-align: right;
}
#totop a {
	text-decoration: none;
	color: #666655;
}

/* ----------------------------------------------- subnav */
#subnav {
	width: 214px;
}
#subnav h2 {
	display: none;
}
#subnav * {
	margin-left: 30px;
	margin-right: 16px;
}
#subnav * * {
	margin-left: 0;
	margin-right: 0;
}
#subnav p, #subnav ul {
	font-size: 80%;
}
#subnav table {
	width: 168px;
	margin-bottom: 1em;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ----------------------------------------------- footer */
#footer {
	width: 780px;
	clear: both;
	text-align: right;
	background-color: #c6c3c3;
	background-image: url(images/0710back-footer.gif);
	background-repeat: no-repeat;
	padding-top: 36px;
}
#footer h2 {
	display: none;
}
#footer ul {
	margin: 0;
	list-style-type: none;
	line-height: 150%;
	padding-right: 32px;
	font-size: 80%;
	color: #333330;
}

