/* HTML Tag Definitions */
body { font-family: Verdana, Helvetica, Arial, sans-serif; color: #333333; font-size: smaller; }
p { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px 0px 8px 5px;
	padding: 0px;
	color: #222222;
}
h1, h2, h3 { font-family: Verdana, Arial, sans-serif; font-weight: bold; margin: 0px 0px 8px 0px; padding: 0px; }
h1 { font-size: 14px; color: #003399; }
h2 { font-size: 12px; color: #A3181E; }
h3 { font-size: 10px; color: #000; }

ul {}
li {
	line-height: 12px;
	color: #333333;
	list-style-type: disc;
	font-size: 11px;
	}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
a { color: #003399; text-decoration: none; }
a:hover { color: #373B74; text-decoration: underline; }
a:visited { color: #A3181E; text-decoration: none; }

/* Useful Class Definitions */
.smallprint { font-size: .8em; line-height: normal; }
.smalllink  { font-size: .8em; padding-bottom: .50em; }

.notice { color: #336666; font-weight: bold; }
.lastSaved {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: .8em;
	text-align: right;
}

.important { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.image_container {
	margin: 0px 10px 0px 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: .8em;
}

.linkList {
	font-family: Georgia,"MS Sans Serif", Geneva, sans-serif;
	font-size: .9em;
}

/* Site Content Container, a holder for Site Specific Content */
#siteContainer { }

/* Content Container (keeps all the pieces in place)
#content {}
#cal {} */

/* Footer */
#siteFooter p { font-family: Arial, Verdana, sans-serif; color: #003399; font-size: .85em; }
#siteFooter a { color: #003399; text-decoration: none; }
#siteFooter a:visited { color: #A3181E; text-decoration: none; }
#siteFooter a:hover { color: #A3181E; }