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;
}

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: 65px;
	width: 100%;
	background-image: url(../images/h.back.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #187BB6;
	margin: 0px;
	padding: 0px;
}

#hlogo {
	position: relative;
	left: 0px;
	top: 0px;
	height:65px;
	width: 334px;
	margin: 0px;
	padding: 0px;	
	z-index: 1;
}

#wnd_welcome {
	width: 625px;
	height: 280px;
	background-image: url(../images/nations.back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #425779;
}

#welcome_text {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: White;
	padding-right: 26px;
	padding-top: 68px;
	line-height: 140%;
	letter-spacing: 2px;
	float: right;
}

#welcome_text a {
	color: white;
	text-decoration: none;
}

#welcome_text a:hover {
	color: #FFD700;
	text-decoration: none;
}

#wnd_desc {
	width: 580px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 9pt;
	color: #4682B4;
	text-align: justify;
}

#searchbox {
	margin-top: 20px;
	margin-bottom: 26px;
}

