body {
	margin: 0;
	padding: 0;
	background-color: #112233;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #335577;
}
a:visited {
	color: #666;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 25px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	font-size: 125%;
	font-style: italic;
	color: #990000;
	line-height: 25px;
}
div.hr {
	height: 1px;
	width: 100%;
	background: #666;
}
div.hr hr {
	display: none;
}
.leftImage {
	float: left;
	margin: 0 20px 20px 0;
}
.rightImage {
	float: right;
	margin: 0 0 20px 20px;
}
/* Header */

#header {
	width: 955px;
	height: 186px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
.horizlinks {
	position: absolute;
	top: 165px;
	left: 756px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.horizlinks ul {
	margin: 0px;
}
.horizlinks li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
.horizlinks a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.horizlinks a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 955px;
	height: 24px;
	margin: 0 auto;
	background: url(images/menu_bkgd.jpg) no-repeat;
}
/* Main */

#main {
	width: 955px;
	margin: 0 auto 0 auto;
	background: url(images/main_art.jpg) repeat-y;
}
/* Column */

#column {
	float: left;
	width: 560px;
	padding: 10px 20px 0px 40px;
}
#column a {
	color: #335577;
}
#column a:hover {
	text-decoration: underline;
}
#column ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: left;
}
#column .list {
	float: left;
	width: 280px;
}
/* Column 2 */

#column2 {
	float: right;
	width: 265px;
	padding: 10px 40px 0px 20px;
}
#column2 a {
	color: #335577;
}
#column2 a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	width: 955px;
	height: 79px;
	background: url(images/border.jpg) no-repeat;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer p {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
