h1,h2,h3,h4,h5 {
	line-height: 1.5;
	margin: 10px 20px 10px 19px;
}

h1 { font-size: 2.0em; margin-top: 10px; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; }

p {
	line-height: 1.5;
	margin: 15px 20px 15px 19px;
	font-size: 1.3em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #b91809;
}
a:hover {
	text-decoration: underline;
}

img {
	margin: 10px 15px;
}

/* Navigation */

#navmain li a {
	color: #ffffff;
	font-size: 1.4em;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1;
}

/* SiteInfo */

#siteinfo-credits p {
	color: #ffffff;
	margin: 0;
	font-size: 1.1em;
}
#siteinfo-credits a {
	font-weight: bold;
	color: #ffffff;
}

/* Content Styling */

#content-main ul,
#content-main ol {
	margin-left: 40px;
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 1em;
}
#content-main ul ul,
#content-main ol ol {
	font-size: 1em;
}
#content-main li {
	margin-bottom: 0.5em;
}

#content-supp p {
	color: #333333;
	padding: 4px 7px;
}
#content-supp p a { color: #333333; font-weight: normal; }


#nav-supp h2 {
	background: transparent url(/images/site/bg-upcoming-events.png) no-repeat left top;
	height: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
}
#nav-supp .ssnews h2 {
	background: transparent url(/images/site/content-supp-item-ssnews-bg.png) no-repeat left top;
	height: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
}
#nav-supp .jsnews h2 {
	background: transparent url(/images/site/content-supp-item-jsnews-bg.png) no-repeat left top;
	height: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
}
#nav-supp .jsnews a {
	color: #2f4196;
}

#nav-supp p {
	font-size: 1.1em;
	margin: 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav-supp h2 {
	margin: 10px 10px;
}

.nav-supp-newsitem {
	overflow: auto;
}
.nav-supp-newsitem h3 {
	margin: 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.0;
}
.nav-supp-newsitem p {
	margin: 0;
}
.nav-supp-newsitem img {
	border: 3px solid #ffffff;
	background-color: #ffffff;
	margin: 5px 0 0 10px;
}

/* Table Styling */

table {
	margin: 0 20px 20px;
}

tr.shade {
	background-color: #e9e9e4;
}

th,
td {
	font-size: 1.3em;
	line-height: 1.5;
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
}
td p { font-size: 1em; padding: 0; margin: 0; }