body {
	margin: auto;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #2E6484;
	background-image: url('/gfx/bodybg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

div#container {
	width: 848px;
	margin: auto;
	background-image: url('/gfx/bodybg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
}

img {
	border: none;
}

a {
	color: #E52483;
}
a:hover {
	color: #2E6484;
}

a.button {
	background-color: #2E6484;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	display: block;
	margin: 0px 20px 0px 5px;
	text-align: center;
}
a.button:hover {
	color: #FFFFFF;
}

/* header styles */
div#header {
	height: 165px;
	width: 848px;
	background-image: url('/gfx/headerbg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
div#header img#logo {
	position: absolute;
	left: 395px;
	top: 15px;
}
div#header ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 400px;
	top: 113px;
	list-style-type: none;
}
div#header ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}


/* rnav styles */
div#rnav {
	position: absolute;
	left: 67px;
	top: 164px;
	width: 170px;
}
div#rnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#rnav ul li {
	margin: 0px;
	padding: 0px 0px 7px 15px;
	line-height: 22px;
	text-transform: lowercase;
}
div#rnav ul li.active {
	background-image: url('/gfx/rnavbg.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
div#rnav ul a {
	color: #2E6484;
	font-weight: bold;
	text-decoration: none;
}

/* content styles */
div#content {
	width: 590px;
	position: relative;
	left: 247px;
	z-index: 20;
}

div#content h1 {
	color: #E52483;
	font-size: 24px;
	margin: 4px 0px 20px 0px;
}
div#content h2 {
	color: #E52483;
	font-size: 17px;
	margin: 2px 0px 18px 0px;
}
div#content div.leftcolumn {
	float: left;
	width: 175px;
}
div#content h1 a, div#content h2 a {
	text-decoration: none;
}

/* footer styles */
div#footer1 {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	height: 1px;
}
* html div#footer1 {
	position: absolute; /* IE6 fix */
	z-index: 11;
}
div#footer {
	font-size: 11px;
	font-weight: bold;
	color: #C3005B;
	width: 700px;
	margin: auto;
	z-index: 12;
	height: 1px;
}
div#footer a {
	color: #C3005B;
	text-decoration: none;
}
div#footer2, div#footer2 a {
	color: #6B6B6B;
}
div#footer2 {
	border-top: solid 3px #CDD1CB;
	margin: 5px 5px 5px 0px;
	width: 140px;
	padding-top: 5px;
	z-index: 13;
}

div.wrapper {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
