body {
    padding: 0;
    margin: 0;
}
.topbar {
	background-color: #FFFFFF;
	width: 780; height: 91px;
	position:absolute;
	top:0px; left:0px;
	z-index: 9000;
}
TABLE.nav {
	border-width: 1px;
	border-style:  solid;
	border-color: #000000;
}
.navbar {
	background-color: #F2AB00;
	position:absolute;
	top: 91px; left: 0px; 
	width: 780px; height: 40px;
}
.navbar a {
	text-decoration: none;
	color: #0000FF;
	font-family: Verdana; font-size: 12px;
}
.navbar a:hover {
	text-decoration: none;
	color: #FF0000;
}
.leftbox {
	width: 195px; height: 350px;
	position:absolute;
	top:140px; left:10px; 
	background-image: url('images/win1.gif');
	background-repeat: no-repeat;
}
.leftboxtext {
	width: 180px; height: 350px;
	position:absolute;
	top:140px; left:12px; 
	padding-top: 10px;	padding-left: 8px; padding-right: 10px;
	font-family: Verdana; font-size: 11px; text-align: justify;
}
.content {
	background-color: #FFFFFF;
	width: 530px; 
	position:absolute;
	top:140px; left:220px;
	padding-top: 15px;	padding-left: 10px;
	font-family: Verdana; font-size: 12px;
}
.bottombar {
	width: 780; height: 61px;
	position:relative;
	top:20px; left: -230px;
}
.bottomlinks {
	width: 160; height: 25px;
	position:relative;
	top:-30px; left:620px;
}
.bottombar2 {
	width: 780; height: 61px;
	position:relative;
	top:20px; left: -20px;
}
.bottomlinks2 {
	width: 160; height: 25px;
	position:relative;
	top:-30px; left:620px;
}
H3 {
	color: #008000;
	font-size: 14px;
}
TABLE {
	font-family: Verdana; font-size: 12px;
	text-align: justify;
}
INPUT {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	border-top: 1px	solid #CCCCCC;
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #205084;
	border-left: 1px solid #C1DDFA;
	background-color: #FFFFFF;
}