/*	This CSS Document contains information, in order, on:

			General Definitions
			Form Definitions
			Link Behaviours
			Miscellaneous Classes
			Highlights
			Footer
			Left Navigation

		Version: 1.0
		Created by: Jeffrey Haas
		Creation: Thursday, March 27, 2003 @ 9:35 EST
		Revision: Saturday, March 29, 2003
*/



/* General Definitions */
body, td {
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 12px;
	background-color:#CCCC99;
	color:#FFFFFF;
	}
body {
	scrollbar-arrow-color: #99BADF;
	scrollbar-base-color: #4F787B;
	scrollbar-track-color: #000013;
	scrollbar-3dlight-color: #0000CC;
	scrollbar-highlight-color: #000066;
	scrollbar-face-color: #000066;
	scrollbar-shadow-color: #000066;
	scrollbar-darkshadow-color: #0000CC;
	}
td {
	padding: 8px; 
	}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #000066;
	word-spacing: 3px;
	margin-bottom:1px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, 'Sans Serif';
	font-size: 18px;
	font-weight: bold;
	color: #666633;
	letter-spacing: 3px;
	word-spacing: 4px;
}
strong, em {
	color: #666633;
	}
ul, ol {
	font-size: 10px;
	}
.credit {
	font-size: 11px;
	font-style: italic;
	color: #000066;
	word-spacing: 3px;
	margin-bottom:1px;
}
.linkSection {
	color: #000066;
	font-size: 12px;
	font-weight: bold; 
	}
.linkElement {
	color: #000099;
	font-size: 11px;
	}
.linkCredit {
	color: #000099;
	font-decoration: underline;
	}
.back_next {
	color: #000099;
	font-size: 9px;
	}

/* Form Definitions */
.buttons {
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000066;
	border-color:#0000CC;
	width: 100%;
}	
.fields {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #99BADF;
	border-color:#000099;
	width: 100%;
}

/* Link Behaviours */
a {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a.visited {
	text-decoration: underline;
	color: #00CCCC;
}
a.active {
	text-decoration: blink;
	font-weight: bold;
}

/* Miscellaneous Classes */
.date {
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-weight: lighter;
	font-size: 9px;
	color: #BBCCDD;
	line-height: 10px;
	margin-top: -16px;
}
.image {
	border-width: 0px; 
	border-bottom-width: 1px; 
	border-style: solid; 
	border-color: #999999; 
}
.content {
	color:#000000;
}
.comments {
	background-color:#000022;
	overflow=auto;
	height:340px;
}
.comments td {
	padding: 1px;
	background-color:#000022;
}
.commentsList {
	font-size: 10px;
	border-width: 0px; 
	border-bottom-width: 1px; 
	border-style: dashed; 
	border-color: #999999; 
	margin-bottom: 10px;
}

/* Highlights (like a pullquote) */
.highlight {
	border-width: 1px; 
	border-style: solid; 
	border-color: #999999; 
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color:#000000;
}

/* Footer */
.footer {
	background-color: #000066; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #0000CC; 
	width:  728px; 
	padding: 2px;
	line-height: 12px;
	text-align: right;
	font-size: 10px;
}
	
/* Left Navigation */
.nav {
	background-color: #666633; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #CC9966; 
	width:  180px; 
	padding: 2px;
	margin-bottom: 4px;
	line-height: 12px;
	letter-spacing: 1px;
}
.nav_hover {
	background-color: #999966; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #CC9966; 
	width:  180px; 
	padding: 2px;
	margin-bottom: 4px;
	line-height: 12px;
	letter-spacing: 1px;
}
.nav_link {
	color:#FFCC00;
}
.nav_link_selected {
	color:#FFFFFF;
}

.nav_item0 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
	text-decoration: underline;
}
.nav_item1 {
	font-size: 11px;
}
.nav_item2 {
	font-size: 10px;
	margin:4px;
	margin-left: 10px;
	color:#FFCC00;
}
#google_search {
	padding:2px;
	font-size:10px;
	color:#000000;
	text-align:center;
	background-color:#dedede;
	border-style:solid;
	border-color:#000066;
	border-width:1px;
}