body {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	background-color: #211A18;
}
a:link {
	color: #006C95;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	font-weight: bold;
	color: #006C95;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #211A18;
}
a:active {
	font-weight: bold;
	color: #6C6968;
	text-decoration: underline;
}
td {
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
div#left {
	padding: 10px;
}
div#left ul {
	list-style:square;
}
div#right {
	padding: 10px;
}
div#right ul {
	list-style:square;
}
div#footer {
	font-size:11px;
	color:#666666;
	line-height: 1.7em;
}
div#footer a:hover {
color: #FFFFFF;
}
.quote {
	text-align:center;
	color:#666666;
	font-size: 14px;
	font-weight: bold;
}


div#left a:link, div#left a:visited, div#right a:link, div#right a:visited {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #0090C9;
	width: 100%;
}
div#left a:hover, div#left a:active, div#right a:hover, div#right a:active {
	font-size: 11px;
	color: #959693;
	text-decoration: none;
	background-color: #211A18;
	width: 100%;
}
a.navwhite:link, a.navwhite:visited {
	display: block;
	font-size: 11px;
	color: #006C95;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 100%;
}
a.navwhite:hover, a.navwhite:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #0090C9;
	width: 100%;
}

a.navwhiteSM:link, a.navwhiteSM:visited {
	display: block;
	font-size: 9px;
	color: #0090C9;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 100%;
}
a.navwhiteSM:hover, a.navwhiteSM:active {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #0090C9;
	width: 100%;
}

pre {
	font-size: 12px;
	color: #000000;
}
.copy {
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}
.copyBold {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.copyBoldRed {
	font-size: 12px;
	color: #D9261A;
	font-weight: bold;
}
.subtitle {
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.copyUl {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.copyBoldIt {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.copyBoldAlt {

	font-size: 12px;
	color: #006C95;
	font-weight: bold;
}
.copyBoldItRed {
	font-size: 12px;
	color: #D9261A;
	font-weight: bold;
	font-style: italic;
}
.copyIt {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
.copyItRed {
	font-size: 12px;
	color: #D9261A;
	font-style: italic;
}
