@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	min-height: 100%;
	margin-bottom: 0px;
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	overflow: auto;
}
#content {
	margin-left: 20px;
	max-width: 760px;
	clear: left;
	float: left;
	width: 100%;
	position: relative;
	overflow: auto;
}



#navigation ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
	text-align: left;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #191919;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
}
#navigation ul li a:hover {
	font-weight: bold;
	color: #000099;
 	text-decoration: underline;
}
#mainTable {
	width: 760px;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	height: auto;
	margin-bottom: 100px;
}
#leftColumn {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightColumn {
	text-align: center;
	width: 120px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

