div#frame
{
	background-color: #FFFFFF;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px;
	border-color: #666666;
}

div#topbanner
{
width: 760px;
height: 100px;
background-image: url(images/banner.jpg);
}

div#body
{
	width: 760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}


div#bottom
{
background-color:#666666;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
font-weight:bold;
color:#FFFFFF;
padding-top:1px;
padding-bottom:1px;
}

div#form
{
	font-size: smaller;
	background-color:#E3E9F1;
	padding:5px;
	BORDER-RIGHT: #888888 1px solid;
	BORDER-TOP: #888888 1px solid;
	BORDER-LEFT: #888888 1px solid;
	BORDER-BOTTOM: #888888 1px solid;
	float: right;
}

H2
{
font-size:medium
}

