<style type="text/css">
@font-face {
	font-family: 'duxcentbook';
	src: url('/fonts/duxcentbook-webfont.eot');
	src: url('/fonts/duxcentbook-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/duxcentbook-webfont.woff') format('woff'),
	     url('/fonts/duxcentbook-webfont.ttf') format('truetype'),
	     url('/fonts/duxcentbook-webfont.svg#duxcentbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: white;
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	height: 100%;
	width: 100%;
}
.leftcolumn {
	background-color: black;
	max-height: 2000px;
	max-width: 205px;
	min-width: 205px;
	min-height: 700px;
	left: 0px;
	top: 0px;
	position: absolute;
	text-align: center;
	height: 100%;
	width: 205px;
	display: block;
}
.rightcolumn {
	height: 100%;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color: white;
	text-align:left;
}
h1 {
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: duxcentbook, "Times New Roman", Times, serif;
}
h2 {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: duxcentbook, "Times New Roman", Times, serif;
}
h4 {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_label {
	text-align: left;
	color: #141414;
	line-height: 14px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.form_input {
	border-color: #cccccc;
	border-width: 1px;
	max-height: 25px;
	min-height: 25px;
	min-width: 260px;
	max-width: 260px;
	text-align: left;
	margin-top: 5px;
	height: 25px;
	width: 260px;
	-webkit-border-radius:0; 
	border-radius:0;
}
.submit {
	display: block;
	border-style: none;
	border-width: 0px;
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	background-image: url(/images/logout_norm.gif);
}
.submit:hover {
	background-repeat: no-repeat;
	background-image: url(/images/logout_hover.gif);
}
.submit:active {
	background-repeat: no-repeat;
	background-image: url(/images/logout_norm.gif);
}
 #help {
	width: 260px;
	color: black;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.section_top {
	border-right-color: white;
	border-left-color: white;
	border-bottom-color: #cccccc;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-width: 0px;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-top-width: 1px;
}
.section_bottom {
	border-top-color: white;
	border-bottom-color: #cccccc;
	border-left-color: white;
	border-right-color: white;
	border-right-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 20px;
}
a:hover {
	color: #FF0000;
}
.contact {
	color: white;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.contact a {
	color: white;
}
.contact a:hover {
	color: red;
}
#mainwrapper {
	text-shadow: 0px 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}
#menu3 * {
	margin: 0;
	padding: 0;
}
#menu3 ul.menu	{
	font-weight: bold;
	float: left;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-transform: none;
}
#menu3 ul.menu li {
	position: relative;
	list-style-type: none;
}
#menu3 ul.menu li a {
	padding-left: 5px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-top: 7px;
	display: inline-block;
	width: 145px;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#menu3 ul.menu li ul.sub-menu {
	display: none;
}
#menu3 ul.menu li:hover ul.sub-menu {
	display: block;
	position: absolute;
	left: 155px;
	top: 1px;
}
#menu3 ul.menu li ul.sub-menu li {
	margin-left: 1px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}
#menu3 ul.menu li ul.sub-menu li a {
	width: 155px;
	background-image: none;
	background-color: #333333;
}
#menu3 ul.menu li ul.sub-menu li ul {
	display: none;
}
#menu3 ul.menu li ul.sub-menu li:hover ul {
	display: block;
	position: absolute;
	left: 165px;
	top: 1px;
}
#menu3 ul.menu li ul.sub-menu li ul li a {
	width: 155px;
	background-image: none;
	background-color: #333333;
}
#menu3 ul.menu li ul.sub-menu li ul li ul li {
	display: none;
}
#menu3 ul.menu li ul.sub-menu li ul li:hover ul li {
	display: block;
	position: absolute;
	top: 1px;
}
#menu3 ul.menu li a {
	background-repeat: repeat-x;
	background-image: url(/images/duxna_menu_bkgnd_1.jpg);
	color: white;
}
#menu3 ul.menu > li > a {
	background-repeat: repeat-x;
	background-image: url(/images/duxna_menu_bkgnd_1.jpg);
	color: white;
}
#menu3 ul.menu li:hover > a, #menu3 ul.menu li a:hover {
	color: white;
	background-image: none;
	background-color: #666666;
}
#menu3 ul.menu li ul.sub-menu li a:hover {
	color: white;
	background-image: none;
	background-color: #666666;
}
#menu3 ul.menu > li > a.haschild {
	background-repeat: repeat-x;
	background-image: url(/images/duxna_menu_bkgnd_1.jpg);
	color: white;
}
#menu3 ul.menu > li:hover > a.haschild {
	background-image: none;
	background-color: #666666;
}
#menu3 ul.menu li ul.sub-menu li a.haschild {
	background-image: none;
}
#menu3 ul.menu li:hover ul.sub-menu li:hover a.haschild	{
	background-image: none;
	background-color: #666666;
}
#menu3 ul.menu li:hover ul.sub-menu li:hover ul a.haschild	{
	background-image: none;
	background-color: #333333;
}
#menu3 ul.menu li:hover ul.sub-menu li:hover ul li a.haschild	{
	background-image: none;
	background-color: #333333;
}
#menu3 ul.menu li:hover ul.sub-menu li:hover ul li:hover a.haschild	{
	background-image: none;
	background-color: #666666;
}
.clear {
	clear: both;
}
.rightcolumn table tr td{text-align:left;font-weight:normal;font-size:11pt;font-family:Times New Roman, ms serif}
.hdr {font-size:12pt;font-family:garamond narrow, chicago, verdana; font-weight:bold;}
</style>
