﻿html {
    font-size: 100%; /* IE hack */
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 63.5%;
	word-spacing: normal;
    text-decoration: none;
    color: #000000;
	background: #666666;
	text-align:left;
	margin: 0;
	padding: 0;
	height: 100%;
}

table {
    font-size: 100%; /* IE hack */
    border-collapse: collapse;
    padding:0px;
	margin:0px;
	text-align: left;
	background:#fff;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

:link,:visited { text-decoration:none; color: #CC3300; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

H1 {font-size:1.75em; padding-bottom: 12px;}
H2 {font-size:1.25em; padding-bottom: 1.25em;}
H3 {font-size:1.1em; padding-bottom: 0;}
H4 {font-size:1em; padding-bottom: 0;}

INPUT, SELECT, TH, TD {font-size:1em}
li li {font-size:1.1em}
ul li {font-size:1.1em; margin-left: 2.2em; list-style-type: disc; }
p { font-size:1.1em; }

p a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #081f5b;
}

#promotion {
    background:#ddd;
    height: 96px;
    width: 500px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#bodycontent {
    background: #fff;
    text-align: left;
    width: 567px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
}

#contentleft {
	width:206px;
	height: 100%;
	padding:0px;
	margin:0px;
	font-size:1.1em;
}

#contentleft ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#contentleft ul li {
    font-size: 1.0em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: helvetica, arial, sans-serif;
}

#contentleft a {
    display: block;
    padding: 3px;
    margin-left: 12px;
    width: 155px;
    color: #000;
    border-bottom: 1px solid #d6d6ce;
}

#contentleft a:link, #navlist a:visited {
    text-decoration: none;
}

#contentleft a:hover {
    background-color: #FFFFFF;
}

#contentleft .current {
    font-style: italic;
    background-color: #FFFFFF;
    padding-bottom: 4px; /* when we italicize the text we lose 1px on the height. adjust for that so the menu dosen't jump around */
}

#headerswoop {
    background-image: url("/images/template/top-pic.gif");
    background-repeat: no-repeat;
    width: 206px;
    height: 167px;
}

#headergraphic {
    background-image: url("/images/template/bg-top-blue.gif");
    background-repeat: repeat-x;
    height: 112px;
}

#rightstripe {
	background-image: url(/images/template/bg-side-blue.gif);
	background-repeat: repeat-y;
}

#navcontainer
{
	display: block;
	height: 20px;
	padding-bottom: 3px;
	margin: 0 auto;
	margin-top: -23px;
	z-index: 1;
}

#subnavlist
{
	width: 90%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#subnavlist li
{
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#subnavlist li a {
	font-weight: bold;
	text-decoration: none;
}

#subnavlist li a:hover {
	text-decoration: underline;
	color: #081f5b;
}

#subnavlist a#current {
	text-decoration: underline;
}

.subred {
    color: #FF0000;
    font-weight: bold;
}

.steps {
	list-style:decimal;
	margin-top: 1em;
	margin-left: 4em;
}

.grayborder {
	border: 1px solid #CCC;
}

.seriesimage {
	border: 1px solid #CCC;
	margin-left: 12px;
	margin-bottom: 12px;
}

ul.sitemap li { margin-left: 1em; list-style-type: none; }
ul.sitemap li a { font-weight: normal; font-size:0.925em; }
ul.sitemap li a:hover { font-weight: normal; }
h3.sitemap { margin-bottom: 0.2em; }

#footer {
	background-image: url(/images/template/bg-footer-blue.gif);
	background-repeat: repeat-y;
	width: 824px;
	background-color: #999999;
	height: 28px;
}


form {margin: 0 0 1.5em}
input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0}
fieldset {border: none}
label {display:block;padding: 5px 0; clear:left}
label br {clear:left}
select { font-family: arial, verdana, helvetica, sans-serif; font-size: 11px; }
