@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEFCFC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

img {
	border: none;
}

a, a:visited {
	color: #05D;
	text-decoration: none;
}

a:hover {
	color: #CC191B;
}


#floatleft1 {
	text-align: right;
	line-height: 150%;
	margin-top: 30px;
}
#floatright1 {
	float: right;
	padding: 0 200px 0 20px;
	text-align: left;
}
#floatleft2 {
	text-align: center;
	font-weight: bold;
}
#floatright2 {
	float: right;
	width: 280px;
}
#floatleft3 {
	/*margin: 30px 0 40px 0;*/
}
#floatright3 {
	float: right;
	width: 270px;
	padding: 0 20px;
	/*height: 180px;*/
}

.required {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
}

.blue {
	color: #0E385A;
}

.center700 {
	width: 700px;
	margin: 0 auto;
}

.center960 {
	width: 960px;
	margin: 0 auto;
}

.item {
	font-size: x-large;
	color: #0E385A;
}

.price {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #900;
}

.oneColFixCtr #header {
	background-color: #FFF;
	height: 100px;
	text-align: center;
	padding-top: 20px;
}

.oneColFixCtr #menu {
	background-color: #003E47;
	text-align: left;
}

.oneColFixCtr #shadow {
	height: 5px;
	background: transparent url("images/shadow.png") repeat-x;
}

.oneColFixCtr #main {
	padding: 50px 0px 70px;
	background-color: #FFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 140%;*/
}

.oneColFixCtr #footer {
	background-color: #EEFCFC;
	color: #003E47;
	font-size: x-small;
	border-top: #9ABBC3 1px solid;
}

.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;
}

.titlegreen {
	margin-bottom: 40px;
	font-size: x-large;
	color: #1C7738;
	/*font-weight: bold;*/
}

.titlesponsor {
	margin-bottom: 0;
	font-size: large;
	color: #1C7738;
}

.titleyellow {
	font-size: large;
	color: #B3911A;
	font-weight: bold;
}
