* {
	margin: 0;
	padding: 0;
}

/********
 * body *
 ********/

body {
	font-size: 76%;
	background: #E6E6E6;
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	line-height: 1.5;
}

img {
	padding: 6px;
}

h1 {
	font-family: "Arial rounded", arial, sans-serif;
	font-size: 1.6em;
	color: #333;
	margin-bottom: 10px;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #333;
}

h3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.1em;
	color: #333;
}

h4 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

h2, h3, h4 
{
	margin-bottom: 5px;
}

ul {
	list-style: square;
	margin-left: 15px; 
	margin-bottom: 1.75em;
}

ol {
	margin-left: 20px; 
	margin-bottom: 1.75em;
}

p {
	margin-bottom: 1.5em;
}

a {
	cursor: pointer;
	color: #68390f;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

dl {
	margin-top: 1.5em;
}

dt {
	padding: 1em 0 0 0;
	font-weight: bold;
	margin-bottom: .25em;
}

fieldset {
	border: 0;
}

.red-text {
	color: #CC3300;
}

.hide {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.clearer {
	clear: both;
}

/*****************
 * float wrapper *
 *****************/

.floatwrapper {
	min-height: 1%;
}

.floatwrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/*********************
 * image replacement *
 *********************/

.replace {
	position: relative;
	overflow: hidden;
}

.replace em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
}

.replace a em, a.replace em {
	cursor: pointer;
}

/*************
 * container *
 *************/
 
#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
}

#whitebg {
	background-color: #FFF;
	padding-bottom: 10px;
}

/**********
 * header *
 **********/

#header
{
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

h2#logo {
	display: block;
	width: 255px;
	height: 83px;
}

h2#logo em {
	background-image: url(/images/logo.gif);
}

h3#byline {
	display: block;
	width: 327px;
	height: 83px;
	position: absolute;
	top: 0px;
	right: 50px;
}

h3#byline em {
	background-image: url(/images/byline.gif);
}

#skipmenu {
	position: absolute;
	left: -2000px;
	top: -2000px;
}

/***********
 * mainnav *
 ***********/

#mainnav
{
	
}

#mainnav ul
{
	margin: 5px 0 0 6px;
	padding: 0;
	list-style-type: none;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 2px solid #AC033B;
	font-weight: bold;
}

#mainnav li.first
{
	
}

#mainnav li.last
{
	border-right: none;
}

#mainnav li a
{
	text-decoration: none;
	color: #333399;
}

#mainnav li.on a,
#mainnav li a:hover
{
	text-decoration: none;
	color: #AC033B;
}

/********
 * menu *
 ********/

#menu
{
	float: right; 
	width: 180px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 4px;
	border-left: 2px solid #AC033B;
	margin: 10px;
	margin-right: 0;
	background: #DFDFDF;
}

#menu ul {
	line-height: 165%;
	list-style-type: none;
	margin-left: 0pt;
	padding-left: 0pt;
}

#menu li.on a 
{
	text-decoration: none;
}

/***********
 * content *
 ***********/
 
#content	
{
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 20px;
}

/**********
 * footer *
 **********/
 
#footer	
{
	background: #E6E6E6;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
