body {
		background: #fff;
		margin: 0;
	}
	
	p, h1, h2 {	
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		color: #00246b;
		padding: 0px;
		margin: 0px;
	}
	
	ul {
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		color: #00246b;
		padding: 0px;
		margin: 0px;
	}
	
	#reportcard {
		display: block;
		width: 800px;
		text-align: left;
	}
	
	#header {
		display: block;
		width: 740px;
		height: 105px;
		position: relative
	}

	#logo {
		position: absolute;
		top: 0px; left: 0px;
		width: 176px;
		height: 105px;
	}

	#contact {
		position:absolute;
		display: block;
		background: url(/images/special-offers/bg-topmenu.gif) no-repeat;
		width: 588px;
		height: 25px;
		top: 43px;
		left: 176px;
		text-align: center;
	}
	
	#phone {
		width: 305px;
		height: 25px;
		padding-top: 3px;
		float: left;
	}
	
	#topmenu {
		font-size:10px;
		width: 283px;
		height: 25px;
		padding-top:4px;
		float: right;
	}
		#topmenu a {
			text-decoration:none;
			color: #e76f00;
		}
		
	#content {
		display: block;
		width: 800px;
		padding: 0 0 0 0px;
	}
		
		#content h1 {
			font-family: "Times New Roman", Times, serif;
			font-size: 36px;
			font-weight: bold;
			padding-bottom: 10px;
		}
		
	#formarea {
		background: url(/images/special-offers/bg-form.jpg) no-repeat;
		width: 740px;
		padding: 20px 0px 0px 0px;
		text-align: left;
	}
		#formarea a, a:visited, a:active {
			color:#e76f00;
		}
		#formarea h1 {
			font-family: Verdana;
			font-weight: bold;
			font-size: 18px;
		}
		#formarea h2 {
			font-weight: bold;
			font-size: 12px;
			margin: 15px 0 15px 0;
		}
		#formarea td {
			vertical-align: middle;
			padding: 0px 0px 2px 3px;
		}
		#formarea td#labels {
			width: 140px;
			text-align: right;
			vertical-align: top;
			padding:0px 0px 5px 3px;
		}
		#formarea td#fields {
			width: 370px;
			padding:0px 0px 5px 3px;
		}
			#formarea input[type=text].long {
				height: 16px;
				width: 175px;
				border: 1px solid #ccc;
				padding: 1px 3px 0 3px;
				color:#00246b;
			}
			#formarea input[type=text].small {
				height: 16px;
				width: 64px;
				border: 1px solid #ccc;
				padding: 1px 3px 0 3px;
				color:#00246b;
			}
			#formarea input[type=checkbox] {
				vertical-align:middle;
				margin-right: 5px;
			}
			#formarea #submit {
				margin: 22px 0 12px 0;
			}
	#formtable {
		width: 510px;
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		line-height: 16px;
		color: #00246b;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
		
	#formspace {
		display:none;
	}
	#formline {
		display: none;
	}
	
	#formarea .required-field {
		display: none;
	}
	
	#formbuttons {
		margin: 20px 15px 0 75px;
		float: right;
	}
		
	#disclaimer {
		width: 715px;
		padding:30px 0 25px 0px;
		text-align:left;
	}
	#disclaimer p {
		color:#333333;
	}
	
	.font_15b {
		font-size: 15px;
		font-weight: bold;
	}
