body {
	background-color: #BFE4FF;
	font-family: arial,tahoma,helvetica,sans-serif;
	line-height: 24px;
	color: #FFFFFF;

	// #139522; is a good contrasting green.
}

A:link    { color: #FFFFFF; }
A:visited { color: #FFFFFF; }
A:hover   { color: #FFFFFF; }
A:active  { color: #FFFFFF; }

a {
	color: #FFFFFF;
}

.small {
	font-size: 80%;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
    color: #FFFFFF;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
    color: #FFFF66;
}

.navLink p {
	margin-left: 5px;
}

.navLink A {
	color: #BFE4FF;
	font-weight: bold;
}

#content {
	margin: 1em;
}

.footer {
	font-size: 80%;
	font-style: italic;
	color: #000000;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

h1 {
	font-style: italic;
	font-size: 20pt;
}

legend {
	font-variant: small-caps;
	color: #BFE4FF;
}

fieldset {
}


.res-title {
	color: #139522;
	font-size: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

.programlist {
	margin: 5px;
}

.programlist ul {
	font-size: 10pt;
	padding: 8px;
	margin:0px;
}

.programlist li {
	list-style-type: none;
	padding-bottom: 5px;
}

.programlist A:link {	color: #BFE4FF; text-decoration: none; }
.programlist A:visited { color: #FFFFFF; text-decoration: none; }
.programlist A:hover   { color: #FFFFFF; text-decoration: underline; }
.programlist A:active  { color: #FFFFFF; text-decoration: underline; }

.resources {
	float:right;
	background-color:#BFE4FF;
	padding:5px;
	margin-left:5px;
	border:2pt solid #00487D;
}

.resources A:link {	color:#000000; text-decoration: none; border-bottom: dotted 1px #3399FF;}
.resources A:visited {	color:#000000; text-decoration: none;  border-bottom: dotted 1px #3399FF;}
.resources A:active {	color:#000000; text-decoration: underline; border-bottom: none; }
.resources A:hover {	color:#000000; text-decoration: underline; border-bottom: none; }
