/* Default styles */

img, div { behavior: url(../scripts/iepngfix.htc) }

body {
	background: #5d88a2 url(../images/bg.jpg) top repeat-x;
	margin: 0;
	font-size: 80%;
	text-align: center;
}

* {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

/* Layout */

#wrap {
	width: 835px;
	margin: 0 auto;
	background: transparent url(../images/bgshadow.png) repeat-y;
	color: #000000;
}

#header {
	background: #1e3344 url(../images/rpt-header.jpg) top repeat-x;
	width: 835px;
}

#container {
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}

#features {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

#content {
	float: right;
	width: 602px;
	padding: 20px 28px 20px 17px;
	background-color: transparent;
}

#footer {
	clear: both;
	width: 779px;
	text-align: right;
	padding: 10px 28px;
	font-size: 0.875em;
}

/* Features */

ul#menu {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	padding: 0;
}

ul#menu li {
	display: block;
	background: transparent url(../images/menubg.jpg) no-repeat;
	width: 160px;
	height: 30px;
	padding-top: 6px;
	padding-left: 12px;
}

ul#menu a:link, ul#menu a:visited {
	color: #5d88a2;
	text-decoration: none;
	font-weight: bold;
}

ul#menu a:hover {
	color: #1e3344;
	text-decoration: none;
	font-weight: bold;
}

#links {
	padding: 20px;
	text-align: center;
}

/* Content */

h1 {
	color: #1e3344;
	font-size: 2em;
	margin-top: 0px;
}

h2 {
	color: #1e3344;
	font-size: 1.4em;
}

.tableheader {
	border-bottom: 1px solid #1e3344;
	color: #7096af;
	font-weight: bold;
}