/* CSS Document */
/* the basics */
html,body,p,td,li,ul,div,span  { 
	color: #000000;
	font-size: 11px; 
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	text-decoration: none; }

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

	a:visited { 
		color: #000099; }

	a:hover { 
		text-decoration: underline;
		color: #0099CC; }

a img {
	border-color: #000066;
	color: #066; }

	a:link img {
		border-color: #066;
		color: #066; }

	a:visited img {
		border-color: #333;
		color: #333; }

	a:hover img {
		border-color: #c00;
		color: #c00; }

body {
	background-image: url(images/bg-grn2.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

b { 
	font-weight: bold; }
	
form {
	margin: 0; }

li {
	margin: 0 15px 5px 15px; 
	color: #666; }

p { 
	margin: 0 0 8px;
	line-height: 18px; }

pre {
	font-family: "Monaco", "Andale Mono", "Orator", "Courier", "Courier New", monospaced; }

ul,ol {
	list-style-type: square;
	margin: 5px 0 15px 0;
	color: #666; }
	
	
/* classes */

.footer {
	background-image: url(images/banner_bottom.gif);
	background-repeat: no-repeat;
	width: 650px;
	clear: both;
	text-align: right;
	background-color: #CAE6CF;
	border-right: 1px dotted #999;
	border-top: 1px dotted #666;
	color: #000; }

.homeInset {
	margin: 0 10px 10px 35px;
	line-height: 18px; }
	
.NAV-item-OFF {
	padding: 5px 15px 5px 0; }

.NAV-item-ON {
	background-color: #FFFFFF;
	font-weight: 700;
	color: #066; 
	padding: 5px 15px 5px 0; }

.NAV-format {
	padding: 4;
	margin: 4;
	text-align: right;
	background-color: #D7E4F5; }
		
div.mainBox div.main {
	background-color: #fff;
	padding: 0;
	margin: 0;
	float: right;
	width: 510px;
	border-left: 1px dotted #aaa; }
	
div.mainBox {
	width: 650px; }

.BACKGROUND-dashes {
	background-image: url(images/bg-grn.jpg);
	background-repeat: repeat;
}
.BACKGROUND-banner {
	background-image: url(images/banner-long.gif);
}

.CONTENT-page-title {
	border-bottom: 1px solid #666;
	padding: 0px 0 5px 20;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
.CONTENT-subtitle-main {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 12px 0px 0px;
	padding: 0px;
}
.CONTENT-subtitle-secondary {
	margin: 0;
	padding: 12px 0px 0px;
	color: #173977;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.CONTENT-dateandtime {
	font-weight: bold;
	color: #173977;
}
.CONTENT-sponsor {
	text-transform: uppercase;
	color: #173977;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.CONTENT-quoteAttrib {
	text-align: right;
	background-color: #eee;
	margin: 0;
	padding: 7px; 
	color: #666;
	font-size: 10px;
	text-transform: uppercase; }.CONTENT-worktitle {
	color: #660000;
	margin-bottom: 10px;
	margin-left: 35px;
	text-indent: -20pt;
}
.white {
	color: #000099;
}
.white a  {
	color: #000099; }

	.white a:link {
		color: #000099; }

	.white a:visited {
		color: #000099; }

	.white a:hover {
		color: #0099CC; 
		text-decoration: underline; }

}
.reverse a  {
	color: #FFFFFF; }

	.reverse a:link {
		color: #FFFFFF; }

	.reverse a:visited {
		color: #FFFFFF; }

	.reverse a:hover {
		color: #FFFFFF; 
		text-decoration: underline; }

.allcaps {
	text-transform: capitalize;
}
