/*<xml>
<file name="sjeaa.css">
<author>AJ Brown</author>
<abstract>Defines the look and feel of the SJEAA web pages.</abstract>
<code>
*/

body {
	color: black;
	background-color: white;
	background-image: ./images/eaalogo.png;
}
/*Class definitions*/
.page-header {
	text-align: center;
	background-color: silver;
}	

.page-title {
	font-weight: bolder;
	font-size: 200%;
	text-align: center;
}	

table {
	padding-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	border-left-width: 0pt;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	text-align: left;
}	

.bio-dt {
	text-align: right;
	font-size: larger;
	font-weight: bolder
}

.bio-dd {
	padding-bottom:.5em;
	text-align: left;
}		

.club-notice { text-align: center;
	     font-size: larger;
	     background-color: yellow
	}


.colophon {
	text-align: left;
	}
	
.credits { 
	font-size: x-small;
	font-style: italic;
}

.footer {
	background-color: silver;
		text-align: left;
	}
	
.signature {
	font-size: x-small;
	}
	
.status { 
	font-size: x-small;
	font-style: italic;
}	

#standards {
	display: inline;
	}
#license {
	display: none;
	}		





#tbl4pg-layout {
	text-align: right;
	background-color: #f1f1f1;
}

.logo4eaa {
	color: #1f1fef;
}

/*Use to format the define term,define definiton tables*/


.hilight1 {font-style: oblique;
}

/*
</code></file>
*/