A:link {
	text-decoration: none;
	color: #0000AD;
}

A:visited {
	text-decoration: none;
	color: #000070;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: Gray;
}

body {
	background-color: #E0E0E0;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial;
	color: Black;
	font-size: 10pt;
}

h1 {
}

h2 {
}

h3 {
	color: Black;
	font-variant: small-caps;
	line-height: 5px;
}
.attention {
	color: #DC143C;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}
#navcontainer {
	margin-left: -5%;
}
#navlist li {
	list-style-type: none;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	line-height: 40px;
	padding-right: 2px;
	margin-left: -6px;
}

#footer {
	color: Black;
	text-align: center;
	font-size: 10pt;
}
#footer A:hover {
	text-decoration: none;
	color: #708090;
}

#sitecontainer {
overflow: hidden;
	margin-left: 22%;
}
#sitemap {
	list-style-type: none
}

#sitemap li {
	font-size: 11px;
	border-left: 1px;
	color: Black;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-left-style: dashed;
}
#calendar h3 {
	text-align: center;
} 

#calendar th {
	text-align: center;
	vertical-align: middle;
	width: 14%;
}
#calendar td {
	text-align: left;
	vertical-align: top;
	width: 14%;
}

#content_title {
	padding-left: 10px;
	padding-top: 20px;
}

#content_body {
	padding-left: 10px;
}
