html {
	font-size: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 93%;
	color: #330000;
	text-align: center;
	background-color: #99CFEE;
	background-image: url(../grafx/bg.jpg);
	background-attachment: fixed;	
	background-repeat: repeat;
}

#frame {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	width: 650px;
	}	

#header {
	padding: 0px;
	margin: 7px 0px;
	width: 100%;
	height: 86px;
	float: left;
	color: #330000;
}

#header img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.navigation, .breadcrumb, #mainbody {
	padding: 7px;
	margin: 3px 0px;
	border: solid 1pt #0B8040;
	width: 100%;	
	float: left;
	background-color: white;
}

.homepage#mainbody {
	margin: 40px 0px;
	text-align: center;
}

.navigation {text-align: right;}

a.navigation, a.breadcrumb {color: #006666;}

.navigation, .breadcrumb {font-size: 76%; background-color: #E6F2E6;}

#footer {
}	

a {
	text-decoration: underline;
	color: #994400;
	font-weight: 600;
    }
a:visited {
	color: AA4C00;
    }
.breadcrumb a:hover, .navigation a:hover, #mainbody a:hover {
	color: #F06B00;
	background-color: #CFE5CF;
	}
	
a:active {
	color: #F06B00;
    }

h1 {
	font-size: 115%;
	font-weight: bold;
	color: #AA4C00;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
h3 {
	font-size: 93%;
	font-weight: bold;
	color: #AA4C00;	
}
p {
	margin-bottom: 1.2em;
	text-align: left;
}
th {
	font-size: 76%;
	text-transform: uppercase;
	color: white;
	background-color: #006600;
}
tr {
	vertical-align: top;
	font-size: 0.8em;
}

#mainbody img {
border: solid 2px #006600;
margin: 0px 6px 12px 6px;
padding: 3px;
}

abbr, acronym {
	border-bottom: 1px dotted #A0A0A0;
	cursor: help;
}
.sub {
	font-size: 83%;
	color: #006600;
	text-align: center;
}

.centered {
	text-align: center;
}
