#head

{
	width: 600 px;
	height: 240px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#main 
{
	width: 600px;
	/*top: 245 px;*/
	padding-bottom: 1em;
	/*height: 600px;*/
	margin-right: auto;
	margin-left: 6em;
}

#mainborder
{
	width: 600px;
	top: 245 px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;

}

#footer
{
	text-align:center;
	font-style:italic;
	padding-bottom:1em;
}

#imgpaddedleft
{
	padding: 0.5em;
	float: left;
}

#textnavbar
{
	text-align:center;

}

#thinborder
{
	border-width: 1px;
	border-style: solid;
}

.navigatorLinkCurrent
{
	font-style:italic;
	padding-left:.5em;
}

.navigatorLink
{
	padding-left:.5em;
}

#textcenter
{
	text-align: center;
	padding: 0em;
	padding-bottom: -2em;
	margin-bottom: -10px;
	font-size: 100%;
}


#ie5floatbad
{
	/*
		CSS trick implimented by WD-rpw 5/3/04 because IE 5 seems
		to add the image's width to the width it's supposed to be
		when that image is floating. Every other modern browser
		renders this correctly (image + text = 600), but IE 5 not.
	*/
	width: 400px;
/*
   This is a CSS comment where the end-of-comment marker is escaped.
   The following styles are not read by Explorer
   because it thinks they are still part of this comment.
\*/
	
}

#ie5floatbad
{
	width: 600px;
	/* do nothing (all other browsers handle it properly. IE5 comes to its sanity and
	knows that the comment is ended here.*/
}

P
{
	text-align: left;
	text-indent: 0.25in;
	width: 98%;
	padding: .25em;
}

P:first-letter
{
	font-size: 125%;
}

body
{
	background-color: #ffffff;
}

h1
{
	/*standard h1 is too big for my tastes, but we use it to make everything more accessable
	(as well as to maybe score some browny-points from Google). Added WD-rpw 12-1-02*/
	
	font-size: 24px;
	font-weight: bolder;

}

