@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-x #00529a;
	color:#000000;
	}

img {
	border: none;
	}

/* ads vertical scroll bar to all pages to keep center-aligned pages from jumping left or right */
html {
	overflow: -moz-scrollbars-vertical;
	}
	
ul {
	margin:10px 0 10px 15px;
	}

#body {
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	}

input {
	display: block;
	width: 183px;
	float: left;
	margin-bottom:7px;
	font-size:12px;
	padding:2px;
	border:1px solid #000000;
}

input.submit {
	width:135px;
	height:29px;
	margin-left:1px;
	padding:0px;
}

label {
	display:block;
	float:left;
	text-align:right;
	margin-bottom:5px;
	width: 114px;
	padding-right:6px;
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2d3945;
}

br.form {
	clear: left;
}