/* <LINK REL=STYLESHEET HREF="A30style.css" TYPE="text/css"> */

BODY,
BODY TABLE	{
	margin-left: 15px;
	margin-right: 15px;
	color: #00003F;
	background-color: #C0FFFF;
	background-repeat: repeat-y;	/* repeat-y repeat-x no-repeat */
	/*
	background-image: url("A30background.gif");
	background-position: top center;
	*/
	background-attachment: scroll;	/* fixed scroll (fixed doesn't work in Netscape 4.04) */
	font-family:
                Verdana,
		Arial,
                Lucida,
                LucidaSansUnicode
                /*
                ,Helvetica
                */
                ,sans-serif
                ;
	}

BODY.sitemap	{
	color: #00003F;
	background-color: #C0FFFF;
	background-repeat: repeat-y;	/* repeat-y repeat-x no-repeat */
	background-attachment: scroll;	/* fixed scroll (fixed doesn't work in Netscape 4.04) */
	/*font-size: smaller;  was 85%; */
	font-family:
                Verdana,
		Arial,
                Lucida,
                LucidaSansUnicode,
                Helvetica,
                sans-serif
                ;
	}

BODY.sitemap li,
BODY.sitemap li li,
BODY.sitemap li li li
 	{
	color: #3F3f00;
	background-color: transparent;
	/*line-height: 85%;*/
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	/*
	margin-left: -2em;
	*/
	}

li.address {
	line-height: 95%;
	list-style-type: none;	/* is this right? */
	list-style-position: inside
	}

P.LEFT	{
	margin-left: -18%;
	margin-right: 82%;
	}

H1, H2, H3, H4, H5, H6
	{
	clear: both;
	}
	
H1	{
	text-align: center;
	font-family:
                LucidaBright,
                "New Century Schoolbook",
                NewCenturySchlbk,
		BookAntiqua,
                Palatino,
                Times,
                Charter,
                serif;
        }

DIV.banner {
	clear: both;
	text-align: center;
	font-size: larger;
	}

IMG.pagelogo {
	float: left;
	}

IMG.pageSponsor {
	float: right;
	}

IMG.SMALL {
	float: right;
	}

IMG.MEDIUM {
	float: right;
	}

.ODD {
	float: left;
	clear: both;
	}

.EVEN {
	float: right;
	clear: both;
	}

.CLEAR { clear: both; }

SPAN.rightPhoto,
DIV.rightPhoto,
IMG.rightPhoto { float: right;
	clear: both;
	vertical-align: text-top;
	padding: 5px;
	margin-left: 5px;
	}

SPAN.rightFloatPhoto,
DIV.rightFloatPhoto,
IMG.rightFloatPhoto { float: right;
	vertical-align: text-top;
	padding: 5px;
	margin-left: 5px;
	}

SPAN.leftPhoto,
DIV.leftPhoto,
IMG.leftPhoto { float: left;
	clear: both;
	vertical-align: text-top;
	padding: 5px;
	margin-right: 5px;
	}

SPAN.leftFloatPhoto,
DIV.leftFloatPhoto,
IMG.leftFloatPhoto { float: left;
	vertical-align: text-top;
	padding: 5px;
	margin-right: 5px;
	}

IMG.center {
	text-align: center;
        }

HR.spacer { clear: both; }

P.below { clear: both; }

BLOCKQUOTE {
	text-align: justify;	/* center, left, right, justify */
	margin-left: 5%;
	margin-right: 5%;
	font-style: italic;
	font-weight: normal;
	font-family:
		BookAntiqua,
                "New Century Schoolbook",
                NewCenturySchlbk,
                LucidaBright,
                Palatino,
                Times,
                Charter,
                serif;
	}


BLOCKQUOTE.SHORT {
	text-align: center;	/* center, left, right, justify */
	margin-left: 8%;
	margin-right: 8%;
	font-style: italic;
	font-weight: bold;
	/* font-size: larger;	/* TOO large in Netscape 4.04 */
	}


BLOCKQUOTE.BOXED {
	margin-left: 8%;
	margin-right: 8%;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	font-style: normal;
	font-weight: normal;
	}

BLOCKQUOTE.NOTICE {
	margin-left: 8%;
	margin-right: 8%;
	color: #00003F;
	background-color: #FFFF00;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	font-style: normal;
	font-weight: normal;
	}

BLOCKQUOTE.sidebar {
	margin-left: 34%;
	margin-right: 5%;
	padding: 5px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	font-style: normal;
	font-weight: normal;
	}

ADDRESS {
	font-size: smaller;
	font-family:
		BookAntiqua,
                "New Century Schoolbook",
                NewCenturySchlbk,
                LucidaBright,
                Palatino,
                Times,
                Charter,
                serif;
	}
	
DIV.NOTE, P.NOTE {
	font-size: smaller;
	font-family:
		BookAntiqua,
                "New Century Schoolbook",
                NewCenturySchlbk,
                LucidaBright,
                Palatino,
                Times,
                Charter,
                serif;
	text-align: right;	/* center, left, right, justify */
	float: right;
	}
	
ADDRESS SPAN.NOTE {
	float: right;
	}
	
P.COMPACT {
	line-height: 80%;
	}

P.byline,
P.ATTRIBUTION,
SPAN.ATTRIBUTION {
	text-align: right;	/* center, left, right, justify */
	}

P.CENTER, P.SUBHEAD, P.SUBSUBHEAD {
	text-align: center;
	}

P.SUBHEAD {
	font-size: larger;
	font-weight: bold;
	}

P.SUBSUBHEAD {
	font-weight: bold;
	}

DL, UL, OL
	{
	clear: left;
	}

DL DT	{
	color: #0000F0;
	background-color: #30FFFF;
	font-size: 14pt;
	font-weight: bold;
	}
	
TABLE.COMPACT {
	border-width: 1px;
	color: #000000;
	background-color: #30FFFF;
	}

TR	{
	border-top-width: 1px;
	border-bottom-width: 1px;
	}
	
TD.COL1 {
	text-align: right;
	}

TABLE.OFFICERS {
	border: solid thin double;
	}

TABLE.OFFICERS TD, TABLE.OFFICERS TH {
	border: solid thin;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	}

div.navlinks ul {
	margin: 0px;
	padding: 0px;
	font-family:
                LucidaBright,
                "New Century Schoolbook",
                NewCenturySchlbk,
		BookAntiqua,
                Palatino,
                Times,
                Charter,
                serif;
	font-size: 12px;
	#line-height: 30px;
	}

div.navlinks li {
	list-style-type: none;
	height: 30px;
	width: 140px;
	margin: 10px;
	text-align:center;
	}

div.navlinks li.bigtext {
	font-size: 20px;
	}

div.navlinks li a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	border-width: 6px;
	vertical-align:middle;
	}

div.navlinks li a:link {
	color: white;
	font-weight: normal;
	background-color: #039;
	border-style: outset;
}
div.navlinks li a:visited {
	color: white;
	font-weight: normal;
	background-color: #039;
	border-style: outset;
}
div.navlinks li a:hover {
	font-weight: bold;
	color: white;
	background-color: #069;
	border-style: outset;
}
div.navlinks li a:active {
	font-weight: bold;
	color: #00c;
	background-color: #099;
	border-style: inset;
} 

p.horizontalnav {
	clear: both;
}

p.navprevious,
span.navprevious {
	text-align: left;	/* center, left, right, justify */
	float: left;
}

p.navnext,
span.navnext {
	text-align: right;	/* center, left, right, justify */
	float: right;
}
