A {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	color : red;
	text-decoration : underline;
}

BODY {
	background : white;
	color : #666666;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin : 20px 24px;
}

BODY.homepage {
}

DIV.headline {
	border : none;
	color : #666666;
	margin : 0;
	padding : 0;
	width : 100%;
}

H1, H2, H3, H4 {
	font-family : Georgia, "Times New Roman", Times, serif;
	margin-bottom : 8px;
}

HR {
	color : silver;
	height : 1px;
}

P, TABLE, TD, DIV, FORM {
	font-family : Georgia, "Times New Roman", Times, serif;
}

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 : #E7E7E7;
	border-color : #336699;
	border-style : solid;
	border-width : 1px;
	padding : 14px;
}
 
.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;
}

.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;
}
  
.spotlight {
	background-color : white;
	border : 1px solid navy;
	color : black;
	padding : 14px;
	text-align : center;
}

/* hide the subhead */
.subhead {
	color : white;
	height : 0;
	margin : 0;
	padding : 0;
}
