body {
	text-align: center;
	background: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
form {
	margin: 0px;
	padding: 0px;
	}
/*hr {
	display: none;
	}*/
h2 {
	text-align: center;
	margin: 0px;
	font-size: 18px;
	color: #003399;
	}
h3 {
	margin: 3px 0px 3px 2px;
	font-size: 14px;
	color: #3366CC;
	text-align: left;
	}
ul {
	}
#wrapper {
	width: 775px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: solid 1px #333333;
	margin-bottom: 10px;
	}
#header {
	border-bottom: solid 25px #3366CC;
	height: 56px;
	padding-right: 10px;
	}
#header a {
	color: #999999;
	font-size: 9px;
	}
#leftCol {
	float: left;
	margin: 10px 0 0 8px;
	width: 143px;
	}
#leftCol ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
#leftCol li {
	background: #3366CC;
	list-style: none;
	margin: 2px;
	padding: 2px;
	}
#leftCol li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#content {
	float: left;
	margin-top: 10px;
	width: 474px;
	}
#content ul {
	list-style: url(images/icon_arrow.gif);
	}
#rightCol {
	float: left;
	margin-top: 10px;
	width: 142px;
	}
#rightCol ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
#rightCol li {
	background: #3366CC;
	list-style: none;
	margin: 2px;
	padding: 2px;
	}
#rightCol li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#footer {
	clear: both;
	margin-top: 10px;
	background: #003399;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #FFFFFF;
	height: 28px;
	}
.buttonInput {
	background: #003399;
	color: #FFFFFF;
	font-weight: bold;
	}
.hfs {
	background: #FFCC00;
	width: 100%;
	height: 145px;
	}
.outlinedBox {
	width: 130px;
	margin-top: 10px;
	border: solid 1px #FFCC00;
	padding: 4px;
	}
.signUP {
	width: 143px;
	height: 46px;
	background: url(images/temp_blueBox.gif) no-repeat;
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #FFFFFF;
	}
.signUP a {
	color: #FFFFFF;
	font-size: 18px;
	}
.signUP a:hover {
	color: #FFCC00;
	}
.textInput {
	border: solid 1px #333333;
	}