/* Colors */

.topOfPage, q, h1, h2, h3,.headerTitle,.headerLinks,.headerLinks *,.sideBox div,#footer, th * { /* Text */
	color: #000066;
}
q,h2,#header,.sideBox,.sideBox div,#footer { /* Border */
	border-color: #CADCDC;
}
#header, .sideBox div, .sideBox a:hover, th { /* bg (darker): */
	background-color: #CADCDC;
}
q,.sideBox a,.sideBox span,#footer { /* bg (lighter): */
	background-color: #E6EFEF;
}
.headerTitle2 {
	color: #000066;
}

/* Browser-specific Styles */
/* IE & Mozilla-based: */

.LHS {
	margin-left: 1.5mm;
	float: left;
	clear: left;
}
.RHS {
	margin-right: 1.5mm;
	float: right;
	clear: right;
}

/* Mozilla-based (CSS2): */

[class~="LHS"] {
	margin-left: 4mm;
}
[class~="RHS"] {
	margin-right: 4mm;
}

/* Body Text */

#bodyText {
	line-height: 1.5em;
	margin: 5mm 1em 0 11em;
	padding: 0 1em 1ex 1em;
}
#bodyText p {
	padding-bottom: 1ex;
}
ul {
	margin-top: -1em;
}
.topOfPage {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	padding-left: 1ex;
	padding-right: 1ex;
	float: right;
}
.smallCaps {
	font-variant: small-caps;
}
body {
	background-color: white;
	color: black;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 95%;
	margin: 0;
}
h1,h2,h3 {
	font-family: "ariel black", ariel, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	border-bottom: 1px solid;
	padding-bottom: 0.5ex;
}
acronym {
	background-color: inherit;
	color: teal;
	border-bottom: 1px dashed teal;
	cursor: help;
}
highlight {
	border-bottom: 1px dashed;
}
code {
	font-family: "lucida console", monospace;
	font-size: 90%;
}
img {
	border: 0;
}
q {
	font-family: "Arial Black", arial, sans-serif;
	font-weight: normal;
	border: 2px dotted;
	margin: 0.5em 1em 0.5em 0.5em;
	padding: 0.5ex 0.5ex 0.5ex 1ex;
	width: 12em;
	float: left;
}

table{
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	border: 1px #000000 solid;
	font-weight: bold;
	padding: 0.5ex 1ex 0.5ex 1ex;
}

td {
	border-bottom: 1px #CADCDC dotted;
	text-align: left;
	font-size: 70%;
	background-color: #fafafa;
	padding: 0em 1em 0em 0.5em;
}
/* Header */

#header {
	border-bottom: 2px solid #000099;
	height: 3em;
	margin-bottom: 1mm;
	padding: 0em 0em 0em 1em;
}
.headerTitle {
	font-family: "Arial Black", arial, sans-serif;
	font-size: 200%;
}
.headerTitle2 {
	font-family: "Arial Black", arial, sans-serif;
	font-size: 200%;	
}
.headerLinks {
	margin-top: -2em;
	text-align: right;
}
.headerLinks * {
	text-decoration: none;
	font-weight: bold;
	padding-right: 1em;
}
.headerLinks a:hover {
	text-decoration: underline;
}

/* Side Box */

.sideBox {
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
	width: 10em;
	margin-top: 5mm;
}
.sideBox div {
	font-weight: bold;
	border-bottom: 1px dashed #000099;
	padding: 0.5ex 0.5em 0.5ex 0.75em;
}
.sideBox a,.sideBox a:hover,.sideBox span {
	color: black;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1ex 0.5em 1ex 0.75em;
}
.rightPic {
	float: right;
	margin: 5px;
}

/* Footer */

#footer {
	color: inherit;
	margin-top: 1em;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	padding-top: 0.25ex;
	padding-bottom: 0.75ex;
	clear: both;
}
.footerImg {
	padding-right: 3mm;
	padding-top: 1mm;
	float: right;
}
#footer div {
	padding-left: 3mm;
}
#footer * {
	background-color: inherit;
	font-size: 92%;
}
#footer a:hover {
	text-decoration: none;
}
.footerCol2 {
	position: absolute;
	left: 8em;
}