html, body, p, ul, menu, ol, li, table, tr, td, h1, h2, h3, h4, h5, blockquote, cite, adress, pre, hr {
	margin: 0;
	padding: 0;
}
a {
	color: #46574D;
	background: inherit;
}
a:hover {
	color: #647B6D;
	background: inherit;
}
h1 {
	font: bold 1.3em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 16px 0 0 8px;
	margin: 0;
	color: #906090;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 0;
	font: normal 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
}
h3 {
	font: bold 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	text-align: center;
}
h1 a {
	color: #46574D;
	background: inherit;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #BFE1ED;
	background: inherit;
}
p {
	margin: 0 0 0px 0;
	line-height: 1.5em;
}
form {
	margin: 0;
}
body {
	background: #708090;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000;
}
.header {
	background: #FFF;
	width: 800px;
	border: thin groove #000;
	margin: 0 auto;
	background: url("Img/page_bg.jpg") repeat-y;
}
.content {
	background: #FFF;
	width: 800px;
	border: thin groove #000;
	border-top: none;
	margin: 0 auto;
	background: url("Img/page_bg.jpg") repeat-y;
	height: 2056px;
}
.table1 {
	color: brown;
	text-align: center;
	width: 270px;
	margin-left: 265px;
	;
}
.tbl1 {
	text-align: left;
	width: 170px;
	font-weight: bold;
}
.tbl2 {
	text-align: left;
	width: 100px;
	font-weight: bold;
}
.tbl3 {
	text-align: center;
	width: 170px;
	font-weight: bold;
	color: red;
}
.tbl4 {
	text-align: center;
	width: 100px;
	font-weight: bold;
	color: red;
}
#bar {
	float: none;
	height: 0;
	top: 0;
	left: 0;
	padding: 0;
	position: relative;
}
#menu {
	position: absolute;
	margin: 0;
	top: -36px;
	left: 42px;
	margin: auto auto auto auto;
	border: medium outset;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	display: block;
	float: left;
	font-family: Tahoma, Arial, Verdana;
}
#menu li a {
	padding: 10px;
	text-decoration: none;
	color: #000;
	font: Arial;
	font-weight: bold;
	font-size: medium;
}
#menu li a:hover {
	color: red;
}
#logo {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url("Img/header_bg.jpg") repeat-y;
	border: thin groove #000;
	color: #0000FF;
}
#blueline {
	left: 0px;
	width: 800px;
	border-bottom: 20px solid #000088;
}
#bottom {
	height: 23px;
	color: #FFF;
	clear: both;
	background: #000088;
	text-align: center;
	vertical-align: middle;
}
#bottom a {
	color: #FFF;
	text-decoration: underline;
}
#bottom a:hover {
	text-decoration: none;
	color: red;
}
#maintext {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	color: brown;
}
#leftColumn {
	width: 210px;
	float: left;
	display: inline;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: black;
	/*border: thin dotted red;
*/
}
#rightColumn {
	width: 566px;
	left: 211px;
	float: right;
	padding: 5px;
	color: brown;
	/*border: thin dotted red;
*/
}
#rightColumn ul {
	float: none;
	padding-left: 30px;
	/*border: thin dotted red;
*/
}