
body
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 1px;
}

h1
{
	font-size: 1.6em;
	line-height: 1.4em;
	border-bottom: 1px solid #0035ad;
	color: #0035ad;
	padding: 0;
	margin-bottom: 0;
}

h2
{
	font-size: 1.4em;
	line-height: 1.4em;
	border: none;
	padding: 0 0 1em 0;
	margin-top: 0;
}

h3
{
	font-size: 1.2em;
	line-height: 1.2em;
	border: none;
	color: #597cca;
	padding: .3em 0 .1em 0;
}

h3.subTitle
{
	font-size: 1.2em;
	line-height: 1.2em;
	border: none;
	color: #597cca;
	padding: 0 0 1.2em 0;
	margin: 0;
}

h4
{
	font-size: 1.0em;
	line-height: 1.2em;
	border: none;
	color: #8e65b6;
	padding: .3em 0 .1em 0;
}

h5, h6
{
	font-size: 1em;
	line-height: 1em;
	border: none;
	padding: .3em 0 .1em 0;
	color: #000;
}

p
{
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin: 0 0 1.3em 0;
	padding: 0;
}

pre
{
	font-family: monaco,courier,"courier new",monospace;
	font-size: 1em;
}

li
{
	padding-bottom: 1em;
}

ul
{
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: square;
}

ol
{
	margin: 0 0 0 3em;
	padding: 0;
}

ol li
{
	list-style-type: decimal;
}

dl
{
	margin-top: 0;
	padding-top: 0;
}

dt
{
	padding: 0;
	color: #4fa600;
	font-weight: bold;
	margin-left: 1.5em;
}

dd
{
	padding-bottom: 1em;
	color: #000;
	font-style: normal;
}

table
{
	border: none;
	font-size: 1em;
}

tr, td, th
{
	font-size: 1em;
}

th
{
	text-align: left;
	font-weight: bold;
}

input
{
	font-size: 1em;
	color: #000;
}

select
{
	font-size: 1em;
	color: #000;
}

/*possibly find and replace these classes*/
.h1Level3
{
	color: #597cca;
	font-weight: bold;
	border-bottom: 1px solid #597cca;
}

.h1Level2
{
	color: #597cca;
	border: none;
}

.h1Level1
{
	color: #6699CC;
	border-bottom: 1px solid #6699cc;
}

.headerPurple
{
	color: #9966CC;
	border-bottom: 1px solid #9966cc;
}

.subHeaderRed
{
	color: #EA6E47;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
}

.subHeaderBlack
{
	color: #000000;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
}

.subHeaderBlue
{
	color: #6080B7;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
}

.subHeaderBlueLarge
{
	color: #6080B7;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6em;
	border: none;
	padding: .3em 0 .1em 0;
}

.purpleText
{
	color: #7E639E;
	font-weight: normal;
	font-size: 1.3em;
	border: none;
}

.redText
{
	color: #EA6E47;
}

.redTextBold
{
	color: #EA6E47;
	font-weight: bold;
}

.whiteText
{
	color: #fff;
	background-color: transparent;
}

.whiteTextSmall
{
	color: #fff;
	font-size: .7em;
	background-color: transparent;
}

.whiteTextLarge
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.navCSelected
{
	color: #FBEF76;
}

.navCSelected:hover
{
	color: #FBEF76;
}

/* Footer */
.footerBlue
{
	line-height: normal;
	color: #0B3D91;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 0;
}

/* Links */

/* Updated by Doug Smith 11/17/2004 to resolve expired/deleted link style issues.

a {
	color:#000000;
	text-decoration:underline;
	}   
a:hover {
	color:#a80606;
	text-decoration:underline;
	}
*/

:link, :visited
{
	color: #000000;
	text-decoration:none;
}

:link:hover, :visited:hover
{
	color: #a80606;
	text-decoration:underline;
}

a.landingPageLinks:link
{
	color: #5670AB;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

a.landingPageLinks:visited
{
	color: #5670AB;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

a.landingPageLinks:hover
{
	color: #000066;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

a.blueLinks:link
{
	color: #0B3D91;
	text-decoration: none;
}

a.blueLinks:visited
{
	color: #0B3D91;
	text-decoration: none;
}

a.blueLinks:hover
{
	color: #0B3D91;
	text-decoration: underline;
}

a.blueLinksLarge:link
{
	color: #6080B7;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

a.blueLinksLarge:visited
{
	color: #6080B7;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

a.blueLinksLarge:hover
{
	color: #6080B7;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}

.blueTextLarge
{
	color: #6080B7;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

a.whiteLinksSmall:link
{
	color: #fff;
	background-color: transparent;
	font-size: .8em;
	text-decoration: underline;
}

a.whiteLinksSmall:visited
{
	color: #fff;
	font-size: .8em;
	text-decoration: underline;
	background-color: transparent;
}

a.whiteLinksSmall:hover
{
	color: #FBEF76;
	font-size: .8em;
	text-decoration: underline;
}

a.whiteLinks:link
{
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

a.whiteLinks:visited
{
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

a.whiteLinks:hover
{
	color: #FBEF76;
	text-decoration: underline;
}

a.whiteLinksLarge:link
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a.whiteLinksLarge:visited
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a.whiteLinksLarge:hover
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FBEF76;
	text-decoration: none;
}

a.navB:link
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a.navB:visited
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a.navB:hover
{
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

a.navC:link
{
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

a.navC:visited
{
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

a.navC:hover
{
	color: #FBEF76;
	text-decoration: underline;
}

a.navCSelected:link
{
	color: #FBEF76;
}

a.navCSelected:visited
{
	color: #FBEF76;
}

a.navCSelected:hover
{
	color: #FBEF76;
}

a.purpleLink:link
{
	color: #7E639E;
	text-decoration: none;
}

a.purpleLink:visited
{
	color: #7E639E;
	text-decoration: none;
}

a.purpleLink:hover
{
	color: #7E639E;
	text-decoration: none;
}

/* Fields */
.searchfield
{
	width: 128px;
}

.monthselect
{
	width: 84px;
}

.eventselect
{
	width: 179px;
}

/* Related Links Box Styles */
div.relLinks
{
	float: right;
	border-left: 1px solid #00219d;
	border-right: 1px solid #00219d;
	width: 180px;
	text-align: left;
	margin: 6px;
	clear: both;
}

div.relLinks h3
{
	color: #fff;
	background-color: #00219d;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}

div.relLinks ul, div.relLinks li
{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.relLinks li
{
	padding: 4px;
	border-bottom: 1px solid #00219d;
}

p.alphaDir
{
	font-size: 16px;
	text-align: center;
}