body {
	margin: 0;
	padding: 0;
	background: url(images/tile.jpg) repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #51ae8f;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
h3.list {
	float: left;
	width: 275px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
p.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444;
	line-height: 14px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	line-height: 20px;
}
div.hr {
	height: 1px;
	width: 100%;
	background: #f0da98;
}
div.hr hr {
	display: none;
}
#container {
	background: #FFF;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header */

#header {
	width: 955px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header.jpg);
	position: relative;
}
#header h1 {
	font-weight: normal;
	color: #FFF;
}
#header h1 {
	float: left;
	margin: 108px 0 0 70px;
	font-size: 24px;
}
#header .horizlinks {
	position: absolute;
	top: 118px;
	left: 410px;
	color: #51ae8f;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks ul {
	margin: 0px;
}
#header .horizlinks li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
#header .horizlinks a {
	color: #444;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks a:hover {
	color: #51ae8f;
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 955px;
	height: 24px;
	background: #efd279;
	margin: 0 auto;
}
/* Main */

#main {
	width: 955px;
	margin: 0px auto 0px auto;
	background: #FFF;
}
#breadcrumbs div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
#breadcrumbs div a {
	color: #51ae8f;
	white-space: nowrap;
}
.alert {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	text-decoration: underline;
}
.alerttext {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	text-decoration: none;
}
/* Column */

#column {
	float: left;
	width: 630px;
	padding: 0 35px 0 35px;
	margin: 0px;
	border-right: solid #f0da98 1px;
}
#column form {
	width: 630px;
	margin: 0px;
	text-align: center;
}

#column h3 {
	color: #51ae8f;
	font-size: 14px;
}
#column li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
#column a {
	color: #51ae8f;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
}
/* Column2 */

#column2 {
	float: right;
	width: 212px;
	padding: 0px 20px 0px 20px;
	line-height: 20px;
}
#column2 p.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	line-height: 12px;
}
#column2 a {
	color: #51ae8f;
	text-decoration: none;
}
#column2 a:hover {
	text-decoration: underline;
}
#column2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
#column2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#column2 li a {
	text-decoration: none;
}
#column2 li a:hover {
	text-decoration: underline;
}
#column2 li h2 {
	font-size: 10px;
}
/* Footer */

#footer {
	height: 40px;
	padding: 1px 0px 0px 0px;
	background: #efd279;
}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #444;
}
#footer a {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #51ae8f;
	text-decoration: underline;
}
/* 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;
}
