



h1{text-align: justify; font: 72% arial; color: #333333; padding: 10px; padding-right: 15px; margin: 0px; border: 0px; background-color: white; 
line-height: 120%;
}
/*standard left-aligned text format*/

h2{text-align: left; font: 72% arial; font-weight: bold; color: #333333; line-height: 100%; padding: 10px; padding-right: 15px; padding-bottom: 0px; margin: 0px; border: 0px;}
/*for titles*/

h3{text-align: center; font: 72% arial; color: #333333; padding: 0px; line-height: 100%}
/*for footer*/

h4{text-align: center; font: 100% monospace; color: white; background-color: black; padding: 5px; line-height: 100%; }
/*this is for centering images only, really, and occasional text*/

h5{text-align: right; font: 72% arial; color: #333333; background-color: none; padding: 10px; padding-right: 20px; margin: 0px;
}
/*format for the header text to the right of banner aeqai*/

span.subtitle {text-align: left; 
	font: 50% times; 
	font-style: italic;
	margin: 0px;
	border: 0px;
	color: #333333; 
	padding: 0px; 
	}

span.subtitle2 {text-align: left; 
	font: 50% times; 
	color: #333333; 
	padding: 0px; 
	}

span.line {

	border-bottom: 1px; 
	border-bottom-style: solid; 
	border-color: black;}

span.title {
	border-bottom: 1px; 
	border-bottom-style: solid; 
	border-color: silver;
	word-spacing: 3px;
	font: 130% arial; 
	font-weight: bold; 
	color: black; 
	background-color: silver; 
	padding: 0px; 
	word-spacing: 10px; 	
	letter-spacing: .5em; 
	line-height: 100%;
	}



hr {width: 800px; padding: 0px; margin: 0px; border: 0px; color: white;}


img {border: 0; padding: 0px;}

img.thumb {border: 0; padding: 5px;}

img.floatright { 
    	float: right; 
    	margin: 0px; 
    	padding: 10px;
	border: 0;

}

img.floatrightmini { 
    	float: right; 
    	margin: 0px; 
    	padding: 0px;
	padding-right: 10px;
	border: 0;

}

img.floatleft { 
    	float: left; 
    	margin: 0px; 
    	padding: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border: 0;

}

img.header { 
    	float: left; 
    	margin: 0px; 
    	padding: 0px;
	padding-right: 10px;
	border: 0;

}

img.adlong { 
    	margin: 0px; 
    	padding: 0px;
	padding-top: 1px;
	border: 0;

}

P { margin-top: 0; text-indent: 0; }


body {	background-color: white;
  	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: inherit;
}


#container {
  	margin: 0 auto;
  	width: 800px;
	height: 100%;
  	text-align: left;
	background-color: white;
}


#header {width: 800px;
	height: 70px;
	text-align: left;
	background-color: white;
	background-image: url('images/header.jpg'); 
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px; 
	margin: 0px;
	border: 0px;
}


#first {width: 800px;
	height: 150px;
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: left;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

#second {width: 800px;
	height: 150px;
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: left;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

#third {width: 800px;
	height: 150px;
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: left;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

#sidetext {width: 239px;
	
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#thumbs {width: 561px;
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: right;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}










#footer {width: 800px;
	height: 50px;
	text-align: left;
	background-color: white;
	overflow: hidden;
	float: left;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}


#loadimages {
    display:none;
}









A:link {text-decoration:none; color: black;}
A:visited {text-decoration:none; color: #333333;}
A:hover	{text-decoration:none; color:#996699; background-color: white;}
A:active {text-decoration:none; color:#663366;} 
