body
{
	margin: 0;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background: #ffffff;
}

a
{
	/*color: blue;*/
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	margin-bottom: 10px;
}

#page_container
{
	width: 899px;
	margin: 0 auto;
	border: 1px #000000 solid;
	margin-top: 12px;
	margin-bottom: 12px;
}

#header
{
	width: 899px;
	height: 118px;
	background: url(images/header.jpg) center no-repeat;
	position: relative;
}

#quote
{
	position: absolute;
	right: 50px;
	top: 50px;
	height: 65px;
	width: 430px;
}

#nav
{
	margin-top: 3px;
	height: 28px;
	background: url(images/navbg.jpg) center repeat-x;
	width: 899px;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	float: right;
	width: 92px;
	height: 22px;
	list-style-type: none;
	background: url(images/navbutton.jpg) center no-repeat;
	overflow: hidden;
	text-align: right;
	padding-right: 20px;
	padding-top: 6px;
}

#nav ul li.active
{
	background: url(images/navbutton_active.jpg) center no-repeat;
}

#nav ul li a
{
	color: #000000;
	font-weight: bold;
}

#nav ul li.active a
{
	color: #ffffff;
}

#left
{
	width: 152px;
	float: left;
}

#right
{
	width: 645px;
	float: right;
	padding-right: 10px;
}

#main
{
	margin-top: 25px;
}

#left h1
{
	border-top: 1px #e4981f solid;
	border-bottom: 1px #e4981f solid;
	font-style: italic;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

#left h2, #left h3
{
	font-size: 14px;
}

#right h1
{
	border-bottom: 1px #e4981f solid;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#right h2, #right h3
{
	font-size: 14px;
}

#left ul
{
	margin: 0;
	padding-left: 40px;
}

#left ul li
{
	list-style-type: none;
}

#left ul li a
{
	/*color: #243968;*/
	padding-left: 15px;
	display: block;
}

#left ul li a:hover
{
	background: url(images/navarrow.jpg) center left no-repeat;
}

/* changes to make stuff look right */

#left
{
	text-align: right;
	width: 235px;
}

#left ul
{
	padding: 0;
	margin-bottom: 10px;
}

#left ul li a
{
	padding: 0;
	padding-right: 10px;
}

#left ul li a:hover
{
	background: url(images/navarrow_right.jpg) center right no-repeat;
}

#left ul li.active a
{
	/*color: blue;*/
}

#right
{
	padding: 1px;
}

#footer
{
	text-align: center;
	font-size: x-small;
	padding: 10px;
}

.title
{
	display: none;
}