body {
	background: url(img/bkgrnd.png) repeat-x fixed;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

body, p {
	font: 9pt Verdana;
}

table {
	border: 0;
}

th {
	text-align: left;
}

form {
	padding: 10px 0 5px 0;
}

input {
	margin-bottom: 5px;
}

#nav {
	font-weight: bold;
	height: 40px;
}

#logo {
	width: 280px;
	height: 118px;
	background: url(img/logo.png) no-repeat;
}

#header-top {
	background-image: url(img/top_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 900px;
	padding: 10px 0 15px 10px;
	margin: 0;
}

#footer {
	font-size: 8pt;
	color: gray;
}

#header, #nav, #container, #footer {
	width: 900px;
	margin: 0 auto 0 auto;
}

#content {
	width: 860px;
	margin: 0 auto 0 auto;
}

#content.narrow {
	width: 640px;
	margin-left: auto;
	margin-right: 20px;
}

#news {
	border: 1px solid gray;
	padding: 4px;
	margin-bottom: 10px;
	width: 430px;
}

#news span {
	font-weight: bold;
}

#nav div {
	text-align: center;
	width: 150px;
	float: left;
	margin-top: 22px;
	height: 18px;
}

#nav div.active {
	background: url(img/glow.png) repeat-x bottom;
}

#nav a {
	text-decoration: none;
	padding-bottom: 2px;
	z-index: 1; /* IE6 */
}

#nav a:hover, #nav a:focus {
	border-bottom: 2px solid #FF9966;
}

#nav div.active a:hover, #nav div.active a:focus {
	border: none;
}

a:active, a, a:visited {
	color: black;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: gray;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: gray;
}

#menu a, #menu a:active, #menu a:visited {
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	border-bottom: 2px solid #FF9966;
}

#menu li.active a:hover, #menu li.active a:hover {
	border: none;
}

#left {
	width: 333px;
	float: left;
	padding-left: 10px;
	margin-bottom: 15px;
}

#right {
	width: 275px;
	text-align: right;
	margin-left: auto;
	padding-right: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

#center {
	float: left;
}

#left, #right {
	padding-top: 1px;
}

h1, h2 {
	color: #FF4902;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 9px;
}

h2 {
	font-size: 10pt;
}

#container {
	clear: both;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-bottom: 3px;
	border-bottom: 1px solid gray;
}

#nav, #container {
	background-image: url(img/white.png);
}

#menu {
	width: 220px;
	float: left;
}

#menu ul, #menu ol, #menu li {
	margin-top: 0;
	margin-bottom: 0;
}

#menu div {
	margin: 0;
	padding: 0;
}

#menu .top {
	background: url(img/shadow_top.png) no-repeat;
	height: 22px;
}

#menu .middle {
	background: url(img/shadow_mid.png) repeat-y;
	padding-top: 5px;
}

#menu .bottom {
	background: url(img/shadow_bot.png) no-repeat;
	height: 22px;
}

#sidebar {
	padding: 10px 20px 10px 20px;
	width: 180px;
	float: left;
}

#menu ul {
	list-style-image: url(img/blank.png);
	margin-left: 28px;
}

#menu li {
	height: 40px;
}

#menu li.active {
	list-style-image: url(img/sun.png);
}

#menu li a {
	position: relative;
	bottom: 11px;
	left: 3px;
}

.floating {
	float: right;
	margin-left: 9px;
	margin-bottom: 7px;
}

.document {
	background: url(img/document.png) no-repeat top left;
	height: 16px;
	margin-bottom: 3px;
	padding: 1px 0 4px 20px;
}

em {
	font-style: normal;
	color: #FF4902;
}

ul, ol {
	margin-top: 11px;
}

li {
	margin-bottom: 11px;
}

td ul, td ol {
	margin-top: 0;
}

td li {
	margin-bottom: 0;
}

p.narrow, ul.narrow li, ol.narrow li {
	margin-bottom: 0;
}

ul.narrow, ol.narrow {
	margin-top: 0;
	padding-left: 26px;
}

form tr {
	padding: 3px;
}

form td {
	padding-left: 3px;
}

form th {
	font-weight: normal;
	color: #FF4902;
	margin-top: 6px;
	padding-left: 0;
}

.innerError {
    background: url(img/invalid.gif) no-repeat top left;
    padding-left: 20px;
    padding-top: 1px;
	color: #FF8000;
	margin-left: 5px;
}
