
/* some general styles here */

body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: Garamond, Times, serif;
}

img {
	border-width: 0px;
}

form {
	margin: 0px 0px 0px 0px;
}

/* widths and heights */

.fullwidth { width: 1184px; }
.fullwidthplus { width: 1204px; }

.height1 {		height: 100px;	}
.height20 { height: 20px; }

.mainbox {
	margin: 0px auto 0px;
	position: relative;
	
	border-width: 2px;
	border-color: white;
	border-style: solid;
}

.topbanner {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

.infobar {
	background-color: #c0c362;
}

.infodelim {
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}

td.infodate {
	padding-left: 18px;
	font-size: 20px;
	height: 50px;
}

td.infonavigation {
	padding-right: 18px;
	font-size: 20px;
	text-align: right;
}

td.infonavigation a:link {
	text-decoration: none;
	color: #000000;
}

td.infonavigation a:active {
	text-decoration: none;
	color: #000000;
}

td.infonavigation a:visited {
	text-decoration: none;
	color: #333333;
}

td.infonavigation a:hover {
	text-decoration: none;
	color: #ffffff;
}

.logobar {
}

td.logo {
	width: 275px;
	height: 100px;
}

td.logonavigation {
	padding-left: 18px;
	height: 100px;
}

td.logonavigation a:link {
	text-decoration: none;
	color: #000000;
}

td.logonavigation a:active {
	text-decoration: none;
	color: #000000;
}

td.logonavigation a:visited {
	text-decoration: none;
	color: #333333;
}

td.logonavigation a:hover {
	text-decoration: none;
	color: #c0c362;
}

td.logofinder {
	text-align: right;
}

