BODY { 
	color: black;
	background-color: #FFF4CF;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

A:link { color: blue }
A:visited { color: purple }
A:active { color: #FF8000 }

H1 { text-align: center; color: maroon; font-size: 180% }
H2, H3  { color: maroon }
H4 { text-align: left; color: maroon; font-size: 110% }

P.small { font-size: 85% }

div.headingleft { text-align: left; font-weight: bold; color: maroon; font-size: 180% }

/*
HR {
	height: 2px;
	width: 95%;
	background-color: #FC3;
	border-top: 1px solid black;
	}
*/

div.gallery {
	background-color: #CF9;
	margin: 15px;
}

DIV.gallery-text {
	float: left;
	width: 25%;
	min-width: 175px;
	max-width: 300px;
	}

DIV.titlegallery {
	font-style: italic;
	}

DIV.center {text-align: center }
DIV.tableheading { color: maroon; font-style: italic; font-size: 110% }
DIV.tableheadinglink { font-style: italic; font-size: 110% }
DIV.tableheadinglinkoffline { font-style: italic; font-size: 110%; color: gray }
DIV.tablelist { padding-left: 2em; text-indent: -2em }
DIV.tableoffline { padding-left: 2em; text-indent: -2em; color: gray }
DIV.tablepar{ font-size: 100% }
DIV.titlelink { font-style: italic; font-size: 110% }
DIV.titleoffline { font-style: italic; font-size: 110%; color: gray }
DIV.titlepicture { 
	color: maroon;
	font-style: italic;
	font-size: 125%;
	}

.img-shadow {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow_cam.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	}

P.heading1 { text-align: center; font-size: 180%; font-weight: bolder; color: maroon; border: solid navy }

P.heading4 { 
	text-align: left;
	clear: both;
	font-size: 110%; 
	font-weight: bold;
	color: maroon;
	margin: 6px 0px 0px 0px;
	padding: 4px;
	}
	
.clear {
	clear: left;
}

blockquote {
	color: #666;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

#nav li { display: inline; padding-right: 1em; padding-left: 1em; }	
