*{
	margin:0;
	padding:0;
}

img {
border:0;
}

body { 
	background-color: rgb(229,229,229);
 	background-image: url(images/site_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	line-height: 1.3;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: rgb(68,68,68); 
	text-align: left;
  	margin: 0px; 
	padding: 0px;
}
#container { 
	position: relative;
	width: 900px !important;
	width /**/: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
 	width: 900px;
 	height: 100px;
 	background-image: url(http://essswa.org/images/aas_banner_6.html);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;
	border-right: 0px solid rgb(170,170,170);    
	border-bottom: 0px solid rgb(170,170,170);    
	border-left: 0px solid rgb(170,170,170);   
	padding: 0px 0px 0px 0px; 
}
#content {
	width: 515px;
	margin: 15px 0px 0px 170px;
	padding: 0px 10px 0px 10px;
}
h1 {
	color: #000099;
	border-bottom: 1px solid #120790;
	font-size: 130%;
}
h2 {
	color: #000099;
	font-size: 115%;
}
h3 {
	color: #000099;
	font-size: 105%;
}

h4 {
	color: #FFFFFF;
	font-size: 85%;
	line-height: 1.0;
		
}

h6{
	color: #FFFFFF;
		font-size: 100%;
	line-height: 1.0;
}

h7{
	color: #333333;
		font-size: 100%;
	line-height: 1.0;
}
.style1 {
	font-size: 12px;
	line-height: 1.0;
	text-align: justify;
	font-weight: 900;
}

.style2 {
	font-size: 13px;
	line-height: 1.0;
	text-align: justify;
}

.style4 {
	font-size: 11px;
	line-height: 1.0;
	text-align: justify;
}

.style6 {
	color: #000066;
	font-weight: bold;
	background-color: #FFFFFF;
}

.style10 {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
	font-family: "sans-serif", Times, serif;
	font-size: 13px;
}

.style11{
	color: #000000;
	font-weight: bold;
	font-family: "sans-serif", Times, serif;
	text-align: justify;	
	font-size: 95%;
	}
	
.style12{
	color: #000000;
	font-weight: 100;
	font-family: "sans-serif", Times, serif;
	text-align: justify;
	font-size: 13px;
	}
	
.style14 {
	color: #FFFFFF;
	font-weight: bold;
			font-size: 110%;
		font-family: "sans-serif", Times, serif;
}
	
.style15 {
	color: #000099;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}


.style20 {
	color: #000000;
	font-weight: bold;
	font-family: "sans-serif", Times, serif;
	font-size: 14px;
}

.style21 {
	color: #000033;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
}

.style51 {
margin-top:3px;
}


.style52{
	color: #000066;
	font-weight: bold;
	font-family: "sans-serif", Times, serif;
	text-align: justify;
	font-size: 13px;
	background-color: #FFFF00;
	}


.style53 {
	color: #000066;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 14px;
	
}

/*style 61 - 70 is for invoice*/
.style61 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 160%;
	
}

.style62 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 115%;
	
}

.style63 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 100%;
	
}

.style64 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	background-color: #FFFFFF;
	font-size: 100%;
	
}

.style65 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 90%;
	
}

.style66 {
	color: #000000;
	font-family: "sans-serif", Times, serif;
	background-color: #FFFFFF;
	font-size: 90%;
	
}

.style67 {
	color: #FFFFFF;
	font-family: "sans-serif", Times, serif;
	font-size: 80%;	
}

p {
	line-height: 1.5;
}
#menu {
	position: absolute;
	top: 100px;
	left: 0px;
 	width: 148px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
/*Menu Styling */
#menu{
position:absolute;
top:125px;
left:0.8em;
z-index:2;
width:10em;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.1em;
		margin-top : -2em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 115px;
	display : block;
	color:#0066FF;
	text-decoration : none;
	border-top : 1px solid #848584;
	border-bottom : 1px solid #CCCCCC;
	border-left: 1px solid #848584;
	border-right: 1px solid #848584;
	padding : 4px 0 4px 15px;
	background-image: url(images/nav_button_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#nav li a:hover {
		color:#FFCC00;
		background-color : white;
		background-image: none;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/*link for news page*/

#link, #link ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : auto;
	}
	
	#link li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		width: auto;
	}
	
	#link li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.1em;
		margin-top : -2em;
	}
	
	#link li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#link li a {
	width: 70px;
	display : block;
	color:#FFFFFF;
	text-decoration : none;
	border-top : 1px solid #848584;
	border-bottom : 1px solid #848584;
	border-left: 1px solid #848584;
	border-right: 1px solid #848584;
	background-image: url(images/News_button_bg.jpg);
	padding : 4px 4px 4px 4px;
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
	#link li a:hover {
		color:#FFFF99;
		background-color : #000099;
		background-image: none;
	}
	
	#link li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#link li:hover ul, #link li li:hover ul, #link li li li:hover ul, #link li.sfhover ul, #link li li.sfhover ul, #link li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	
	
/*Section for photos */

#images {
	position: absolute;
	top: 120px;
	right: 15px;
	width: 160px;
	margin: 0;
	padding: 0;
}
.pics {
	text-align: center;
}
.pics img {
	padding-bottom: 20px;
}

/* Styles for membership area */
input {
	border: 1px solid rgb(170,170,170);
	margin: 2px 2px 2px 2px;
}

.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
  overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

/* Edits ========================*/
		

#banner {
	padding: 5px;
	margin-bottom: ;
	background-color: white;
	width:898px;
	height:100px;
	background-image: url(images/header_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}



#sidebar-a {
	float: left;
	width: ;
	margin: 0;
	margin-right: ;
	padding: 0;
	background-color: rgb(235, 235, 235);
}


#navcontainer {
	width:150px;
	height:625px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#navbottom{
	width:150px;
	height:19px;
	background-image: url(images/nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#loginsect{
	width:135px;
	height:181px;
	margin-left:11px;
	padding-left:5px;
	padding-top:10px;
	background-image: url(images/nav_login_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	position:absolute;
	top:555px;
}

.logintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}
.loginhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.loginbutton{
	margin-top:5px;
}

.loginfields{
width:100px;
position:relative;
right:0px !important;
right:10px;
margin-left:11px;

}
		
/*#footer {
	height: 20px;
	background-repeat: no-repeat;
	border-top: 0px;
	border-right: 0px solid rgb(170,170,170);
	border-bottom: 0px solid rgb(170,170,170);
	border-left: 0px solid rgb(170,170,170);
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(http://essswa.org/images/footer.jpg);	
	clear:both;
}*/

#footer {
	font-size: 85%;
	height: 50px;
	background-repeat: no-repeat;
	border-top: 0px;
	border-right: 0px solid rgb(170,170,170);
	border-bottom: 0px solid rgb(170,170,170);
	border-left: 0px solid rgb(170,170,170);
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color: #FFFFFF;
	clear:both;
}


/*calendar styling*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 10px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}