body {
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0px;
	background: #67cddc url(images/water5d.jpg) repeat-x;
	
}

  
#wrapper {
	background-color: white;
	color: black;
	width: 800px;
	border-top: 0; 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	overflow: hidden;
 }

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	background-color: #ffffff;
	border-bottom: thin solid #222;
	border-top: thin solid #222;
	overflow: hidden;
	
}

#content  { /* use this class instead of content1 if you want to fill when right float ends */
  margin: 0 15px 0 15px; /* the left margin will look best if you match the padding amount to the header and footer. */
 	position: relative;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	color: black;
}

#content1  {
	width: 760px;
	margin: 10px 15px 0 15px; /* the left margin will look best if you match the padding amount to the header and footer. */
	position: relative;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 15px;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: thin solid #222;
	vertical-align: middle 
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

		 .med { color: black; font-size: 12px; line-height: 14px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			.bmed { font-weight: normal; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			.small { font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			.top { font-size: 10px; line-height: 11px; font-family:  Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
 			.capblack { color: black; font-weight: bold; font-style: italic; font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
 			.capgreenl { color: green; font-weight: bold; font-style: italic; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
 		.smaller { font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

 			.rcontent { font-size: 13px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
  			.section {font-weight: bold; font-size: 13px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em } 
  			.note { color: black; font-weight: normal; font-style: italic; font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em } 
 			.noteB { color: #3366ff; font-weight: normal; font-style: italic; font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em } 
			.Lnote { font-style: italic; font-size: 12px; line-height: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
		


p { font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
  UL { font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

 OL { font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

 LI { font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

.header { font-weight: bold; font-size: 14px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

.subheader { font-weight: bold; color: #3366cc; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }

div.img
  {
  margin: 11 10 15 0;
  border:1px solid black;
  height:70;
  width:110;
  background: #99cccc;
  float:left;
  text-align:center;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.35);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.35);
  box-shadow: 5px 5px 5px rgba(0,0,0,.35);
  }


.bmenu  { font-size: 11px; color: #3366cc; font-family: Verdana, Arial, Helvetica, sans-serif;}
  .bmenu a: { font-size: 11px;  color: #3366cc; text-decoration: none}
 .bmenu a:link { font-size: 11px;  color: #3366cc; text-decoration: underline}
 .bmenu a:visited { font-size: 11px;  color: #3366cc;  text-decoration: underline}
 .bmenu a:hover { font-size: 11px;  color: black;  text-decoration: none }

.rmenu  { font-size: 12px; line-height: 14px; text-decoration: none; font-family:  Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em}
 
 .capredl { color: red; font-weight: bold; font-style: italic; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }


 			h1 { font-weight: bold; font-size: 17px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			h2 { font-weight: bold; color: #009999; font-size: 13px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			h3 { font-weight: bold; font-size: 13px; line-height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em } 
			h4 { font-size: 11px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
  		h5 { font-weight: bold; font-size: 14px; line-height: 14px; font-family:  Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
			h6 { font-size: 16px; line-height: 18px; font-family: "Comic Sans MS", Verdana, Arial; letter-spacing: 0em }
   h7 { font-size: 11px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0em }
		

