body
	{
	background: #666;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	}
	
img
	{
	border: 0;
	}

a
	{
	text-decoration: none;
	color: #346;
	}

a.active, a:hover
	{
	text-decoration: underline;
	}
	
h1, h2, h3, p, li, div, td
	{
	font-family: georgia, "times new roman", times, sans-serif;
	margin: 0;
	color: #000;
	}

p, ul, ol
	{
	padding: 0 0 20px 0;
	}
	
p, li, td
	{
	font-size: 13px;
	line-height: 130%;
	}

ul, ol
	{
	margin: 0 0 0 20px;
	}
	
h1
	{
	font-size: 26px;
	padding: 0 0 10px 0;
	font-variant: small-caps;
	}

h2
	{
	font-size: 14px;
	padding: 0 0 25px 0;
	}

h3
	{
	font-size: 13px;
	padding: 0;
	}

div
	{
	margin: 0;
	padding: 0;
	}

.right
	{
	float: right;
	padding-left: 15px;
	}

.left
	{
	float: left;
	padding-right: 15px;
	}

div#container
	{
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: #346 url(/included/images/page_bg.gif) 0 0 no-repeat;
	position: relative;
	}

body.home div#content
	{
	padding: 440px 0 0 0;
	}

div#logo
	{
	position: absolute;
	width: 120px;
	height: 85px;
	top: 8px;
	left: 320px;
	}
	
p#topnav, p#secondarynav
	{
	white-space: nowrap;
	text-transform: capitalize;
	}

p#topnav
	{
	padding: 0 0 0 30px;
	height: 22px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 23px;
	}

p#secondarynav
	{
	color: #eed;
	padding: 0 0 0 100px;
	font-size: 10px;
	line-height: 10px;
	font-family: arial, sans-serif;
	}

body.home p#secondarynav
	{
	margin-bottom: 294px;
	}

p#topnav a, p#secondarynav a, p#footer a
	{
	color: #eed;
	}
	
p#topnav a
	{
	display: block;
	float: left;
	margin: 0;
	padding: 6px 15px 8px 15px;
	line-height: 14px;
	}
	
p#secondarynav a
	{
	line-height: 14px;
	}
	
p#topnav a:hover, p#topnav a.active
	{
	text-decoration: none;
	background-color: #eed;
	color: #346;
	}

div#content
	{
	padding: 75px 125px 60px 250px;
	}

p#footer, p#subfooter
	{
	font-size: 10px;
	text-align: center;
	font-family: "trebuchet ms",trebuchet,arial, sans-serif;
	}

p#footer
	{
	border-top: 20px solid #000;
	font-size: 10px;
	padding: 15px 0 35px 0;
	color: #eed;
	background-color: #568;
	}

p#subfooter
	{
	padding: 5px 0 45px 0;
	color: #eed;
	background-color: #346;
	}

p#subfooter a
	{
	color: #567;
	}

form
	{
	margin: 0 0 0 20px;
	padding: 0;
	}

input
	{
	border: 1px solid #c96;
	margin: 0;
	}

input.button
	{
	color: #fff;
	background: #c96;
	font-size: 11px;
	}