body{
	background-color: #0b3879;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0;
}

* {
margin: 0;
padding: 0;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

                                                                  /* FOUNDATION STYLES*/

#anniversaryBox{
	position: relative;
	top: 20px;
	left: 0px;
	width: 970px;
	height: 25px;
	text-align: right;
	color: red;
	font-size: 12px;
	margin: 35px auto 10px auto;
}

#indexWrapper{
	position: relative;
	width: 970px;
	height: 701px;
   	margin: 35px auto 10px auto;
   	background-image: url(images/home.jpg);
   	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	border: 3px solid #073a78;
}

#historyWrapper{
	position: relative;
	width: 970px;
	height: 883px;
   	margin: 50px auto 10px auto;
   	background-image: url(images/history.jpg);
   	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	border: 3px solid #073a78;
}

#ratesWrapper{
	position: relative;
	width: 970px;
	height: 884px;
   	margin: 50px auto 10px auto;
   	background-image: url(images/rates.jpg);
   	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	border: 3px solid #073a78;
}

#missionWrapper{
	position: relative;
	width: 970px;
	height: 649px;
   	margin: 50px auto 10px auto;
   	background-image: url(images/mission.jpg);
   	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	border: 3px solid #073a78;
}

#contactWrapper{
	position: relative;
	width: 970px;
	height: 701px;
   	margin: 50px auto 10px auto;
   	background-image: url(images/contact.jpg);
   	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	border: 3px solid #073a78;
}

#navigation{
	position: relative;
	width: 620px;
	height: 45px;
	background-color: transparent;
	margin-top: 5px;
}

.linkContainer{
	display: block;
	float: left;
	width: 115px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color:  #b4d16c;
	text-align: center;
	font-weight: bold;
}

.linkContainer a{
	color:  #b4d16c;
	text-decoration: none;
}

.linkContainer a:hover{
	color: #00adef;
}

#scrollbar{
	position: absolute;
	height: 25px;
	width: 325px;
	left: 580px;
	top: 280px;

}
	

#content{
	position: relative;
	width: 325px;
	left: 625px;
	top: 240px;
}

.contentText{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #b4d16c;
	margin-top: 10px;
}

.contentTextNoBorder{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 3px;
	margin-top: 10px;
}
	

#historyContent{
	position: relative;
	width: 350px;
	left: 600px;
	top: 245px;
}

.historyContentText{
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.1em;
	padding-bottom: 9px;
	border-bottom: 1px solid #b4d16c;
	margin-top: 8px;
}

.historyContentTextNoBorder{
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 3px;
	margin-top: 8px;
}
	

#ratesContent{
	position: relative;
	width: 350px;
	left: 600px;
	top: 240px;
}

.ratesContentText{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #b4d16c;
	margin-top: 5px;
}

.ratesContentTextNoBorder{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 3px;
	margin-top: 5px;
}
	

#missionContent{
	position: relative;
	width: 245px;
	left: 705px;
	top: 260px;
	text-align: center;
}

#missionContent h1{
	padding-bottom: 12px;
	border-bottom: 1px solid #b4d16c;
}

.missionContentText{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 17px;
	font-style: italic;
	line-height: 2.2em;
	margin-top: 9px;
}
	

#contactContent{
	position: relative;
	width: 245px;
	left: 705px;
	top: 260px;
	text-align: right;
}
	

#contactContent a{
	color: #004990;
	text-decoration: none;
}
	

#contactContentNarrow{
	position: relative;
	width: 180px;
	left: 770px;
	top: 260px;
	text-align: right;
}

.contactContentText{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #b4d16c;
}

.contactContentTextNoBorder{
	text-align: right;
	font-family: verdana, arial, sans-serif;
	color: #004990;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 3px;
	margin-top: 10px;
}


h1{
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: #00adef;
	text-align: right;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.greenLine{
	position: relative;
	width: 325px;
	line-height: 0.1em;
	background-color: #b4d16c;
	margin: 5px 0px;
}

                                                                 /*  COLORS */
.lightBlue{
	color: #00adef;
}

.darkBlue{
	color: #004990;
}

.green{
	color: #b4d16c;
}

                                                                 /*  FOOTER */
#footer{
	position: relative;
	width: 970px;
   	margin: 15px auto;
	background-color: transparent;
	color: #004990;
	text-align: center;
	padding-bottom: 10px;
}

#footer a:hover{
	color: #b4d16c;
}


