﻿body {
	background-color: #fff;
	background-image: url('/images/topbg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0; margin: 0;
}

dl { clear: left; }

dd 
{
	margin: 0;
	padding: 0 3px 0 10px;	
}

dt
{
	font-weight: bold;
	margin: 0; padding: 0;	
}

img { border: none; }

p.inset { margin-left: 20px; }

#page { margin-left: auto; margin-right: auto; width: 760px; text-align: left; }
#header { width: 760px; margin-top: 23px; }
#header #logo { float: left; width: 134px; margin-bottom: 15px;}

#header #tagline { float: right; text-align: right; }
#header #tagline img { margin-top: 60px; border: none; }

#header #underlogo { width: 134px; height: 24px; float: left; background-image: url('/images/heavybottomborder.jpg'); background-repeat: repeat-x; }
#header #middlewhatzit { width: 11px; height: 24px; float: left; background-image: url('/images/whitehash.jpg'); background-repeat: repeat-x; }
#header #longborder { width: 615px; height: 24px; float: left; background-image: url('/images/lightbottomborder.jpg'); background-repeat: repeat-x; }

#wrapper { clear: both; margin-top: 5px; }

#content {	
	float: left;
	width: 615px;
	color: #171336;
	margin-top: 5px;
}
#content h1 {
	width: 100%;
	border-top: solid 1px #171336;
	border-bottom: dotted 2px #171336;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
}

#content h2 {	
	font-size: 15px;
	padding: 7px 0;
}

#content #sidebar {

	float: right;
	width: 200px;
	margin-left: 10px;
	margin-top: 5px;
}

#content #sidebar .box 
{
	width: 184px; 
	border: double 3px #171336;
	padding: 5px;
	margin-bottom: 5px;
	text-align: justify;
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}

#content #sidebar .box h1 
{
	text-align: center;
	padding: 0;
	margin: 3px 0;
	font-size: 100%;
	font-weight: bold;
	border: none;
}

#content #copy {
	width: 400px;
}

#content #fullcopy {
	width: 600px;
}

#menu {
	margin-top: 5px;
	float: left;
	width: 134px;
	margin-right: 11px;
}

#menu ul {
	width: 100%;
	border-top: solid 2px #171336;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
padding-top: 0; margin-top: 0;
	margin-bottom: 0;

}

#menu li {
	border-bottom: solid 1px #171336;
}

#menu li a:link { color: #171336; text-decoration: none; }
#menu li a:visited { color: #171336; text-decoration: none; }
#menu li a:hover { color: #73b671; text-decoration: none; }
#menu li a:active { color: #171336; text-decoration: none; }

#menu #trim { width: 100%; height: 6px; background-image: url('/images/trim.jpg'); background-repeat: repeat-x; }

#footer { padding-bottom: 10px; }
#footer #bottomhash { clear: both; width: 100%; height: 66px; background-image: url('/images/bottomhash.jpg'); background-repeat: repeat-x; }
#footer p { width: 755px; background-color: #171336; color: #fff; font-size: 8px; margin: 0 0 2px 0; padding: 10px 0 10px 5px;}
#footer #bottomleft { float: left; width: 134px; height: 2px;  border-top: solid 2px #999; }
#footer #bottomright { float: left; margin-left: 11px; width: 615px; height: 1px; border-top: solid 1px #999; margin-top: 1px; }

