body
{
	background-image: url(images/bkg_3a.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

table, div, span, h, p
{
	font-family: verdana, arial, san serif;
	font-size: 11px;
	color: #003333;
	text-align: left;
}

.small
{
	font-family: verdana, arial, san serif;
	font-size: 10px;
	color: #595959;
	text-align: center;
}

A
{
	text-decoration: none;
	color: #7A0026;
}

A:visited { color: #7A0026; }

A:hover { color: #7A0026; text-decoration: underline; }

A:active { color: #7A0026; }

h1
{
	margin: 12px 0px 4px 0px;
	padding: 0px;
	font-family: verdana, arial, san serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

h2
{
	margin: 12px 0px 4px 0px;
	padding: 0px;
	font-family: verdana, arial, san serif;
	font-size: 12px;
	color: #996666;
	font-weight: bold;
}

h3
{
	margin: 16px 0px 4px 0px;
	padding: 0px;
	font-family: verdana, arial, san serif;
	font-size: 12px;
	color: #666766;
	font-weight: bold;
}

.bodylist
{
	margin: 6px 0px 12px 24px;
	list-style: none;
	text-align: left;
}

.bodylist li
{
	background-image: url(images/x_bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 4px 12px;
}

.indexlist
{
	list-style: none;
	text-align: left;
}

.indexlist li
{
	background-image: url(images/x_bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 4px 12px;
}

/* ------------ UTILITY NAV ----------- */

.utility_nav
{
	margin: 12px 0px 12px 400px;
	color: #666;
	font-style: normal;
}

.utility_nav a:visited
{
	color: #666;
	font-style: normal;
}

.utility_nav a:hover
{
	color: #333;
	font-style: normal;
	text-decoration: none;
}

.utility_nav a:active { color: #666; }

/* ------------ END UTILITY NAV ----------- */


/* ------------ SIDE NAV ----------- */

.side_nav
{
	margin: 12px 0px 0px 0px;
	list-style: none;
	font-family: verdana, arial, san serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}

.side_nav a:link
{
	color: #ffffff;
	font-style: normal;
}

.side_nav a:visited
{
	color: black;
	font-style: normal;
}

.side_nav a:hover
{
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}

.side_nav a:active { color: black; }

.side_navlist
{
	margin: 0px 0px 12px 30px;
	color: #ffffff;
	list-style: none;
	text-align: left;
}

.side_navlist li
{
	background-image: url(images/x_bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 4px 12px;
}

.side_navlist ul { list-style: none; }

.side_navlist #current
{
	color: #ffffcc;
	font-style: normal;
}

.side_navlist a:link
{
	color: #ffffff;
	font-style: normal;
}

.side_navlist a:visited
{
	color: white;
	font-style: normal;
}

.side_navlist a:hover
{
	color: #003333;
	font-style: normal;
	text-decoration: none;
}
	
/* ------------ END SIDE NAV ----------- */


.footer
{
	position: relative;
	font-family: verdana, arial, san serif;
	font-size: 10px;
	color: #003333;
	text-align: left;
	padding: 6px 0px 0px 35px;
}