html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	background-image: url(images/backpattern.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 12px;
}
p {
	margin-top: 2px;
	margin-bottom: 12px;
}
a:link {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.separator {
	clear:both;
	height:1px;
	font-size: 1px;
}
.container {
	background-color: #FFFFFF;
	width: 731px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.flashheader {
	float: left;
	width: 723px; 
	height: 201px;
	margin-right: 4px;
	margin-left: 4px;
}
.side {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 157px;
	padding: 0px;
}
.center {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 393px;
	padding: 0px;
}
.separator {
	clear:both;
	height:1px;
}
.content-white {
	color: #6796B4;
	width: 377px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #FFFFFF;
}
.content-white H1 {
	color: #628B44;
}
.content-white A {
	color: #FF7E00;
}
.content-white .image {
	border: 1px solid #09c8ff;
	padding: 2px;
	margin-right: 8px;
	background-color: #ffffff;
}



.content-blue {
	color: #6796B4;
	width: 377px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #EAF8FF;
}
.content-blue H1 {
	color: #628B44;
}
.content-blue A {
	color: #FF7E00;
}
.content-blue .image {
	border: 1px solid #09c8ff;
	padding: 2px;
	margin-right: 8px;
	background-color: #ffffff;
}


.column-blue {
	color: #6796B4;
	width: 141px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #EAF8FF;
}
.column-blue H1 {
	color: #628B44;
}
.column-blue A {
	color: #FF7E00;
}
.column-blue .image {
	border: 1px solid #09c8ff;
	padding: 2px;
	background-color: #ffffff;
}

.column-green {
	width: 141px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #E6FED0;
	color: #628B44;
}
.column-green H1 {
	color: #E99400;
}
.column-green A {
	color: #09c8ff;
}

.header {
	width: 100%;
	height: 41px;
	background-image:url(images/headerpattern.gif);
	color: #3B4A00;
}
.header a {
	color: #4A0000;
}
.header .holder {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.header .holder .side-left {
	width: 50%;
	margin-top: 10px;
	float: left;
	text-align: left;
}
.header .holder .side-right {
	width: 50%;
	margin-top: 10px;
	float: left;
	text-align: right;
}

.footer {
	width: 100%;
	height: 41px;
	background-image:url(images/footerpattern.gif);
	color: #3B4A00;
}
.footer a {
	color: #4A0000;
}
.footer .holder {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.footer .holder .side-left {
	width: 33%;
	margin-top: 10px;
	float: left;
	text-align: left;
}
.footer .holder .side-right {
	width: 33%;
	margin-top: 10px;
	float: left;
	text-align: right;
}
.footer .holder .side-center {
	width: 34%;
	margin-top: 18px;
	float: left;
	text-align: center;
}
.flashheader {
	width: 723px; 
	height: 201px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}


.column-menu {
	width: 141px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #E6FED0;
	color: #628B44;
}
.column-menu H1 {
	color: #E99400;
}
.column-menu A:link {
	color: #990000;
	background-image: url(images/bluecross.gif);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.column-menu A:active {
	color: #990000;
	background-image: url(images/bluecross.gif);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.column-menu A:visited {
	color: #990000;
	background-image: url(images/bluecross.gif);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.column-menu A:hover {
	color: #990000;
	background-image: url(images/bluecross.gif);
	background-position: 3px center;
	padding-left: 10px;
	background-repeat: no-repeat;

}

