html, body{
margin:0;
padding:0;
}

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#containerDiv {
	position: relative;
	height: 100%;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	top: 0px;

}

#header {
	position: absolute;
	background-color: #CCCCCC;
	background-image: url(images/promo_bg.gif);
}

#formbox {
	position: absolute;
	background-color: #CCCCCC;
	width: 720px;
	padding-left: 0px;
	top: 200px;
}

#navbox {
	top: 160px;
	position: absolute;
	width: 720px;
}

#form {
	position: relative;
	background-color: #CCCCCC;
	width: 700px;
	left: 10px;
}

#form2 {
	position: relative;
	background-color: #cdcee0;
	width: 700px;
	left: 10px;
}


#messagebox {
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
}


#messagewindow {
	position: relative;
	width: 700px;
	background-color: #CCCCCC;
	left: 10px;
}

font-variant: normal;
}


a.nav:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color: #003399;
	font-weight: bold;
}
