*
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    overflow: auto;
}

BODY, HTML
{
	background-color: beige;
}

HTML
{ 
	font-size: 100%;
}

BODY
{
	font-size: 62.5%;
}

ACRONYM 
{
	border-bottom: none;
}

CAPTION
{ 
	text-align: center;
}

P
{ 
	text-align: justify;
}

H1
{
	display: none;
}

H3, H4, P
{
	margin: 9px 0px;
}

H3, P
{
	margin-left: 8px;
    margin-right: 7px;
}

H3
{
	color: #006400;
    font-size: 2.1em;
}

CAPTION, H2
{
	font-size: 2.6em;
    font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
    font-variant: small-caps;
}

H2
{
	background-color:  rgb(102, 10, 9);
	background-image: url(images/peachesBg.jpg);
	background-position: top;
	font-family: serif;
	letter-spacing: 3px;
	line-height: 52px;
	padding-left: 11px;
	border-bottom: 2px solid #FFFF00;
	vertical-align: text-bottom;
}

H2, H4
{
	color: #FFFFFF;
}

H4
{
	font-size: 1.8em;
	background-color:  rgb(102, 10, 9);
	background-image: url(images/peachesBg.jpg);
	background-position: bottom;
	line-height: 32px;
	padding-left: 11px;
	border-top: 2px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
}

H4, H4 ACRONYM
{
	font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
	font-weight: 100;
}

H4:after 
{
	content: ":";
}

H4 + P:first-line 
{ 
	font-variant: small-caps;
}

P, UL
{
	font-size: 1.4em;
}

UL
{
	list-style-type: none;
    color: rgb(102, 10, 9);
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
}

UL + UL
{
	margin-top: 18px;
}

P + UL
{
	list-sXtyle-image: url(images/finger.gif);
    text-transform: none;
	text-align: left;
	margin-left: 76px;
    vertical-align: middle;
}

			   
/* Begin Form Styles */

FIELDSET
{
	background-color: #FFFFFF;
	background-image: url(images/fieldsetBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: outset rgb(204, 153, 21);
	margin: 11px 9px;
	padding: 8px 6px;
}

FIELDSET LI + LI
{
	margin-top: 12px;
}

FIELDSET OL, TEXTAREA
{
	margin: 6px;
    padding: 5px;
}

INPUT[type="text"], INPUT[type="text"] + LABEL, SELECT
{
	display: block;
}

INPUT[type="submit"]
{
	margin-left: 10px;
}

LABEL, TEXTAREA
{
	font-size: 1.4em;
}

LEGEND
{ 
	background-color: #D17676;
    border: 2px rgb(102, 10, 9) outset;
	padding: 4px 6px;
}

/* End Form Styles */


/* Begin Table Styles */

TABLE
{
	margin: 9px 8px;
    background-color: #FFFFFF;
}

TD, TH
{
	padding: 4px;
	font-size: 1.4em;
}

TFOOT
{
	background-image: url(images/tableFooterBg.gif);
    background-position: bottom;
    font-style: italic;
}

THEAD
{
	background-image: url(images/tableHeaderBg.gif);
}

TFOOT, THEAD
{
	background-repeat: repeat-x;
}

TH
{
	font-weight: 800;
}

TD + TD, TBODY TR:hover
{
	background-color: rgb(204, 153, 21);
}

/* End Table Styles */


/* Begin Link Effects */

A:link
{
	color: rgb(102, 10, 9);
}

A:active
{
	color: rgb(102, 10, 9);
}

A:visited
{
	color: rgb(102, 10, 9);
}

A:hover
{
	color: rgb(102, 10, 9);
}

/* End Link Effects */

#current
{
	font-weight: bolder;
    color: rgb(102, 10, 9);
}

#all, #footer
{
	width: 680px;
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footer
{
	color: #006600;
	background-image: url(images/footerBg.jpg);
	border-top: 1px solid green;
	letter-spacing: .14em;
	padding-top: 6px;
	padding-bottom: 4px;
	vertical-align: middle;
}

#footer P
{
	padding-left: 23px;
}

#footer SPAN
{
	color: #000099;
    font-weight: bold;
}

#header
{
	float: left;
	margin-top: 10px;
	padding-left: 5px;
	width: 150px;
}

#content
{
	margin-top: 0px;
	float: right;
	padding-bottom: 9px;
	min-height: 687px;
	border-left: 2px solid green;
	background-color: #FFFFCC;
	width: 518px;
}