a {
	color: black;
	text-decoration: none;
	border-bottom: 0px black solid;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

body
{
	background-color: #003366;
	margin: 0px;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 10pt;
	line-height: 1.6em;
}

.caps {
	letter-spacing: 0.1em;
	font-size: 10px;
}

#container
{
	background-color: #fff;
	/*
	width: 955px;
	\width: 965px;
	w\idth: 955px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	*/
	/*padding: 15px;*/
	border: 0px solid red;
	/*
	background-color: #666;
	background: url(/images/dots.gif);
	*/
}

#content
{
	border: 0px solid blue;
	width: 550px;
	margin-left:20px;
	padding: 5px 10px 10px;
	float: left;
	clear: right;

}

#content hr {
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

#foot {
	clear: both;
	margin-top: 5px;
	text-align: center;
	border: 0px solid blue;
	background-color: #036;
}

h1 {
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2 {
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
}

h3 {
	text-align: center;
	font-size: 150%;
	line-height: 1em;
	font-weight: bold;
	font-family: georgia, times, serif;
	color: #036;
	margin: .25em 0;
}

h3 a {
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

h4  {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #036;
	line-height: .1em;
}

h1 a, h2 a {
	border: 0px;
}

#header
{
	border: 0px solid red;
	background-color: #036;
	/*text-align: center;*/
	/*height: 350px;*/
	min-width: 800px;
}

#header a, #foot a {
	text-decoration: none;
	border: 0px black solid;
}

#header img, #foot img {
	text-decoration: none;
	border: 0px black solid;
}

img.divider {
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

#inner_container
{
	padding: 0px;
	border: 0px solid green;
	background-color: #fff;
	min-width: 800px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
	display: inline; 
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#nextprev {
	border: 0px solid green;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
}

#nextprev a {
	color: #036;
	text-decoration: none;
}

pre {
	font-size: 100%;
	line-height: 1em;
	padding-left: 25px;
	padding-right: 10px;
	white-space:pre;
	font-family:  "Andale Mono", "Courier New", Courier, mono;
	text-align: left;
	display: block;
}

#sidebar-1 {
	width: 175px;
	\width: 175px;
	w\idth: 175px;
	padding: 10px;
	margin: 0 0 15px 15px;
	float: left;
	border: 3px #fff double;
	background-color: #D8EBFF;
	line-height: 15px;
	font-size: 10px;
	text-align: right;	
}

#sidebar-1 a {
	border: 0px;
	color: #036;
	font-weight: bold;
}

#sidebar-1 a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

#sidebar-1 li {
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 .75em 0;
}

#sidebar-1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}