/* CSS Document */

body {
	margin: 0px;
	color: Black;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bgd.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

td {
	text-align: left;
}

#header {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/bgd.png);
	background-position: top right;
}

#navigation {
	background-color: #EFF3F3;
	margin: 0px;
	padding: 0px;
	width: 237px;
}

.navigation {
	background-image: url(images/bottom-right-bgd.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #EFF3F3;
	border-bottom: 1px solid white;
}

#main {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
	background-image: url(images/main-bgd.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#graphic {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#graphicframe {
	height: 139px;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: white;
}

.cleared {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.overlay {
	position: relative;
	left: 28px;
	width: 68px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0.1em;
}

.pos1 {
	top: -139px;
	border: none;
}

.pos2 {
	top: -20px;
	border: none;
}