body, td, th {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Custom Style that mirrors body option; also includes leading (which body does not) */
.bodystyle {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}


a:link {
	color: #02124F;
}
a:visited {
	color: #02124f;
}
a:hover {
	color: #3676B3;
	text-decoration: none;
}
a:active {
	color: #02124F;
}

/* Sets the color of ALL horizontal rules...use with caution */
hr {
	color: #666666;
}

/* ----- HEADINGS ----- */
h1 {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif; 
	font-size: 30px;
	color: #02124F;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #02124F;
	font-style: italic;
	line-height: 26px;
}
h3 {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif; 
	font-size: 14px;
	color: #02124F;
}
h4 {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif; 
	font-size: 12px;
	color: #02124F;
}


/* NAVIGATION BAR OPTIONS */

.NavBarTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0;
}
.NavBarTop a:link {
	color: #797200;
	text-decoration: none;
	font-weight: bold;
}
.NavBarTop a:visited {
	color: #797200;
	text-decoration: none;
	font-weight: bold;
}
.NavBarTop a:hover {
	color: #999900;
	font-weight: bold;
	text-decoration: none;
}
.NavBarTop a:active {
	color: #797200;
	text-decoration: none;
	font-weight: bold;
}

.NavBarLeft {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-size: 11px;
	line-height: 14px;
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif;
}
.NavBarLeft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.NavBarLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.NavBarLeft a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.NavBarLeft a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* USE FOR TWO-LEVEL LINKS IN LEFT BAR */

.NavBarLeftCategory {
	text-transform: uppercase;
	color: #BAD6F1;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif;
}
.NavBarLeftCategory a:link {
	color: #BAD6F1;
	text-decoration: none;
}
.NavBarLeftCategory a:visited {
	color: #BAD6F1;
	text-decoration: none;
}
.NavBarLeftCategory a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.NavBarLeftCategory a:active {
	color: #BAD6F1;
	text-decoration: none;
}


/* ----- MONOSPACE FONTS -----
	use .monospace for text within form fields so that input boxes are a consistent width between IE & Netscape 
	Example: <Input Type="text" Size="45" Class="monospace">
	*/
code, tt, pre {
	font-family: monaco, "andale mono", "courier new", courier, monospace;
	font-size: 11px;
	color: #663300;
	background-color: transparent;
}
.monospace {
	font-family: monaco, "andale mono", "courier new", courier, monospace;
	font-size: 11px;
	color: #663300;
	background-color: transparent;
}

.Footer {
	font-size: 10px;
	color: #797200;
}
ul.links li {
margin-bottom: 20px;
}
.List {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	list-style-image:  url(images/bullet.gif);
	line-height: 20px;
}
.Tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #02124F;
	line-height: 20px;
}
.Byline {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


/* LIST STYLES
    --------------------------------------------------------------- */
ol, ul, li { font-size: 100%; line-height: 100%; } /* Minimum needed to offset simple.css - may be handled better elsewhere  */
/* TODO: should the line height be inherit? */
li {line-height: 1.4em;padding-left: 25px;background: transparent url("/images/a/sprites.gif") no-repeat 0 0;} /* TODO: split sprites.gif up */

/* from http://www.mollio.org/css/main.css */
ul {margin: .3em 0 1.5em 0;list-style-type:none;}

ul.related {margin-top: -1em;}
ul.tight li {margin-bottom: 0;}
	
ol {margin: .5em .5em 1.5em;}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal;}
ol.lower-alpha li { list-style-type:lower-alpha; }

li.doc {background-position: 3px -500px;}
ul.nomarker li {background:none;padding-left:0;}


/* TEST: Check special dl styles */
dl {margin: 0 0 1em 0;}
dt {font-weight:bold;margin-top: 1.3em;}
dl dl {margin: 0 0 1.5em 30px;}
/*dd { margin-left: 20px; }  sets default margins */




/* TODO: Remove importants */
ul.list-pdf li, li.list-pdf {
	background: transparent url(/images/a/file_pdf.gif) no-repeat 0 .2em !important;
	}
ul.list-word li, li.list-word {
	background: transparent url(/images/a/file_word.gif) no-repeat 0 .2em !important;
	}	
ul.list-excel li, li.list-excel {
	background: transparent url(/images/a/file_excel.gif) no-repeat 0 .2em !important;
	}	
ul.list-video {padding: 0; margin: 0;}
ul.list-video li, li.list-video {
	background: url(/images/a/file_video.gif) 0 0em no-repeat;
	padding-left: 30px;
	}

.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}