h1, h2, h3 {
	color: #003366;
	font-family: Garamond;
}

p {
	text-indent: 2em;
}

#badge{
	position: absolute;
	left: 1.5625em;
	top: 1.5625em;
	z-index: 1;
}

#header {
	position: absolute;
	width: 37.5em;
	height: 15.625em;
	left: 18.125em;
	top: 1.5625em;
	z-index: 1;
}

#header h1 {
	position: absolute;
	left: 40px;
	top: 8px;
	font-size: 250%;
}

.strongEmp{
	font-weight: bold;
	text-decoration: underline;
}

/*--- general text ---*/
#main{
	position: absolute;
	top: 15.625em;
	left: 13.5em;
	height: 56em;
	min-width: 12.5em;
	max-width: 42.5em;
	font-family: 'Trebuchet MS';
	font-size: 100%;
	z-index: 2;
	clear: left;
	padding: .625em;
	margin: .625em;
	padding-top: 0em;
	margin-top: 0em;
}

#main h2{
	text-align: center;
}

/*--- end text ---*/
	
/*--- for index.html ---*/	
#blurb{
	font-style: italic;
	float: right;
	width: 12.5em;
	padding-top: 3.2em;
	text-align: center;
	line-height: 150%;
	margin: 1em;
}

#intro{
	margin-bottom: 1.875em;
	padding-bottom: 1.25em;
	border-bottom: .125em dashed #440500;
}

.news h3{
	padding: 0em;
	margin-top: 1.25em;
	margin-bottom: .125em;
	font-size: 132%;
}
	
.date {
	font-family: "Courier New", monospace;
	font-style: italic;
	height: .125em;
	margin-bottom: 1.25em;
	width: 5em;
	text-align: center;
	font-size: 100%;
}

.news{
	padding-bottom: 1.125em;
	border-bottom-style: dotted;
	border-bottom-color: #440500;
}

/*--- end index.html---*/


/*--- for members.html---*/
#picGallery{
	clear: both;
}

.portrait {
	margin: .125em;
	border: .125em solid #440500;
	height: 17.5em;
	width: 8.125em;
	float: left;
	text-align: center;
	font-size: 105%;
	padding: 0em;
}
.portrait img {
	display: inline;
	margin: .1875em;
	height: 10.3125em;
	width: 7.5em;
}
.portraitDesc{
	text-align: center;
	font-weight: normal;
	width: 8.125em;
	height: 2.5em;
	margin: auto;
	position: relative;
	top: auto;
	bottom: auto;
	font-size: 90%;
}

.name{
	font-family: 'Arial Narrow';
	font-size: 120%;
}

.cert{
	font-style: italic;
	font-size: 90%;
}

#members{
	clear: both;
}

#officers{
	clear: both;
}

/*--- end members.html ---*/

/*---for help.html ---*/
.clearList{
	list-style-type: none;
}
/*---end help.html---*/

/*---photo.html---*/
#photos {
	margin: .9375em;
}

#photos img{
	width: 37.5em;
	left: auto;
	right: auto;
}

.picDesc{
	text-align: center;
	font-style: italic;
	font-size: 90%;
	margin-bottom: 0.625em;
	width: 37.5em;
}

/*--- sidebar ---*/
#sideList{
	list-style-type:none;
	position: absolute;
	line-height: 2.5em;
	text-align: center;
	margin-left: 0em;
	margin-top: 0em;
	padding-left: 0em;
}

#sidebar{
	position: absolute;
	left: .9375em;
	top: 20em;
	width: 25em;
	height: 57.75em;
}

#sideOuter{
	background-color: #440500;
	position: absolute;
	left: .3125em;
	top: .3125em;
	height: 26em;
	width: 12.5em;
}

#sideInner{
	background-color: #000531;
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	height: 26em;
	width: 11em;
}


#sideLinks{
	position: absolute;
	top: 2.8em;
	left: 1.5em;
	width: 11em;
	height: 55.625em;
	font-size: 1.1em;
}

#sidebar a{
	color: white;
	left: 1.25em;
	font-size: 115%;
	padding: .625em;
}

#sidebar a:hover{
	color: red;
}
/*--- end side bar ---*/

/*--- links ---*/

#linkText h3:hover{
	color:red;
}

#linkText a:hover{
	color:red;
}

#linkText a{
	color: #003366;
	font-family: Garamond;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
/*--- end links ---*/

/*--- contact bar ---*/
#contact{
	border-color: black;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: .125em;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	max-width: 	31.25em;
	clear: both;
	margin-top: 1.5em;
}

.indent{
	position: relative;
	left: 1.5em;
	padding: .1em;
}

#contact a{
	font-weight: normal;
	color: black;
}

#contact a:hover{
	color: #003366
}
/*--- end contact bar ---*/

a{ 
	z-index: 2;
}

