body{
	margin-top : 0px;
	background-color : White;
}

a:link {
	/* text-decoration: none; */
	color: #000099;
}

a:visited {
	/* text-decoration: none; */
	color: #000099;
	}

a:hover {
	text-decoration: underline; color: Black;
	background-color : #D2D2D2;
	}

a:active {
	/* text-decoration: none; */
	color: #000099;
	}

p, td, th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}

caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.quicknavtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	padding-left: 16;
	line-height : 22px;
}

.systyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}

h1.systyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	margin-bottom : 5px;
}

h2.systyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	margin-bottom : 5px;
}

h1.heading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 16px;
	margin-bottom : 5px;
}
h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 16px;
	margin-bottom : 5px;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 15px;
	margin-bottom : 5px;
}

td.systyle {
	background-color : #000099;
}


B {
	font-weight : bold;
}

td.systyleheader1{
	vertical-align : top;
	background-color : #97badc;
}

hr{
	color: cccccc;
	height : 1px;
	margin : 0px;
}

.sidemenu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 15px;
	font-weight : bold;
}

.headermenu {
	font-size : 10px;
}

.headerfooter {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 15px;
	text-decoration: none;
	color: #cccccc;
}

.headerfooter a:link{
	text-decoration: none;
	color: #cccccc;
}

.headerfooter a:visited{
	text-decoration: none;
	color: #cccccc;
}

.headerfooter a:hover{
	text-decoration: none;
	color: #000099;
	background-color : #cccccc;
}

.headerfooter a:active {
	text-decoration: none;
	color: #cccccc;
	}

#homeborder{
	background-color : #000099;
	width : 736px;
	padding : 3px;
}

.footermenu {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.newsection {
	background-color: #f3f3f3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 13px;
}

.footermenuhome {
	background-color :  #f3f3f3;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left : 5px;
    padding-bottom : 4px;
}

.featuresection {
	background-color :  #ffefbd;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left : 5px;
    padding-bottom : 5px;
}

.secondary{
	background-color : White;
}

.secondarytd{
	background-color : #E7E7E7;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#relatedlinks li {
	padding: 6px 0 6px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#sidebar ul {
	list-style: square;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0 0 0 20px;
}

#sidebar li {
	margin: 4 0 4 0;
}

#sidebar li ul {
	list-style: circle;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
}

#sidebar li ul li ul {
	list-style: disc;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
}

#sidebar li ul li ul li ul {
	list-style: circle;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Sortable tables */
table.sortable {
	margin:0;
	padding:1px;
	border: 1px solid #006;
}

table.sortable td {
	margin:0;
	padding:2px;
	border: 1px solid #cdf;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006;
	vertical-align:top;
}

/* START */
table.sortable a.sortheader {
    background-color: #FFE1A6;
    color: #0000FF;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable a:hover { color: #FF0000; }
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
table.sortable td h1 {
	font-size:10px;
	color:#300;
	text-transform: uppercase;
}

table.sortable td a:link, table.sortable td a:visited {
	font: 10px Arial, Helvetica, sans-serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* per Jeanne Hargrove's request to have active section's list items stand out */

.highlightText{
background-color: #FFCC33;
}

li.highlightBullet {
list-style-image: url(../images/mini/stop.gif);
}

ul.nohighlightBullet {
list-style-type: disc;
list-style-image: none;
}

.trendsTable1 {
	width: 525px;
	text-align: left;
	border: none;
}

.trendsTable1 tr th {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: right;
	font-size: .7em;
}

.trendsTable1 tr td {
	font-weight: normal;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: .7em;
}

.trendsTable2 {
	width: 450px;
	text-align: left;
	border: none;
}

.trendsTable2 tr th {
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: left;
	font-size: .8em;
}

.trendsTable2 tr td {
	font-weight: normal;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	font-size: .8em;
}

.moreSpace {
	line-height: 1.7em;
}

.doubleSpace {
	padding-bottom: 7px;
}

#toc {
	width: 500px;
	margin: 0 0 0 20px;
	padding: 0;
}

#left {
	width: 45%;
	margin: 0;
	padding: 5px;
	float: left;
}

#right {
	width: 45%;
	margin: 0;
	padding: 5px;
	float: left;
}

ol {
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 5px 0;
}

ol li.regular {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 10px;
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 10px;
	list-style: decimal;
	list-style-position:outside;
}

ol li ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	margin: 5px 0 5px 10px;
	padding: 0;
	list-style: decimal;
}

ol li ol li ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	margin: 5px 0 5px 10px;
	padding: 0;
	list-style:lower-alpha;
}

#contentWrapper ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 10px;
	list-style: disc;
	list-style-position: outside;
}
