/* CSS Document */

body {
	background-image: url(bkg.gif);
	font-family: Trebuchet MS, Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	margin: 0px;
	padding: 0;	
	text-align: left;
}

a:link 		{ color: #000000; text-decoration: none; }
a:visited 	{ color: #000000; text-decoration: none; }
a:active 	{ color: #000000; text-decoration: none; }
a:hover 	{ color: #000000; text-decoration: underline; }

.title {
	color: #993399;
	font-family: Times;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

.subtitle {
	color: #993399;
	font-family: Times;
	font-size: 10pt;
}

#content {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 560px;
}

#contentheader {
	height: auto;
	width: auto;
}

#masthead {
	height: 215px;
	background-image: url(logo.png);
	background-position: center;
	width: 750px;
}

#nav {
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 5px;
	width: 160px;
}

#wrapper {
	background-image: url(bkg.png);
	border: 5px solid #060606;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	width: 750px;
}