A {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	color : red;
	text-decoration : underline;
}

BODY, TD, TH, P, DIV, FORM, H1, H2, H3, H4, BLOCKQUOTE, UL, OL {
	font-family : Georgia, "Times New Roman", Times, serif;	
}

BODY, P, TD, DIV, H1, H2, H3, H4 {
	color : #666666;
}

BODY {
	margin : 20px 24px;
	background-color : white;
	scrollbar-3d-light-color: #ADD8E6;
	scrollbar-arrow-color: #EAEAEA;
	scrollbar-base-color: #ADD8E6;
	scrollbar-dark-shadow-color: Gray;
	scrollbar-face-color: #336699;
	scrollbar-highlight-color: #ADD8E6;
	scrollbar-shadow-color: Navy;
}

BODY.homepage {
}

DIV.headline {
	border : none;
	color : #666666;
	margin : 0;
	padding : 0;
	width : 100%;
}

H1, H2, H3, H4 {
	margin-bottom : 8px;
}

HR {
	color : silver;
	height : 1px;
}

TD.mainbar {
	padding-left : 16px;
}

TD.resourcebar {
/*	border-left: 1px solid silver;*/
	background-color: #F5F5F5;
}

TD.sidebar {
/*	border-right: 1px solid silver;*/
	background-color: #EAEAEA;
}

.box {
	background-color : #E7E7E7;
	border-color : #336699;
	border-style : solid;
	border-width : 1px;
	padding : 14px;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #003366; text-decoration: none; text-align: center
}
 
.keyword {
	font-variant : small-caps;
	font-weight : bold;
}

.mailform {
	background-color : #87CEFA;
	border-color : Navy;
	border-style : solid;
	border-width : 1px;
	padding : 12px;
	text-align : center;
}
 
.mainhead {
	border : none;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 32pt;
	font-weight : bold;
	margin-bottom : 0;
	padding : 0;
	text-align : left;
}

DIV.navbar {
	border-bottom-width : 1px;
	border-color : #336699;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 1px;
	font-family : Arial, sans-serif;
	font-size : smaller;
	height : 22px;
	margin-bottom : 4px;
	padding-top : 1px;
	width : 100%;
}

.navbar A {
	color : #336699;
}

/* hide the subhead */

.subhead {
/*	color : white;
	height : 0;
	margin : 0;
	padding : 0;
	visibility: hidden;*/
	font-size: smaller;
	font-style : italic;
	margin-top: -12px;
	margin-bottom: 6px;
	text-align : right;
}

.searchkeyword {
	background-color: #FFFACD;
}

table.navbar {	
	border: none;
	width: 98%;
	text-align: center;
	font-size: smaller;
	height: 30px;
}

td.navbar {
	border: 1px solid silver;
	background-color: #EAEAEA;
	text-align: center;
}

td.navbaractive {
	border: 1px solid silver;
	background-color: white;
	text-align: center;
}
