html, body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
#container {
	width: 801px;
	height: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
#container #navigation {
	display: block;
	float: left;
	width: 195px;
}
#container #bodyarea {
	display: block;
	float: left;
	width: 566px;
	padding: 20px;
	text-align: left;
	color: #01354B;
	text-align: justify;
	line-height:17px;
}
#footer {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
	text-align: right;
	display: block;
	padding-right: 20px;
}
a.leftnav:link, a.leftnav:visited {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	text-transform: uppercase;
	color: #01354B;
	background-color: #E2E2E2;
	text-align: left;
	text-indent: 40px;
	display: block;
	text-decoration: none;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/navicon_off.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
a.leftnav:hover {
	color: #EEEEEE;
	background-color: #E6302E;
	background-image: url(images/navicon_on.gif);
}
a.leftnavon:link, a.leftnavon:visited {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	text-transform: uppercase;
	color: #EEEEEE;
	background-color: #E6302E;
	text-align: left;
	text-indent: 40px;
	display: block;
	text-decoration: none;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/navicon_on.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
.pageheader {
	font-size: large;
	font-weight: bold;
	color: #D81622;
}#logintable {
	font-family: "Trebuchet MS";
	font-size: 10px;
	border: 1px solid #000000;
}
#logintable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00354C;
	background-color: #EEEEEE;
}
#loginheader {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00354C;
	text-transform: uppercase;
	text-align: left;
}
#logintable a {
	text-decoration: none;
}
div#nifty{ background: #D81622; color: #FFFFFF; width:100%; font-weight:bold}

.rtop, .rbottom{display:block;background: #FFF}
.rtop strong, .rbottom strong {
display:block;
height: 1px;
overflow: hidden;
background: #D81622
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.rtop .r4, .rbottom .r4{margin: 0 1px;height: 2px}
#nifty div {
	padding:10px;
}