/* 
	Notes:  border shorthand property used for NS4, other border properties used for
	IE4+, O4+, NS6/Mozilla to add "drop-shadow" border.	
	@import used to include styles that cause problems with NS4.
 */

a {
	color : blue;
	/*text-decoration : none;*/
}

a:visited {
	color : #0000C4;
}

a:hover {
	color : red;
	text-decoration : underline;
}

a.toplink {
	color : white;
}

body {
	background-color : #3D4F7A;
	color: black;
	margin : 10px 12px;
	scrollbar-arrow-color : #EAEAEA;
	scrollbar-face-color : #336699;
	scrollbar-base-color: #3D4F7A;
}

body, td {
	font-size : 80%;
}

body, th, td,  div, p, form {
	font-family : sans-serif;
}

body.homepage {
}

div.contentbox {
	background-color : #E9E9E9;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

div.infobox {
	background-color : #E9E9E9;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	margin : 0 28px 0 0;
	padding : 0 20px 20px 20px;
}

div.infobox2 {
	/* ts2.css only */
}

div.navbar {
	font-size : 12px;
	margin : 6px 0;
	text-align : center;
}

div.resourcebox {
	/* IE4 right-justifies w/o this */
	background-color : #B8C2DA;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	float : right;
	margin-bottom : 6px;
	margin-right : 0;
	margin-top : 20px;
	padding : 16px;
	text-align : left;
	width : 270px;
}

div.resourcebox2 {
	/* IE4 right-justifies w/o this */
	background-color : #B8C2DA;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	float : right;
	margin-bottom : 6px;
	margin-right : 0;
	margin-top : 20px;
	padding : 16px;
	text-align : center;
	width : 170px;
}

/* remove white border from NS4 on home page */
div.resourcebox .box {
	border : 1px solid #B8C2DA;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
}

div.whitebox {
	color : black;
	background-color : white;
	border : 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

div.whitebox a {
	color : blue;
}

div.whitebox a:hover {
	color : red;
}

input.button {
	background-color : #B8C2DA;
	color : black;
	cursor : hand;
}

h2 {
	font-size : 150%;
}

h3 {
	font-size : 130%;
}

h4 {
	font-size : 110%;
}

hr {
	color : black;
	height : 1px;
	width : 90%;
}

.box {
	background-color : white;
	border : 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 6px 6px 6px 10px;
}

.copyright {
	color : white;
	font-size : 12px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}

.copyright a {
	color : aqua;
}

.copyright a:visited {
	color : aqua;
}

.keyword {
	font-weight : bold;
}

.mainhead {
	background-color : black;
	border : 1px solid white;
	color : white;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 24pt;
	font-weight : bold;
	margin : 0;
	padding : 6px 0 8px 14px;
	text-align : left;
}

.navbar a {
	color : white;
	text-decoration : none;
}

.navbar a:visited {
	color : white;
}

.navbar a:hover {
	color : Yellow;
	text-decoration : underline;
}

.subhead {
	background-color : black;
	border : 1px solid white;
	border-top : none;
	color : white;
	font-size : 8pt;
	font-style : italic;
	margin : 0;
	padding : 4px 0 4px 14px;
	text-align : left;
}

.redcross {
	background-color : white;
	border: 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

table.redcross {
	border: none;
}
