body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6f8fb;
	text-align: center;
}
a {
	color: #002a6c;
	text-decoration: none;
}
a:hover {
	color: #c2113b;
	text-decoration: underline;
}
td {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #42311C;
	line-height: 18px;
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 11px;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 11px;
}



/* page formatting */
#main {
	width: 926px;
	margin: 20px auto;
}
#header {
	width: 926px;
	height: 148px;
	clear: both;
	padding: 0;
	background-image: url(header.gif);
	background-repeat: no-repeat;
}
	#menu_spacer{
		padding: 105px 0 0 20px;
	}
	#menu {
		display: block;
		padding: 6px 10px 6px 10px;
		float: left;
	}
	.menu,.menu:link,.menu:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #42311c;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.menu:active,.menu:hover {
		color: #5a666f;
	}
#content {
	width: 926px;
	padding: 0;
	margin: 0;
}
	#sidebar {
		text-align: left;
		margin: 20px 8px 0 10px;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #42311C;
	}
	#text {
		text-align: left;
		margin: 20px 25px 20px 25px;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #42311C;
		line-height: 18px;
	}
	#content_bottom {
		width: 926px;
		height: 15px;
		background-image: url(footer.gif);
		background-repeat: no-repeat;
	}

#footer {
	width: 926px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #999999;
	clear: both;
}
	.footer,.footer:link,.footer:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #6E6E6E;
		line-height: normal;
		text-transform: lowercase;
	}
	.footer:active,.footer:hover {
		color: #42311c;
	}


/* block formatting */
#document {
	clear: both;
	width: 100%;
	padding: 0 0 10px 0;
}
#document_icon {
	width: 30px;
	float: left;
	text-align: left;
}
#document_text {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	padding: 2 0 0 0;
}
#link_image {
	width: 150px;
	float: left;
	text-align: left;
}
#paragraph {
	margin: 0 0 10px 0;
}
#note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.note_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002a6c;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}




/* title formatting */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a666f;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0 15px 15px 0;
	padding: 0;
	text-align: right;
}
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #42311c;
	margin: 0 0 5px 0;
	padding: 0;
}
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6e6e6e;
	padding: 0;
	margin: 0;
}
h4,h5,h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #6e6e6e;
	margin: 0 0 5px 0;
}

.navigation,.navigation:link,.navigation:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #9eb0d0;
	text-decoration: none;
}
.navigation:hover,.navigation:active { 
	color: #6e6e6e;
	text-decoration: underline;
}
.border {
	border: 1px solid #9eb0d0;
	padding: 5px;
	margin-bottom: 5px;
}