/* CSS Document */
html
{
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
}

body
{
	text-align:center;
	background: #dadad4;
	color: #374d3c;
	overflow:auto;
	height:100%;
	max-height:100%;
	background-image: url(../pics/bground.gif);
}

#container
{
	text-align:center;
	margin: 0 auto;
	width: auto;
	overflow: hidden;
	margin-bottom: 5px;
	margin-left: 150px;
}

h1
{
	color: #355842;
	padding: 3px;
	margin: 0;
	border: none;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
	font-style: normal;
}

h2
{
	background: #afafa8;
	color: #355842;
	padding: 3px;
	margin: 0;
	border: none;
	font-size: 120%;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
}

h3
{
	margin-top: 0;
	color: #b23b00;
	font-weight: normal;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #000000;
	font-style:normal;
	font-weight:normal;
}
p.introduction
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	color: #900;
}
	

#nav
{
	float: left;
	width: 145px;
	display: inline;
	margin-left:15px;
	padding: 15px 0;
	position: absolute;
	left: -8px;
	top: 200px;
	height: 374px;
}
#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#nav ul a
{
	display: block;
	text-decoration:none;
	background: #355842;
	color: #dadad4;
	padding: .2em .5em;
	border-bottom: 1px solid #afafa8;
	width: 7em;
}
#nav ul a:hover
{
	background:#f29f01;
	color: #374d3c;
}
#nav li
{
	background: #dadad4;
	padding: 0 10px 5px 0;
}
#content
{
	float: none;
	width: 850px;
	margin-left: 10px;
	padding: 5px;
	position: relative;
	left: 131px;
	top: 5px;
	height: 600px;
	overflow: auto;
	right: 5px;
	bottom: auto;
	visibility: visible;
}
#footer
{
	clear: both;
	background: #374d3c;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
	position: relative;
	right:10px;
	bottom: -5px;
	left:14px;
	width: auto;
}

a:link
{
	color: #660000;
}
a:visited
{
	color: #600;
}
a:hover, a:active
{
	color: #ffff;
	background: #175b7d;
}
a.external:link
{
	color: #660000;
	font-weight: normal;
}
a.external:hover
{
	color: #FFFF99;
	background: 4a6751;
}
a.external:visited
{
	color: black;
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}
th, td
{
	padding: 0.5em;
	border-right-color: #FFFFFF;
}


	

