body, table {
	font-family: sans-serif;
	font-size: 0.85em;
	background-color: #000066;
	color: #FFFFFF;
}

img { margin-left: 10px; }

h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #99CCCC;
}

h1 {
	font-size: 1.75em;
	text-align: center;
}

h2 { font-size: 1.50em; }
h3 { font-size: 1.25em; }

p { text-align: justify; }

/* Hyperlinks */
a {
	color: #999900;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
}

ul { list-style-image: url(images/bullet1.gif); }
ul ul {	list-style-image: url(images/bullet2.gif); }
ul ul ul { list-style-image: url(images/bullet3.gif); }

#left { font-family: Verdana, Helvetica, sans-serif; background-color: #CCCCCC; float: left; width: 160px; margin-right: 5px; border: 1px solid #339999; border-top: 0px; }
#left a { font-weight: bold; font-size: 9pt; letter-spacing: .5pt; color: #000099;  display: block; text-decoration: none; padding-left: 2px; height:18px; margin-right: 1px; }
#left a:hover { font-size: 9.5pt; background-color: #C0C0C0; color: black; border-right: 6px solid #000066; }
#left h1 { font-size: 10pt; margin: 0 0 0 0; color:black; }
#left p { padding: 0 0 0 0; margin: 0 0 0 0; }
#left div, #left h1, #left a { border-right: 1px solid #999999; }

.documentContent { margin-left: 180px; }

.quote {
	float: left; 
	margin: 5px 5px 5px 5px; 
	font-size: 0.9 em;
	color: #999900;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 200px;
}

.quoteRight {
	float: right; 
	margin: 5px 5px 5px 5px; 
	font-size: 0.9 em;
	color: #999900;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 200px;
}

noAlignJustified { text-align: left; }

.breadcrumbs { font-size: 8pt; }
.breadcrumbs a { font-weight: bold; font-size:8pt; }

#bottomText { font-size:10pt; letter-spacing: 1px; color: white; font-family: Arial; }
#contactInfo { font-size: 10pt; }
#top { background:url('images/background.jpg'); font-size: 28pt; font-weight: bold; border: 1px solid black; border-bottom: 4px solid #CCCCCC; }
