/***************************************
   STRUCTURE STYLES
***************************************/
body {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

#Container {
	width: 988px;
	position: relative;
	padding: 0px 0px 0px 0px;	
	margin: 0px auto;	
	z-index: 0;
}

#Header {
	width: 100%;
	position: relative;
	z-index: 1;
}

#GreenLineTop {
	background-color: #5e7000;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	position: relative;	
	z-index: 1;
}

#Navigation {
	background-color: #00355F;
	background-repeat: repeat-x;
	height: 24px;
	width: 988;
	position: relative;
	z-index: 1;
	text-align: right;
	margin: 10px 33px 0px 0px;
}	

#Banner {
	position: relative;
	z-index: 1;
	height: 192px;
}
#subBanner {
	position: relative;
	z-index: 1;
	height: 127px;
}

#BannerImage {
	z-index: 1;
}

#Logo {
	position: absolute;
	top: 15px;
	left: 33px;
	z-index: 2;
}

#Logo img {width:258px;}

#GreenLineBottom {
	background-color: #5e7000;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;	
	position: relative;
	z-index: 1;	
}

#RepeatingHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
}

#GLTRepeat {
	background-color: #5e7000;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

#BLRepeat {
	background-color: #00355F;
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;	
}

#BRepeat {
	background-image: URL('../images/tile.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 192px;
	width: 100%;	
}
#subBRepeat {
	background-image: URL('../images/s-tile.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 127px;
	width: 100%;	
}

#GLBRepeat {
	background-color: #5e7000;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
#FRepeat {
	background-image: url(../images/bkg-fade.gif);
	background-repeat: repeat-x;
	height: 391px;
	width: 100%;
}

#RepeatingFooter {
	position: relative;
	z-index: 0;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #00355F;
	height: 34px;
	padding: 10px 0px 5px 0px;
}

#Footer {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

#MainContent {
	margin: 33px 33px 0px 33px;
	position: relative;
	width: 922px;
	z-index: 2;
}

#SideBar {
	padding: 0px 0px 0px 0px;
		background-color: #19588A;
	border: 10px solid #00355F;	
	position: relative;
	width: 242px;
	float: left;
		color: #FFFFFF;
}

#Content {
	position: relative;
	float: right;
	width: 635px;
	margin: 0px 0px 30px 0px;
}

#Boxes {
	margin-top: -80px;
	margin-bottom: 30px;
	position: relative;
	width: 635px;
	float: right;
	z-index: 2;
}

#Box1 {
	height: 300px;
	width: 195px;
	padding: 2px 2px 10px 2px;
	margin-right: 19px;
	background-color: #00355F;
	float: left;
}

#Box2 {
	height: 300px;
	width: 195px;	
	padding: 2px 2px 10px 2px;
	background-color: #1F4840;	
	float: left;
}

#Box3 {
	height: 300px;
	width: 195px;
	padding: 2px 2px 10px 2px;
	margin-left: 19px;
	background-color: #5E7000;
	float: left;	
}

#Banana {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#Banana img {
	border-color: #00355F;
}
/***************************************
   BOXES STYLES
***************************************/

#Boxes p {
	margin: 5px 15px 0px 15px;
	line-height: 20px;
	
}
#Boxes a { color: #FFFFFF; }

.boxHeader {
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.boxText {
	color: #FFFFFF;
	font-size: 13px;	
}

/***************************************
   NAVIGATION LINKS
***************************************/
#Navigation a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 33px;	
}


/***************************************
   CONTENT STYLES
***************************************/

#Content p {
	color: #323232;
	font-size: 14px;	
	line-height: 18px;
}

#Content a { color: #19588a; }
.contentBold {
	font-weight: bold;
}

/***************************************
   SIDEBAR STYLES
***************************************/
#Sponsor {
	position: absolute;
	top: 237px;
	left: 25px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
#SideBar a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#SideBar p {
	line-height: 18px;

	padding: 5px 8px 5px 20px;
	margin: 0px 0px 0px 0px;

	font-size: 14px;
}
#SideBar div {
	margin: 0px 0px 0px 0px;

	line-height: 18px;	
	
}
.sbQuote {
	padding: 20px 0px 0px 0px;
	background-color: #00355F;
	font-size: 12px;

}
.sbDrkBlue {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #00355F;
	font-size: 12px;

}
#sbWhite {
	padding: 5px 0px 10px 0px;
	height: 99px;
	background-image:url(../images/bkg-whitebox.gif);
	background-repeat: no-repeat;
	margin: 0px;
	border-top: 10px solid #00355F;
	border-bottom: 10px solid #00335F; 
background-color: #00355F;
	font-size: 12px;
	color: #00355F;
}
#sbWhite .sbTitle {
	color: #00355F;

	font-size: 16px;
}
#sbWhite a { color: #19588A; text-decoration: none; }
#sbWhite a:hover { color: #7d6a55;  text-decoration: underline;}

.sbTitle {
	font-weight: bold;
	font-size: 16px;
}


.sbSponsor {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #19588A;
	text-align: center;	
}

/***************************************
   OTHER STYLES
***************************************/

h1 {
	font-size: 22px;5
	font-weight: normal;
	color: #00355F;
	font-family: Times New Roman, Times;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5e7000;
	font-family: Times New Roman, Times;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.bannanaHeader {
	color: #19588A;
}
.arbor {
	background-color: #1F4840;
}
.green {
	background-color: #5E7000;
}

.lightBlue {
	background-color: #19588A
}

.smalltext { font-size: 10pt; }

form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.error { color: #CC0000; }