body {
	background-color: White;
	padding: 0px;
	margin: 0px;
}

body,tbody {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 18px;
	font-style: italic;
	color: Maroon;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

a {
	color: #0062BF;
}

a:hover {
	color: #0076E8;
}
a:visited {
	color: #C6160D;
}


.comment {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 7pt;
	color: Gray;
}

.comment a {
	text-decoration: none;
}

#main_body {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

#hback {
	height: 46px;
	width: 100%;
	background-image: url(../images/h.back.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #425779;
	margin: 0px;
	padding: 0px;
}

#hlogo {
	position: relative;
	left: 10px;
	top: 5px;
	height:30px;
	width: 206px;
	margin: 0px;
	padding: 0px;	
	z-index: 1;
}

#hrightbar {
	position: absolute;
	width: 226px;
	height:46px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	right: 0px;
	top: 0px;	
}

#wnd_welcome {
	width: 600px;
	height: 320px;
	background-image: url(../images/frontpage.back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #425779;
}

#welcome_text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: White;
	padding-left: 50px;
	padding-top: 64px;
	line-height: 140%;
	letter-spacing: 6px;
}

#welcome_text a {
	color: white;
	text-decoration: none;
}

#welcome_text a:hover {
	color: #7CFC00;
	text-decoration: none;
}

#wnd_desc {
	width: 580px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 9pt;
	color: #425779;
	text-align: justify;
}

#searchbox {
	margin-top: 20px;
	margin-bottom: 26px;
}

