@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #91C32C; /*green*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.wrap {
	width: 890px;
	margin: 0 auto;
	background-color: #FFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01217E;
	margin: 0 auto;
	font-size: 16pt;
	padding-top: 5px;

}

h2 {
	color: #06C;
	font-size: 13pt;	
}

.container {
	width: 870px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: left;
	background-color: #FFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.header {
	width: 870px;
	height: 278px;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	background-color: #FFF;	
}

.photo {
	width: 298px;
	height: 266px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;	
}

.select {
	width: 250px;
	margin-top: 47px;
	margin-right: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	float: right;
	color: #999;
}

.boxWrap {
	width: 867px;
	height: 118px;
	margin: 0 auto;
	padding-left: 3px;
}

.box {
	width: 210px;
	height: 118px;
	float: left;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}


.boxAbout {
	width: 200px;
	height: 78px;
	float: right;
	padding: 30px 10px 10px 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-image: url(images/bg-about.gif);
	color: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
}

.boxAbout a {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
}
	
.boxAbout a:hover {
	color: #CCC;
}

.nav {
	width: 545px;
	height: auto;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00207A;
	margin-top: 10px;
	float: left;
}

.nav a {
	color: #00207A;
	text-decoration: none;
	margin: 7px;
}
	
.nav a:hover {
	color: #EE7B00; /*orange*/
}

.slogan {
	width: 400px;
	height: auto;
	text-align: center;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-top: 170px;
	float: left;
	margin-left: 80px;
}

.content {
	width: 870px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	float: left;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;

}

.leftColumn {
	width: 215px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	float: left;
	border-right: #3EA1E0 1px solid;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0 10px 15px 0;
}
.rightColumn {
	width: 600px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	float: right;
	margin: 15px 10px 15px 0px;
}

.contentBack {
	width: 850px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	float: right;
	margin: 15px 10px 15px 10px;
}

.blueText {
	color: #00013A;
}

.footer {
	width: 890px;
	height: 77px;
	font-size: 9pt;
	font-weight: lighter;
	color: #01217E;
	background-image: url(images/bott.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	padding-top: 22px;
	background-color: #FFF;
}

.footer a {
	color: #01217E;
	text-decoration: none;
	margin: 5px;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.bottText {
	color: #FFF;
	text-decoration: none;
	clear: both;
}

.bottText a {
	color: #FFF;
	text-decoration: none;
}

.bottText a:hover {
	color: #01217E;
	text-decoration: none;
}

.donateBox {
	width: 230px;
	border: #EE7B00 solid 1px;
	background-color: #FFFF66;
	margin-left: 300px;
	margin-bottom: 25px;
	padding: 25px;
	color: #01217E;
}

a {
	color: #004990;
	text-decoration: underline
}

a:hover {  
	color: #999; 
	text-decoration: none
}

