.pagebg {
	background-image: url('/images/backgroundgradient.png');
	background-repeat: repeat-x;
	}

.leftnav {
	padding: 10px;
	padding-top: 5px;
	margin: 0px;
	align: center;
	background-image: url('/images/bkg3_12.gif');
	backround-attachment: fixed;
	background-position: 20px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.content {
	padding: 5px;
	padding-right: 0px;
	margin: 0px;
        wdth: 455px;
}

.rightnav {
	wdth: 130px;
	padding: 10px;
	padding-top: 0px;
	padding-right: 5px;
	margin: 0px;
	align: center;
	background-image: url('/images/bkg3_12.gif');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.footer {
	padding: 3px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	width: 800px;
	height: 88px;
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
}

.footer a {
	color: #ffffff !important;

}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 20px;
	clear: both;
}

h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: 900;
	font-size: 18px;
	border-bottom: 1px solid black;
	clear: both;
}

h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: 900;
	font-size: 16px;
	border-bottom: 1px solid silver;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

ul>li {
	padding-left: 23px;
	padding-top: 0px;
	padding-bottom: 6px;
	background-image: url(/images/bullet_15x15.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}

td, div {
	font-size:10pt;
	font-family: sans-serif, Georgia, Veranda, Arial, Times;
	}

a:hover {
	color: red;
	}

a {
	text-decoration: none;
	}

.menu {
	width: 150px; 
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #eod6e0; 
	border-top: 1px solid #330066; 
	border-right: 1px solid #330066;
	border-left: 1px solid #330066
	}

.menu ul {
	list-style: none; 
	border: none; 
	margin: 0px;
	padding: 0px;
	}

.menu li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #330066;
	background-image: none;
	}

.menu li a {
	border-top: 3px solid #DFDFCF; 
	border-right: 3px solid #BFBFAF;
	border-bottom: 3px solid #BFBFAF; 
	border-left: 3px solid #DFDFCF; 
	font-family: sans-serif, Georgia, Veranda, Arial, Times; 
	font-weight: bold;
	display: block; padding: 3px 0.2em; 
	wdth: 100%;
	text-align: right; 
	text-decoration: none;
	}

.menu li a:hover { 
	background-color: #FFFFFF;
	}

html>body .menu li a { 
	width: auto;
	}

