﻿body {
	text-align: center;
	font-family: "Berlin Sans FB", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	background-color:#001855;
}
#holder {
	position: relative;
	width: 1050px;
	height: 600px;
	margin: auto;
	padding-top: 0px;
}
#leftside {
	float: left;
	width: 815px;
}
#leftcol {
	float: left;
	width: 225px;
	text-align: left;
}
#midcol_blank {
	float: right;
	width: 560px;
	background-image: none;
	height: 580px;
	padding:10px;;
}
#midcol_purple {
	float: right;
	width: 580px;
	background-image: url('images/background10.JPG');
	background-repeat: no-repeat;
	background-position:40px 50px;
	height: 600px;
}
#midcol_orange {
	float: right;
	width: 580px;
	background-image: url('images/background20.JPG');
	background-repeat: no-repeat;
	background-position:40px 50px;
	height: 600px;
}
#midcol_aqua {
	float: right;
	width: 580px;
	background-image: url('images/background30.JPG');
	background-repeat: no-repeat;
	background-position:40px 50px;
	height: 600px;
}
#rightcol {
	float: right;
	width: 225px;
	text-align: right;
}
#black_text {
	color: #000000;
	font-size: 13pt;
	margin-top: auto;
	text-align: center;
}
a {
	color: #ff7d00;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ff7d00;
}
a:visited {
	color: #ff7d00;
}
a.footer {
	color: #a250cc;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #4cc7c4;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #4cc7c4;
}
h3 {
	font-size:16pt;
	font-weight:normal;
}
img {
	border: 0px;
}
.copyright {
	font-size: 10pt;
	color: #808080;
}
.xsmall {
	font-size: 10pt;
}
.small {
	font-size: 13pt;
}
.aqua {
	color: #4cc7c4;
	font-size: 18pt;

}
.noborder {
	border-width: 0;
}
.testimonial {
	color: #a250cc;
	font-size: 12pt;
	font-style: italic;
}
#sddm {
	margin: 0;
	padding: 0;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 14pt;
}
#sddm li a {
	display: block;
	margin: 0;
	padding:1px 7px 1px 7px;
	width: auto;
	border-left:#ffffff 1px solid;
	background: #001855;
	color: #ff7d00;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover {
	background: #193A8F;
	color: #ffffff;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #001855;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 7px 4px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #001855;
	color: #4cc7c4;
	font-size: 14pt;
}
#sddm div a:hover {
	background: #193A8F;
	color: #ffffff;
}

