BODY { 
	background-color : #FFFFF0;
	color : black;	
 }

 /* TopStyle home only */
BODY.homepage { 
	background-color: #D2B48C;
}
 
BODY, TABLE, FORM, DIV, P, TD {	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
}

H1, H2, H3, H4 { 
	margin-bottom: 8px;
	font-style: italic;
}

A {
	color : Navy;
	text-decoration: none;
}
 
A:HOVER {
	color : Red;
	background: Aqua none;
	text-decoration :  underline;
}

A:LINK {
	color : Green;
	background: none;
	text-decoration : underline;
}

A:VISITED {
	color : Maroon;
	background: none;
	text-decoration : underline;
}



HR { 
	height : 2px;
	color: Purple;
}

DIV.headline { 
	width: 100%;
	background-color : white;
	border: 2px solid #8B4513;
	padding: 0;
 }
 
/* TOPSTYLE on home page */
.mainhead {
	background-image : url("/topstyle/img/bslogohead.gif");
	background-position : left;
	background-repeat : no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size : 56px;
	font-weight : 900;
	text-align : left;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-left: 80px;
}

.tablehead1 {
	background-image : none;
	background-position : center;
	background-repeat : no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size : 25px;
	font-weight : 600;
	text-align : left;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-left: 80px;
}


.subhead {
	margin: 0;
	font-style: italic;
	text-align: left;
	padding: 4px;
	background-color: #FFFFCC;
	border: none;
}

.subhead A { color: Aqua; }

.navbar {
	font-size : 9pt;
	font-family: serif;
	width : 100%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 8px;
}

.menubar {
	background-color :  #CCFFFF;
	border-bottom : thin solid Silver;
	border-color : Silver Silver Silver Silver;
	border-left-color : Silver;
	border-left-style :  solid;
	border-left-width : thin;
	border-right : thin solid Silver;
	border-right-color : Silver;
	border-right-style :  solid;
	border-right-width : thin;
	border-left : thin solid Silver;
	border-top : thin solid Silver;
}


TD.sidebar {
	border: none;
}

TD.mainbar { 
	background-color: white;
	border: 2px solid #8B4513;
}

TD.mainbar A { 
	background-color:  #FFFFCC;
}

TD.resourcebar {
	border: none;
}

.keyword { 
 	font-weight: bold;
}
  
.spotlight { 
	background-color: #FFFFCC;
	border: 2px solid black;
	padding: 14px;
	color: black;
}

.box { 
	background : #D2B48C;
	layer-background-color : #D2B48C;
	padding: 14px;
	border-style: solid;
	border-width: thin;
	border-color: #660000;
 }
 
.mailform { 
	background : #D2B48C;
	layer-background-color : #D2B48C;
	padding: 12px;
	border-color: Navy;
	border-style: solid;
	border-width: thin;
	text-align: center;
 }

