body
{
	margin: 0;
	font-family: arial, sans serif;
	font-size: x-small;
	color: #333;
}

table
{
	font-size: x-small;
}


#firstnav
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
	font-family: century gothic, arial, sans serif;
}

#secondnav
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 26px;
	font-family: century gothic, arial, sans serif;
}

#firstnav a, #secondnav a
{
	color: #333;
	text-decoration: none;
}

#content
{
	padding: 26px;
}

h1
{
	font-family: century gothic, arial, sans serif;
	font-size: medium;
	font-weight: bold;
	color: #0069b2;
}

h2
{
	font-family: century gothic, arial, sans serif;
	font-size: small;
	font-weight: normal;
	color: #0069b2;
}

h3
{
	font-family: century gothic, arial, sans serif;
	font-size: x-small;
	font-weight: normal;
	color: #0069b2;
}

a:link
{
	color: #0069b2;
}

a:visited, a:hover
{
	text-decoration: none;
	color: #0069b2;
}

#footer
{
	background-image: url(images/footer_strip.gif);
	background-repeat: repeat-x;
	height: 20px;
	vertical-align: bottom;
	font-family: century gothic, arial, sans serif;
	font-size: xx-small;
	padding-left: 26px;
	padding-bottom: 5px;
}

#footer p
{
	padding-top: 50px;
}

#design
{
	font-family: century gothic, arial, sans serif;
	font-size: xx-small;
	padding-top: 5px;
	padding-left: 26px;
}

.right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#upperfoot
{
	height: 4px;
	background-color: #ed9205;
}

#lowerfoot
{
	height: 12px;
	background-image: url(images/lowerfooter.gif);
	background-repeat: repeat-x;
}

#uppernav
{
	background-color: #0669b2;
	height: 4px;
}

#middlenav
{
	background-color: #0669b2;
	height: 4px;
}
/*
#lowernav
{
	background-color: #0669b2;
	height: 4px;
}
*/
/* new lowernav below */
#lowernav
{
	height: 12px;
	background-image: url(images/lowerfooter.gif);
	background-repeat: repeat-x;
}

#topstrip
{
	background-color: #ed9205;
	height: 10px;
}

ul li
{
	list-style-type: image;
	list-style-image: url(images/bullet.gif);
}

.resourcetable
{
	border-collapse: collapse;
}

.resourcetable th
{
	border: 1px solid #333;
	background-color: #0669b2;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.resourcetable td
{
	border: 1px solid #333;
}

label
{
	width: 120px;
	float: left;
	font-weight: bold;
}

.fixed
{
	width: 120px;
	float: left;
	font-weight: bold;
}