* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

#wrapper {
	width: 1024px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
/*	padding: 0 0 0 0; */
	border: 1px solid #000000; 
	border-top: 0;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#91afee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #91afee, #ffffff);
    background-image:    -moz-linear-gradient(top, #91afee, #ffffff);
    background-image:     -ms-linear-gradient(top, #91afee, #ffffff);
    background-image:      -o-linear-gradient(top, #91afee, #ffffff); */
}

#logoHead {
	padding: 0;
	width: 1024px;
	height: 127px;
	background-color: #91afee;
	background-image: url("../images/leoSun.png");
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#6994dc));
    background-image: -webkit-linear-gradient(top, #ffffff, #6994dc);
    background-image:    -moz-linear-gradient(top, #ffffff, #6994dc);
    background-image:     -ms-linear-gradient(top, #ffffff, #6994dc);
    background-image:      -o-linear-gradient(top, #ffffff, #6994dc); */
}

#logoImages {
	padding: 0;
	width: 1024px;
	height: 63px;
	background-color: #ffffff;
	background-image: url("../images/smanyHeadImagebar.png");
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#headerLinks {
	padding: 10px 0 2px 0;
	height: 26px;
	text-align: center;
	width: 1024px;
	background: #1e1371;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28347c), to(#3628a0));
    background-image: -webkit-linear-gradient(top, #28347c, #3628a0);
    background-image:    -moz-linear-gradient(top, #28347c, #3628a0);
    background-image:     -ms-linear-gradient(top, #28347c, #3628a0);
    background-image:      -o-linear-gradient(top, #28347c, #3628a0); 
}

#contentA {
	margin: 0;
	padding: 0;
	width: 1024px;
	background: #ffffff;
	background-image: url("../images/leoSunTall.png");
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#085455));
    background-image: -webkit-linear-gradient(top, #eeeeee, #085455);
    background-image:    -moz-linear-gradient(top, #eeeeee, #085455);
    background-image:     -ms-linear-gradient(top, #eeeeee, #085455);
    background-image:      -o-linear-gradient(top, #eeeeee, #085455); */
	border-bottom: 1px solid #000000;
}

#contentB {
	width: 1024px;
	border-top: 0px;
	background: #ffffff;
	background-image: url("../images/leoSunWater.png");
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#085455));
    background-image: -webkit-linear-gradient(top, #eeeeee, #085455);
    background-image:    -moz-linear-gradient(top, #eeeeee, #085455);
    background-image:     -ms-linear-gradient(top, #eeeeee, #085455);
    background-image:      -o-linear-gradient(top, #eeeeee, #085455); */
}

 .headLinks ul li a {
 	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 800;
	color: #096493;
	font-size: 14px;
	background: #dce5f8;
	padding: 4px 8px 4px 8px;
	border-radius: 4px 4px 4px 4px;
}

.headLinks a:hover {
background: #ffffff;
color: #000000;
}

 .headLinks ul {
 z-index: 2;
  text-align: left;
  display: inline;
  margin: 0;
/*  padding: 15px 4px 17px 0; */
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

 .headLinks ul li {
  font: bold 12px sans-serif;
  display: inline;
  position: relative;
  padding: 0px 2px 0px 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.headLinks ul li ul {
	z-index: 1;
/*	padding: 0px 2px 0px 12px; */
	position: absolute;
	top: 18px;
	left: 2px;
/*	width: 240px; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: 8px 4px 8px #333333;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}

.headLinks ul li ul li {
  font: bold 12px/24px sans-serif;
  background: #ffffff;
  display: block; 
  color: #000000;
  padding: 0px 2px 0px 6px;
margin-right: 0px;
margin-left: -2px;
  border-top: solid 1px #000000;
  width: 100%;
}

.headLinks ul li ul li a { 
display: block;
  font: bold 12px/24px sans-serif;
	padding: 0px 2px 0px 2px;
  background: none;
  white-space:nowrap;
}

.headLinks ul li ul li a:hover { 
	padding: 0px 2px 0px 2px;
}

 .headLinks ul li ul li:hover {
	background: #ffffff;
}

.headLinks ul li:hover ul {
  padding: 0px 2px 0px 2px;
  display: block;
  opacity: 1;
  visibility: visible;
}

.pageTitle {
	width: 740px;
	font-size: 24px;
	margin: 6px 0 12px 0;
	padding: 6px 0 4px 24px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #111111;
/*	border-radius: 6px; */
	box-shadow: -1px 1px 1px #1b2c93;
	border-radius: 0px 0px 0px 26px;
}

.homeBoxCommon {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.homeBoxSmall {
	width: 297px;
	}

.homeBoxSmallColumn {
	width: 950px;
	}

.homeBoxLarge {
	width: 633px;
	}

.homeBoxCommon h1 {
	margin: 0 0 10px 12px;
	padding: 4px 0 4px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #136f65;
	font-weight: lighter;
	font-size: 22px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-radius: 0px 0px 0px 6px;
}

.homeBoxCommon p {
	padding: 10px;
	margin: 10px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	box-shadow: 2px 2px 2px #333333;
	border-radius: 6px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cbd0ed));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:    -moz-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:     -ms-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:      -o-linear-gradient(top, #eeeeee, #cbd0ed); 
}

.homeBoxCommon a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b112f;
}

.homeBoxLarge p {
	font-size: 14px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cbd0ed));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:    -moz-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:     -ms-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:      -o-linear-gradient(top, #eeeeee, #cbd0ed); 
}

#contentLeft {
	float: left;
}

#contentRight {
	z-index: 0;
	position: relative;
	float: left;
	left: 180px;
	width: 803px;
	min-height: 320px;
	background: #ffffff;
	padding: 20px;
	border-left: 1px solid #102938;
	background-image: url("../images/paper.jpg");
/* 	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cbd0ed));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:    -moz-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:     -ms-linear-gradient(top, #eeeeee, #cbd0ed);
    background-image:      -o-linear-gradient(top, #eeeeee, #cbd0ed); */
}

#contentMainD {
	text-align: center;
	width: 1024px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px solid #000000;
	}
	
.defaultBackground {
	width: 700px;
	padding: 22px 22px 22px 22px;
/*	box-shadow: 2px 2px 2px #000000; */
	border: 1px solid #000000;
	margin-left: 22px;
	border-radius: 8px;
	background: #f3f7ff;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e6ff), to(#aaaaaa));
    background-image: -webkit-linear-gradient(bottom, #e2e6ff, #aaaaaa);
    background-image:    -moz-linear-gradient(top, #e2e6ff, #aaaaaa);
    background-image:     -ms-linear-gradient(top, #e2e6ff, #aaaaaa);
    background-image:      -o-linear-gradient(top, #e2e6ff, #aaaaaa); */
}

.defaultBackground p {
	margin: 0 0 12px 0;
	padding: 22px 22px 22px 22px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 2px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e6ff));
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #e2e6ff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:     -ms-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:      -o-linear-gradient(top, #eeeeee, #e2e6ff);

}

.documentText {
	width: 740px;
	margin-left: 20px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

.documentText p {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 8px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 6px;
	background: #ffffff;
}

.documentText h2 {
	padding: 24px 0 6px 12px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
}

.documentText h3 {
	padding: 4px 0 6px 12px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
}

.documentText h4 {
	padding: 4px 0 6px 12px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

.generalText {
	width: 740px;
	margin-left: 20px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

.generalText TABLE {
	padding: 22px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 2px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e6ff));
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #e2e6ff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:     -ms-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:      -o-linear-gradient(top, #eeeeee, #e2e6ff);
}

.generalText FORM {
	font-size: 12px;
	margin: 0 0 12px 24px;
	padding: 22px 12px 22px 30px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 2px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e6ff));
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #e2e6ff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:     -ms-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:      -o-linear-gradient(top, #eeeeee, #e2e6ff);
}

.generalText UL {
	list-style-type: none;
	font-size: 14px;
	margin: 0 0 12px 24px;
	padding: 22px 12px 22px 30px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 2px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e6ff));
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #e2e6ff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:     -ms-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:      -o-linear-gradient(top, #eeeeee, #e2e6ff);
}

.generalText LI {
	margin-bottom: 6px;
}

.generalText p {
	margin: 12px 0 12px 0;
	padding: 22px 22px 22px 22px;
	box-shadow: 2px 2px 2px #000000;
	border-radius: 2px;
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e6ff));
    background-image: -webkit-linear-gradient(bottom, #eeeeee, #e2e6ff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:     -ms-linear-gradient(top, #eeeeee, #e2e6ff);
    background-image:      -o-linear-gradient(top, #eeeeee, #e2e6ff);

}

.generalText h2 {
	padding: 24px 0 6px 24px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
}

.generalText h3 {
	padding: 18px 0 6px 0px;
	margin: 12px 0 6px 12px;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
}

.generalText h4 {
	padding: 24px 0 0 12px;
}

.documentLeftLinks {
	padding: 0px;
	margin-top: 20px;
	margin-left: 20px;
	position: fixed;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	border-radius: 6px;
/*	box-shadow: 2px 2px 0px #000000; */
	background-color: #124578;
}

.documentLeftLinks a {
	text-decoration: none;
	color: #000000;
}

.documentLeftLinks a:hover {
	color: #2793a8;
}

.documentLeftLinks li {
	text-align: center;
	margin: 8px 8px 8px 8px;
	padding: 2px 4px 2px 4px;
	list-style-type: none;
	color: #000000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#91afee));
    background-image: -webkit-linear-gradient(top, #ffffff, #91afee);
    background-image:    -moz-linear-gradient(top, #ffffff, #91afee);
    background-image:     -ms-linear-gradient(top, #ffffff, #91afee);
    background-image:      -o-linear-gradient(top, #ffffff, #91afee);
	border-radius: 2px 2px 2px 2px;
}

.documentLeftLinks li:hover {
background: #ffffff;
}



.mailingListText {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding: 6px;
}

#mailingList {
	float: left;
	padding: 0;
	width: 1024px;
	height: 30px;
/*	background-color: #1c4742; */
	background-color: #0b1c5b;
	border-bottom: 0;
}

.smanyAddress {
	padding: 5px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
/*	color: #207070; */
	color: #0b1c5b;
	background-color: #aebdf4;
/*	border: 1px solid #123456; */
}

.smanyCopyright {
	padding: 20px;
	width: 984px;
	float: left;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #0b1c5b;
}

.letterAnchor {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #63a1a1;
	background: #bbbbbb;
	padding: 0 20px 0 20px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#footer {
	float: left;
	width: 1024px;
/*	height: 200px; */
/*	background-color: #a4e5eb; */
	background-color: #0b1c5b;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
}

#footer a {
	margin: 0 auto;
	padding: 0 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	}
	
.footerOne {
	float: left;
	width: 150px;
	margin: 20px 20px 20px 20px;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: .75em;
}

.footerTwo {
	float: left;
	width: 260px;
	margin: 20px 10px 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: .75em;
}

.footerThree {
	float: left;
	width: 260px;
	margin: 20px 10px 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: .75em;
}

.footerFour {
	float: left;
	width: 160px;
	margin: 20px 10px 0;
	padding:0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: .75em;
}

.footerFive {
	float: left;
	margin: 20px 0 0 0;
	width: 80px;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: right;
	line-height: .75em;
}

.acronym {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 6px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #000000;
	border-bottom: 0;
}

.acronym h1 {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}		

.aboutText {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	margin-right: 140px;
	text-decoration: none;
/*	background: #ffffff; */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #111111;
	font-size: 12px;
/*	border-radius: 6px;
	box-shadow: 2px 2px 2px #1b2c93; */
}

.aboutText p {
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
/*	background: #ffffff;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #1b2c93; */
}

/* .aboutText h1 {
	width: 780px;
	font-size: 24px;
	margin-bottom: 12px;
	border-bottom: 1px solid #000000;
}

.aboutText h2 {
	font-size: 22px;
	padding-left: 12px;
	margin-bottom: 12px;
	background: #999999;
}

.aboutText h3 {
	font-size: 18px;
	margin-top: 24px;
}

.aboutText h4 {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
} */

.aboutText li {
	list-style-type: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 32px;
}

.aboutText2 li {
	list-style-type: decimal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 32px;
	padding-bottom: 12px;
}

.documentRosterSubheadLeft {
	box-shadow: 2px 2px 2px #000000; */
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 6px;
	color: #000000;
	background: #3499aa;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.documentRosterBody {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 6px;
	margin: 0;
	color: #000000;
	font-size: 12px;
	background: #dddddd;
	padding-bottom: 16px;
	padding-right: 40px;
	margin-bottom: 16px;
}

