a:link {	color: #BFA300; }

a:visited {	color: #BFA300; }

a:hover { color: #EAE121; }

body {
	font-size: 10pt;
	color: black;
	font-family: Palatino, 'Book Antiqua', 'URW Palladio L', serif;
	background-color: white;
	text-align: center;
}

h1, h2 {
	color: #1A69B7;
}

h3, h4 {
	color: #A69C00;
	font-variant: small-caps;
	text-align: right;
}

img {
	border: 0;
}

table, caption {
	margin-left: auto;
	margin-right: auto;
}

td
{
	padding: 5px;
	border: 0;
	vertical-align: middle;
	text-align: left;
}

th
{
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border: 0;
}

caption
{
	font-variant: small-caps;
	font-weight: bold;
}

.imgfl, .imgfr { margin: 5px; }
.imgfl { float: left; }
.imgfr { float: right; }

.pn
{
	font-size: 125%;
	font-weight: bold;
}

.fld { text-align: center; }

.thr
{
	color: #A69C00;
	background-color: #A69C00;
	border: 0;
}

.phr
{
	color: #1A69B7;
	background-color: #1A69B7;
	border: 0;
}

.r1 { background-color: #F4E93A; }
.r2 {	background-color: #FFFA9E; }

.linkcell {
	font-style: italic;
}

#bannner
{
	margin:		auto;
	border:		0;
	background:	white;
	width:		568px;
	height:		102px;
	text-align: center;

	/* Internet Exploder kluge... */
	voice-family:	"\"}\"";
	voice-family:	inherit;
	height:		102px;
}

#content {
	border: 1px solid #E2EEF6;
	text-align: left;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 8px;
	padding: 10px;
}

#water {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/waterbg.jpg");
	margin: 0 auto;
	width: 600px;
}


#water ul
{
	text-align: left;
}

#water li
{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 125%;
}

#water a, .linkcell a {  
	color: #666600;
	font-weight: bold;
	font-variant: small-caps;
}
#water a:visited, .linkcell a:visited { color: #666600; }
#water a:hover, .linkcell a:hover { color: #BFA300; }

.floatcontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.floatcontainer { display: inline-block; } /* Mark Hadley's fix for IE Mac */
/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 
