* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background: url(images/graySpot.gif) repeat;*/
	background-color: #cde4fe;
}
#page {
	margin: 10px auto;
	width: 780px;
	text-align: left;
	/*background: #ffffff url(images/greyLine.gif) repeat-y;*/
	background-color: #cde4fe;
}
#window {
	margin: 10px auto;
	width: 550px;
}
h1 {
	padding-bottom: 31px;
	text-align: center;
	color: #666;
	/* border-bottom: 1px solid #ccc; */
	font: italic normal 1.8em/18px "Times New Roman", Times, serif;
}
h2 {
	padding: 10px 0 4px 0;
	line-height: 18px;
	color: #333;
	text-transform: uppercase;
	font-size: 1.25em;
}
h3 {
	padding: 0px 0 13px 0;
	font-weight: bold;
	color: #633;
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}
h4 a, h4 a:visited {
	color: Navy;
	text-decoration: none;
}
h4 a:hover {
	color: blue;
	text-decoration: underline;
}
h5 {
	padding: 0px 0 0px 0;
	font-weight: bold;
	color: #633;
	font-size: 1.2em;
}
h5 a {
	font-weight: normal;
	font-size: 0.9em;
}
h6 {
	padding: 0px 0 13px 0;
	font-weight: bold;
	color: #633;
	font-size: 1.1em;
}
.note-text {
	font-style: italic;
	padding: 5px 0;
}
.small-text {
	padding-left: 45px;
	font-size: 9px;
	line-height: 11px;
}
.tiny-text {
	font-size: 7.5px;
	padding: 5px 0;
}
.red-note-text {
	color: red;
}
#header {
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(images/LEonBlue-1.jpg);
}
#header img {
	clear: right;
	float: right;
	vertical-align: middle;
}
#header-small {
	height: 180px;
	background-repeat: no-repeat;
	background-image: url(images/LEonBlue-1t1.png);
}
#header-right {
	text-align: center;
	color: #666;
	font: italic normal 2.2em/40px "Times New Roman", Times, serif;
	float: right;
	margin-top: 13px;
	padding: 15px 16px 18px 16px;
	width: 300px;
	clear: right;
}
#header-social-club {
	height: 210px;
	vertical-align: middle;
}
#two-column-content {
	float: right;
	width: 594px;
	background-color: #cde4fe;
}
#two-column-content h2, h6 {
	margin-left: 60px;
}
#content-full {
	margin: 0 26px 26px 0;
	width: 100%;
	background-color: #cde4fe;
	text-align: justify;
}
#content-full p {
	margin: 13px 0 13px 60px;
}
#content-full li {
	margin: 13px 0 13px 110px;
}
#content-full p img {
	margin: 0 0 10px 10px;
	float: right;
}
#content-center {
	float: left;
	margin: 0 26px 26px 0;
	width: 416px;
	background-color: #cde4fe;
	text-align: justify;
}
#content-center p {
	/* clear: left; */
	margin: 13px 0 13px 60px;
}
#content-center p img {
	float: right;
}
#content-left {
	clear: left; /* float: right; */
	margin: 0 15px 0 0;
	width: 156px;
	font: 1.3em Arial, Helvetica, sans-serif;
}
#content-left-smallcal {
	margin: -3px 0px 0px 0px;
	width: 153px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#content-left a {
	text-decoration: none;
	color: Gray;
}
#content-left a:hover {
	color: Blue;
	text-decoration: underline;
}
#content-left dd {
	margin-bottom: 13px;
}
#content-left-links {
	float: left;
	width: 153px;
	margin-top: 0px;
}
#content-left-links ul {
	list-style: none;
	padding: 8px 0 0 10px;
}
#content-left-links li {
	border-bottom: 1px solid Silver;
	padding: 4px 0;
}

/* TOP MENU *************************/

#top-menu {
	clear: left; 
	margin: 0 0 55px 0;
	/* width: 156px; */
	font: 1.3em Arial, Helvetica, sans-serif;
}
#top-menu a {
	text-decoration: none;
	color: navy;
}
#top-menu a:hover {
	color: Blue;
	text-decoration: underline;
}
#top-menu-links {
	float: left;
	margin-top: 0px;
}
#top-menu-links ul {
	list-style: none;
	padding: 8px 10px 0 0;
}
#top-menu-links li {
	float: left;
	padding: 4px 20px 4px 0;
}

/* END Top Menu *********************/
#content-right {
	float: right;
	margin-top: 13px;
	margin-right: 0;
	padding: 18px 16px 18px 16px;
	width: 116px;
	border: 2px outset #F0E68C;
	background-color: #F0E68C;
	clear: right;
}
.image-right{
	margin:0px 25px;
	float:right;
}
form {
	padding-bottom: 16px;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 120px;
	color: black;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
}
div.row.table.td {
	padding-right: 20px;
}
.formw {
	padding-left: 8px;
	width: 315px;
	text-align: left;
	vertical-align: middle;
}
.formw a, .formw a:visited {
	text-decoration: none;
	color: ThreedDarkShadow;
}
.formw a:hover {
	color: Blue;
	text-decoration: underline;
}
.forml {
	margin-top: 10px;
	padding-left: 103px;
	width: 390px;
	text-align: left;
	vertical-align: middle;
}
textarea {
	margin-left: 25px;
	padding-left: 12px;
	text-align: left;
	font-size: 1em;
}
.legend {
	background-color: #8998FE;
	border: 2px outset #8998FE;
	padding: .4em .7em;
	position: relative;
	margin: 1em 0 -1.2em 10em;
	height: 1.4em;
	width: 20em;
	color: white;
}
fieldset {
	margin-bottom: 1em;
	margin-left: 100px;
	padding: 1.5em 5px 15px 5px;
}
.formbox {
	width: 400px;
	background-color: #F0E68C;
	border: outset #F0E68C; /*border: outset #FCDD9D;*/
}
div.errmsg {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: red;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 100%;
}
#footer-content-left {
	float: left;
	width: 153px;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 2px groove #4F58B0;
	text-align: center;
	font-size: 8pt;
	line-height: 12px;
	color: #555;
}
#footer-content-right {
	/*float: right;*/
	margin-top: 10px;
	width: 100%;
	height: 100px;
	padding-top: 10px;
	border-top: 1px groove #888888;
	font: 10px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer-content-right ul {
	list-style: none;
	margin-bottom: 10px;
}
#footer-content-right li {
	display: inline;
}
#footer-content-right li a {
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
	padding: 1px 5px;
	color: #000000;
}
#footer-content-right li a:hover {
	color: Yellow;
	background-color: #8998FE;
}
.clearfix {
	clear: both;
	height: 1px;
}
iframe {
	border: 0;
}
.state-list, .newsletter-year, .history-year {
	/* margin-left: 100px; */
	list-style: none;
	font-weight: bold;
	font-size: 120%;
}
.newsletter-year li {
	display: inline;
}
.dues-list {
	margin-left: 100px;
}
.dues-list li{
	padding-bottom: 5px;
}
.city-list, .newsletter-month, .history-item {
	margin: 0 0 10px 20px;
	list-style: none;
	font-weight: normal;
	font-size: .9em;
}
.city-list a, a:visited, .newsletter-month a, a:visited {
	color: #606060;
	text-decoration: none;
}
.city-list a:hover, .newsletter-month a:hover {
	color: Blue;
	text-decoration: underline;
}

#content-full > ul > li  ul {
	margin: 0 0 10px 20px;
	list-style: none;
	font-weight: normal;
	font-size: .9em;
}

.history-year > li > ul li {
	list-style: disc;
	margin-left: 15px;
}
.history-item {
	list-style: disc;
	margin-left: 30px;
}
.signature {
	padding-left: 250px;
}
.white-flag {
	width: 340px;
	border: 10px solid black;
	margin: 0 50px 20px 0;
	padding: 30px;
	background-color: #dddddd;
}
.lifetouch {
	float: left;
}