/* layout formatting */


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
 	background-color: #99CCFF;
	}


#wrapper {
	width: 900px;
	background-color: #3366CC;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #99CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FF0000;
	text-align: center;
}

#content {
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(../images/index_back.jpg);
}

#contentSub {
	
}


#logo {
	width: 155px;
	float: left;
	padding: 7px;
}

#floatRight {
	float: right;
	width: 400px;
	padding-right: 25px;
	margin: 25px;
	margin-top: 50px;
	overflow: auto;
}

#floatRight2 {
	float: right;
	padding: 10px 10px 10px 25px;
}

#floatRight3 {
	float: right;
	padding: 10px;
}

#floatRight4 {
	float: right;
	padding: 10px;
}

#floatRightSub {
	background: #FFFFFF;
	float: right;
	width: 700px;
	padding: 10px;
	margin: 5px;
}

#featureRight {
	float: right;
	padding: 10px;
}

#floatLeft2 {
	float: left;
	padding: 10px;
}


#indexphotos {
	clear: both;
	padding: 10px;
	
}
#footer {
	clear: both;
	width: 900px;
	border-top-color: #99CCFF;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}
 


/* text formatting */

.white {
	color: #ffffff;
}

h1 {
	color: #FF0000;
	font-weiåght: bold;
	font-size: 21px;
	padding: 2px;
}

h2 {
	color: #FFFFFF;
	font-weiåght: bold;
	font-size: 16px;
	background-color: #FF0000;
	padding: 4px 4px 4px 8px;
	width: 350px;
	letter-spacing: .25em;
}

.screentext {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0pt;
	color: #CC0000;
	text-indent: 0px;
}

.text {
 	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;

}

a.text:link {
   color: #009966;
}

a.text:visited {
  color: #009966;

  }
  
a.text:hover {
  color: #009966;
  background-color: #cccccc;

}

a.text:active {
  color: #009966;

}

.textwhite {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;	
	
}
	
a.textwhite:link {
   color: #FFCC00;
   text-decoration: none;
}

a.textwhite:visited {

  }
  
a.textwhite:hover {
  color: #FF0000;
  background-color: #cccccc;
  text-decoration: none;

}

a.textwhite:active {

}

.texthighlight {
	color: #FFCC00;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 2px;
	background-color: #FF0000;	
	text-decoration: none;	
}
	
a.texthighlight:link {   
}

a.texthighlight:visited {

  }
  
a.texthighlight:hover {
  color: #FF0000;
  background-color: #FFFFFF;
  text-decoration: none;

}

a.texthighlight:active {

}




/* nav */
.nav {
	color: #ffffff;
	font-size: 10pt;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;

}

a.nav:link {
}

a.nav:visited {
  }
  
a.nav:hover {
	color: #006699;
	background-color: #99CCFF;
}

a.nav:active {
}
h3 {
	color: #FFFF00;
	font-weiåght: bold;
	font-size: 18px;
	background-color: #8F067B;
	padding: 4px 4px 4px 8px;
	width: 150px;
	letter-spacing: .25em;
}
