HTML BODY
{
	margin: 0;
	padding: 0;
}

BODY
{
	background-color: #FFF;
	color: #333;
	background-image: url(/Images/background.gif);
	background-repeat: repeat-y;
}

BODY.homepage
{
	background-image: none;
	padding: 20px;
}

.center { text-align: center; }
.right { text-align: right; }
A:visited { color: #555555; }
A:link { color: #990000; }
A:link:hover, A:visited:hover { color: #990000; }

#nav
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}

#nav H2
{
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 9px;
	color: #036;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
}

#nav P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 2px 5px 2px 10px;
	margin: 0px;
}

#nav P.menu1
{
	font-weight: bold;
	border-top: 1px solid #999;
	padding: 4px 5px 4px 10px;
}

#nav P.menu2 { padding-left: 15px; }
#nav P.menu3 { padding-left: 25px; }

#nav A:link, #nav A:visited, P.linkshome A:link, P.linkshome A:visited
{
	text-decoration: none;
	color: #990000;
}

#nav A:link:hover, #nav A:visited:hover, P.linkshome A:link:hover, P.linkshome A:visited:hover { text-decoration: underline; }

#content
{
	padding: 20px 40px 20px 40px;
	margin-left: 200px;
}

H1
{
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: #036;
}

H2
{
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #369;
}

H3
{
	font-family: Times New Roman, Times, serif;
	margin-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1em;
}

DL
{
	margin-top: 0px;
	font-family: Times New Roman, Times, serif;
}

DT
{
	font-weight: bold;
	color: #036;
}

DD { margin-bottom: 12px; }

P
{
	font-family: Times New Roman, Times, serif;
	padding: 0px;
	margin-top: 0px;
}

P.subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
}

P.intro
{
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #036;
	font-size: 1.1em;
}

P.credit
{
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: .8em;
	text-align: center;
}

P.promo
{
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	text-align: center;
	margin-top: 1em;
}

P.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	color: #999;
}

P.linkshome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #999;
}

P.linkshome IMG { vertical-align: middle; }

BLOCKQUOTE
{
	font-size: 1.1em;
	margin: 1em 0px 0px 0px;
	padding: 0px 50px 0px 50px;
	font-style: italic;
	color: #036;
}

BLOCKQUOTE.author
{
	margin: 0px 0px 1em 0px;
	text-align: right;
	font-size: 1em;
	color: #666;
}

P.form
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

P.address
{
	margin-left: 3em;
	font-weight: bold;
}

P.photocredit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

EM
{
	font-style: normal;
	font-weight: bold;
}

P.intro EM { font-style: italic; }

IMG.right, DIV.right
{
	float: right;
	padding: 0px 0px .5em 20px;
}

IMG.left, DIV.left
{
	float: left;
	padding: 0px 20px .5em 0px;
}

TABLE.format { margin: 0px 0px 1em 0px; }

TH
{
	background-color: #CCD6E0;
	font-weight: bold;
}

TH.right
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

TR.tint TD { background-color: #eee; }

DIV.photoright100
{
	float: right;
	width: 100px;
	padding: 0px 0px .5em 10px;
}

DIV.photoright200
{
	float: right;
	width: 200px;
	padding: 0px 0px .5em 10px;
}

DIV.photoright300
{
	float: right;
	width: 300px;
	padding: 0px 0px .5em 10px;
}

DIV.photoright350
{
	float: right;
	width: 350px;
	padding: 0px 0px .5em 10px;
}

DIV.photoright400
{
	float: right;
	width: 400px;
	padding: 0px 0px .5em 10px;
}

DIV.photoright300 P, DIV.photoright200 P
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666;
}

DIV.photoright300 IMG, DIV.photoright200 IMG { margin-bottom: 2px; }

DIV.thumb
{
	float: left;
	width: 33%;
	padding: 0px 0px 1em 0px;
}

DIV.thumb P
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

UL, OL
{
	margin-top: 0px;
	margin-bottom: 1em;
}

UL LI, OL LI { margin-bottom: .5em; }
UL.menu LI, OL.menu LI { margin-bottom: 0px; }

ADDRESS
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: normal;
	text-align: right;
	clear: both;
	color: #666;
}

.bullet
{
	height: 30px;
	background-image: url(/Images/bullet.gif);
	background-repeat: no-repeat;
	margin-top: 1em;
	margin-bottom: 1em;
	background-position: center;
}

.clear { clear: both; }
FORM { margin: 0px; }

FORM.donations
{
	margin: 0px 0px 0px 3em;
	display: inline;
}

DIV.donationamounts { margin: 0px 0px 1em 0px; }
DIV.photobig { text-align: center; }

IMG
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

DIV.album DIV
{
	float: left;
	width: 102px;
	height: 102px;
	margin: 5px;
}

DIV.album DIV IMG
{
	border-width: 1px !important;
	border-style: solid;
}

DIV.storeitem
{
	width: 32%;
	float: left;
	padding: 0px 5px;
	text-align: center;
}
