html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #55595a;
	min-height: 100%;
	margin: 0px 0px 1px;
}
body {
	background-color: #313131;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3 {
	color: #990000;
	padding: 0px;
	margin: 8px 0px;
}
h1 {
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.content {
	width:500px;
}
a:link, a:visited {
	color: #990000;
}
a:hover, a:active {
	color: #000000;
}
.container {
height:291px;
position:relative;
}
.right-element {
position:absolute;
right:0;
text-align:right;
width:200px;
}
.left-element {
left:0;
position:absolute;
width:585px;
height:291px;
}
.header {
	font-size: 20px;
	font-weight: bold;
	width: 585px;
	padding: 75px 0px 0px 44px;
}
#middle {
	background-color: #FFFFFF;
	background-image:  url("shadow-lft.gif");
	background-repeat: repeat-y;
	background-position: left top;
	width: 993px;
	padding: 0px 0px 0px 12px;
	margin: 0px auto;
}
#right-shadow {
	background-image:  url("shadow-rgt.gif");
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 12px 0px 0px;
}
#footer {
	color: #333333;
	border-top: 1px solid #d5d9dc;
	border-bottom: 1px solid #d5d9dc;
}
#footer-links {
	color: #333333;
	text-align: right;
	height: 32px;
	line-height: 32px;
}
#footer-links a:link, #footer-links a:visited {
	text-decoration: none;
	color: #333333;
	padding: 8px;
}
#footer-links a:hover, #footer-links a:active {
	text-decoration: underline;
	color: #990000;
	padding: 8px;
}
.logo-bg {
	background-image:  url("logo-bg.gif");
	background-repeat: repeat-x;
	height: 120px;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	background-image:  url("logo.gif");
	background-repeat: no-repeat;
	background-position: 30px;
	display: block;
	width: 270px;
	height: 112px;
}
#menus {
	font-weight: bold;
	background-image:  url("menu-normal-bg.gif");
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 22px;
	margin: 0px 10px;
}
#menus a:link, #menus a:visited {
	color: #8f8f8f;
	text-decoration: none;
	background-image:  url("menu-div.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 15px;
}
#menus a:hover, #menus a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image:  url("menu-over.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 15px;
}
.content-padding {
	padding: 10px;
}
.header-padding {
	padding: 0px 10px;
}
.padding-please {
	vertical-align: top;
/*	text-align: justify;*/
	line-height: 18px;
	padding: 0px 10px 10px 0px;
}
.right-width {
	vertical-align: top;
	width: 321px;
	padding: 0px 0px 10px;
}
.right-top {
	background-image:  url("rgt-nav-top.gif");
	background-repeat: no-repeat;
	width: 321px;
	height: 7px;
	line-height: 7px;
}
.right-bg {
	text-align: center;
	width: 279px;
	padding: 15px 20px;
	border-right: 1px solid #d5d9dc;
	border-left: 1px solid #d5d9dc;
}
.right-bottom {
	background-image:  url("rgt-nav-bttm.gif");
	background-repeat: no-repeat;
	width: 321px;
	height: 6px;
	line-height: 6px;
}
.quote-left {
	background-image:  url("qq-lft.gif");
	background-repeat: no-repeat;
	width: 13px;
	height: 313px;
}
.quote-right {
	background-image:  url("qq-rgt.gif");
	background-repeat: no-repeat;
	width: 13px;
	height: 313px;
}
.quote-box {
	background-image:  url("qq-bg.gif");
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 0px 9px;
	height: 313px;
}
.spacer {
	height: 5px;
	line-height: 5px;
}
label {    
	display: block;
	padding-top:8px;
}
fieldset {
	background-color:#EFEFEF;
}
legend {
	font-weight:bold;
}
