body
{
	margin: 0px;
	text-align: center;

}

#header
{
	background-color: #75a2cc;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#headertext
{
	padding: 15px;
}

.whitelink
{
	text-decoration: none;
	color: white;
}

.leftnavigation
{
	background-color: #ffffcc;
	font-family: verdana;
	font-size: 10pt;
	/* line-height: 15px; */
 	float: left;
	padding: 15px;
    margin-right: 15px;
    border-right: 5px solid white;
    border-bottom: 5px solid white
}

.rightnavigation
{
	float: right;
	background-color: #f8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	width: 100px;
	color: #999;
}

.content-area
{
	background-color: #eee;
	font-family: verdana;
	font-size: 10pt;
	/* line-height: 15px; */
	padding: 15px;
	padding-left: 200px;
	margin-left: 10px;
}

.pagetitle
{
	font-weight: bold;
	font-size: 12pt;
}

a.navlink:link
{
/*	text-decoration: none; */
}

a.navlink:hover
{
	text-decoration: underline;
	color: purple;
}

.textbold
{
	font-weight: bold;
}

h1
{
	color: white;
	/*font-family: 'Trebuchet MS', Verdana, sans-serif;*/
	font-family: georgia;
	font-size: 17pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h2
{
	color: white;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
}

h3
{
	color: black;
	/*font-family: 'Trebuchet MS', Verdana, sans-serif;*/
	font-family: verdana;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.quoted
{
	background-color: white;
	font-style: italic;
}
.copyright
{
	font-family: verdana;
	font-size: 8pt;
	color: #999999;
}