

// BODY STYLE

body {
	background-color: #ffffff;
	background: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
}

// TEXT STYLES

H1 {
	font-weight:bold;
	line-height: 130%;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H2 {
	font-weight:bold;
	font-size: 95%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H3 {
	font-weight:bold;
	font-size: 150%;
	line-height: 140%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H3.lower {
	font-weight:bold;
	font-size: 85%;
	line-height: 130%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H4 {
	font-weight:bold;
	font-size: 75%;
	line-height: 150%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H5 {
	font-weight:bold;
	font-size: 70%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

p, li, span {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.eventStory {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}

a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: underline;
}

a:hover {
	COLOR: #ff6600;
	text-decoration: underline;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

.spanLink {
	color: teal;
	font-weight: bolder;
	text-decoration: underline;
}

p.listOfLinks {
	margin-bottom:0px;
}

a.listOfLinks {
	color: teal;
	font-weight: bolder;
	line-height: 100%;
}

.bold {
	font: bold;
}

.center {
	text-align:center;
}

.black {
	color: #000000;
}

.red {
	color: #ff0000;
}

.teal {
	color: teal;
}

.copyright {
	font-size: 0.6em;
	color: #000000;
}

.caps {
	text-transform: capitalize;
}



// DIV STYLES

.navOuterBlock {
	width: 150px;
	border: thin Gray;
}

.navInnerBlock {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: thin Gray;
	background: #ffffff;
}

.navSectionHeader {
	width: 100%;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid Gray;
	background: #B6C5EE;
}

.alternativeBackground {
	background: #FDF5E6;	
}

.navHomeBlock {
	width: 146px;
	margin-left: 2px;
	border: 1px #999999;
}

.navLinkBlock {
	padding-left:10px;
}

.mainContent {
	padding-top: 5px;
	padding-left: 20px;
	width: 80%;
}

div.eventStory {
	height:370px;
	width:100%;
	padding-left:1em;
	padding-right:1em;
	overflow:auto;
}



// TABLE STYLES

td.search {
	vertical-align: top;
	background-color: #ffffff;
	width: 300px;	
}

td.navigation {
	vertical-align: top;
	width: 150px;
	height: 100%;
}

td.eventStory {
	vertical-align: top;
	width:100%;
	padding-left:3em;
	text-align:center;
}


// MISC STYLES

.webLink {
	margin-left: 3em;
}

.indent {
	margin-left: 30px;
}

.indent10 {
	margin-left: 10px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.right {
	text-align: right;
}

.w160 {
	width:160px;
}

.w20 {
	width:20px;
}


