body
{
	background: #0092DE url(../graphics/background.png) no-repeat fixed top left;
	height: 100%;
	width: 800px;
	margin: 10px auto;
	font-family: trebuchet ms,arial,helvetica,sans serif;
	font-size: 14px;
}

a
{
	outline: none;
	color: #0000EE;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

p
{
	text-indent: 1em;
}

img
{
	border: 0px;
	outline: none;
}

div#banner
{
	width: 800px;
	height: 150px;
	background-color: white;
	margin-bottom: 10px;
}

div#navigation
{
	width: 800px;
	height: 30px;
	margin-bottom: 10px;
}

div#main
{
	width: 780px;
	height: auto;
	margin: 0px 0px;
	padding: 10px 10px;
	overflow: auto;
	background-color: white;
	margin-bottom: 10px;
}

div#footer
{
	width: 800px;
	height: 15px;
	background-color: white;
	margin-bottom: 10px;
	text-align: center;
}

ul#nav
{
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 800px;
	height: 30px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: white;
	z-index: 999999;
}

ul#nav li
{
	width: 160px;
	height: 30px;
	float: left;
	background: url(../graphics/nav/background.png) 0px 30px;
	line-height: 30px;
	text-align: center;
}

ul#nav li a
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	outline: none;
	color: white;
}

ul#nav li ul
{
	position: relative;
	visibility: hidden;
	margin: -6px 0px;
	padding: 0px 0px;
	list-style: none;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	outline: none;
	color: white;
}

ul#nav li ul li
{
	margin: 0px 0px;
	padding: 0px 0px;
	background: #135576 none;
	width: 160px;
	height: 20px;
	line-height: 20px;
}


ul#nav li ul li a
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	color: white;
}

ul#nav li:hover
{
	background-position: 0px 0px;
}

ul#nav li:hover ul
{
	visibility: visible;
}

ul#nav li ul li:hover a
{
	color: black;
}

ul.linklist
{
	list-style: none;
}

.pagetitle
{
	font-size: 26px;
	color: #1A5877;
	font-weight: bold;
}

.pagedescription
{
	font-size: 16px;
	text-indent: 20px;
}

.subtitle
{
	font-size: 20px;
	color: #006699;
	text-decoration: underline;
}