* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../images/BGFade.gif) 0 0 repeat-x;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	font-size: 100%;
}

img {
	display: block;
	border: 0;
}

.hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clear {
	clear: both;
}

a {
	color: #0673A6;
}

/* framework */
#wrapper {
	width: 726px;
	margin: 0 auto;
	position: relative;
	margin-top: 22px;
}

.logo {

}

.copyright {
	text-align: right;
	font-size: 0.85em;
	border-top: 1px solid #CCC;
	padding-top: 0.7em;
	clear: both;
}

/* nav */
.nav {
	position: absolute;
	right: 0;
	top: 29px;
}

.nav dd {
	display: block;
	float: left;
}

.nav a {
	text-decoration: none;
	color: #6AA606;
	font: bold 1.25em 'Trebuchet MS', Helvetica, sans-serif;
	display: block;
	padding: 0 14px;
	background: url(../images/NavDivider.gif) 100% 50% no-repeat;
}

.nav a:hover {
	text-decoration: underline;
}


.nav .first a {
	padding-left: 0;
}

.nav .last a {
	padding-right: 0;
	background: none;
}

/* formatting */
.copy {
	padding: 23px 45px 0 15px;
	/* width: 597px; */
}

h1 {
	/* display: block;
	width: 275px;
	height: 87px; */
}

h1 a {
	display: block;
	width: 236px;
	height: 65px;
	background: url(../images/Logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

h1 span {
	display: none;
}

h2 {
	color: #008BC5;
	font: bold 1.7em 'Trebuchet MS', Helvetica, sans-serif;
	border-bottom: 1px solid #008BC5;
	margin-bottom: 1em;
}

h3 {
	color: #0673A6;
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 1em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

p, blockquote, address, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-style: normal;
}

blockquote {
	font-weight: bold;
	font-style: italic;
}

ul {
	list-style-type: circle;
	margin-left: 2.5em;
}

.sign {
	display: block;
	padding-bottom: 60px;
	background: url(../images/Sign.gif) 0 100% no-repeat;
}

.pic {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: 1px solid #CCC;
	padding: 3px;
}

/* sidebar */
.sidebar {
	position: absolute;
	left: 512px;
	top: 108px;
	width: 215px;
}

.pod {
	background: #F2F2F2;
	border: 1px solid #DBDBDB;
	padding: 12px 15px 7px;
}

.pod a {
	background: url(../images/BlueArrows.gif) 0 50% no-repeat;
	display: block;
	padding-left: 20px;
}

.pod h3 {
	margin-bottom: 0.8em;
	margin-top: 0;
}

.pod p, .pod ul {
	font-size: 0.85em;
	margin-bottom: 0.8em;
}

.pod ul {
	list-style-type: square;
	margin-left: 2.3em;
}

.pod ul li {
	margin-bottom: 0.2em;
}

