@charset "iso-8859-1";
/* Body */
BODY {
	background : #fffff0 url("images/cnvbkgnd.jpg");
	font-family: Tahoma, "Bitstream Vera Sans", Helvetica, sans-serif;	
	color : #000000;	
	font-size: 9pt;
	line-height: 1.4;
	margin: 4px;
	padding: 0px;	
}

a:link, a:visited {
	color:#900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 4px;
	left: 8px;
}
#banner {
	margin-left: 90px;
}

#banner h1 {
	font-size: 18pt;
	text-align: center;
	margin-bottom: 4px;
}
#banner p {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

#nav {
	float: left;
	padding-top: 50px;
}

#nav li {
	list-style-type: none;
	border-bottom:solid 1px #FFFFEC;
	margin: 2px 0px 2px -34px;
}

#nav li a{
display:block;
background-color:#993300;
padding:5px 20px 5px 16px;
border-left:solid .8em #e82626;
font-family: Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration:none;
color: #fffff0;
}

#nav li a:hover, #nav li a:active {
background-color:#e82626;
border-left-color: black;
}

#nav li a:visited {
border-left-color: black;
}

#right {
	padding-top: 100px;
	float: right;
	width: 100px;
	text-align: center;
}

#content {
	margin-left: 170px;
	margin-right: 105px;
	background: #fffff0;
	padding: 10px;
	border: 3px inset;
}

#cleardiv {
	clear: both;
	height: 1em;
}

#footer {
	text-align: center;
}

#footer ul {
	margin-bottom: 0px;
}

#footer li {
	display: inline;
	padding: 0px 5px 0px 7px;
	font-weight: bold;
	border-left: 1px solid black;
}

#footer li#first {
	border-left: 0px;
}

.center {
	text-align: center;
}
.left {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}
.right {
	float: right;
	padding-left: 4px;
	padding-bottom: 4px;	
}

h2 {
	font-size: 12pt;
	margin-top: 0px;
	text-align: center;
}

h3 {
	font-size: 11pt;
}

td {
	font-size: 10pt;
}

.small td {
	font-size: 9pt;

}

dd {
	font-size: 10pt;
	padding-bottom: 8px;
}
dt {
	font-size: 10pt;
}