body { background: #F8E600; }

body, td, th
{
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	color: #000;
	line-height: 125%;
}

h1 { font-size: 19px; }

h1.topofpage { margin-top: 5px; }

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 15px;
	font-weight: bold;
}

/* use nested divs to work-around IE box model problem */
div#mainwidth
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#mainbox
{
	margin: 0;
	padding: 0;
}

/* header styles */
#table1 { background: #F8E600; }

#table2
{
	margin-top: 1em;
	background: white;
}

#table2top
{
	background: url(/images/page/shadow-horiz.jpg) repeat-x;
	border: 0 solid #999;
	border-width: 1px 1px 0 1px;
}

#table2left
{
	background: url(/images/page/shadow-vert.jpg) repeat-y;
	border: 0 solid #999;
	border-width: 0 0 1px 1px;
}

#table2right
{
	border: 0 solid #999;
	border-width: 0 1px 1px 0;
}

div.contentarea
{
	margin: 6px;
}

div#bottomnav
{
	font-size: 11px;
	text-align: center;
}

/* used in top and bottom nav links */
.redlinks a:link
{
	color: #E4303B;
	text-decoration: none;
}

.redlinks a:visited
{
	color: #E4303B;
	text-decoration: none;
}

.redlinks a:hover
{
	color: #000;
	text-decoration: none;
}
