a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #002A80;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
body {
	background-color: #808398;
	background-attachment: fixed;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
.blueheader {
	text-transform: uppercase;
	color: #002A80;
	font-weight: bolder;
	letter-spacing: 2px;
	font-size: 14px;
}
.blueheaderklein {
	text-transform: uppercase;
	color: #002A80;
	font-weight: bolder;
	font-size: 12 px;
	letter-spacing: 1px;
}
#header {
	height: 140px;
	width: 660px;
	top: 0px;
	float: none;
	position: absolute;
	left: 0%;
	background-color: #EFEBD6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#navigation {
	position: absolute;
	height: 30px;
	width: 660px;
	left: 0px;
	top: 140px;
	background-color: #EFEBD6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#content {
	position: absolute;
	width: 660px;
	left: 0px;
	top: 170px;
	background-color: #EFEBD6;
	background-image: url(pictures/tablebackground.gif);
	height: auto;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#container {
	position: relative;
	width: 660px;
	height: auto;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 60%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;
}
#rightcol {
	float: right;
	width: 30%;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 0px;
}
#navbar {
	height: 28px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
}
#navbar li {
	list-style-type: none;
	position: relative;
	display: inline;
}
#navbar a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}
#navbar a:link {
   color: #000000;
}
#navbar a:visited {
    color: #000000;
}
#navbar a:hover {
	color: #002A80;
	text-decoration: underline;
}
.rightcolblock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #E6E4CE;
	border: 1px solid #999999;
	display: block;
	padding: 10px;
}
.textphoto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #000000;
	text-align: center;
}
.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imageright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.textdate {
	color: #666666;
}
