* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 130%;
	z-index: 0;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
}
#header {
	height: 120px;
}
#headerBox {
	color: #010099;
	height: 75px;
	width: 720px;
	float: left;
	padding: 10px 0px 0px 20px;
}
#headerBox h1 {
	font-size: 200%;
	font-weight: bold;
}
#headerBox h2 {
	font-size: 130%;
}
#headerLogin {
	width: 220px;
	float: left;
}
h1 {
	font-size: 150%;
	padding: 10px 0px 5px 0px;
	font-weight: normal;
	color: #010099;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
p {
	padding: 5px 0px 5px 0px;
}
a {
	color: #010099;
}
#mainBody {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #89cdfe;
}
#pageTitle {
	border-bottom: 1px solid #89cdfe;
}
#pageContent {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
}
#siteTitle {
	background-color: #89cdfe;
	margin: 0px 0px 0px 170px;
	width: 120px;
	color: #010099;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#menuWrapper {
	background-color: #89cdfe;
	height: 24px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
#menuWrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuWrapper ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menuWrapper ul li a {
	color: #010099;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}
#menuWrapper ul li a:hover {
	text-decoration: underline;
}
#baseLine {
}
#baseLine a {
	color: #666666;
	text-decoration: none;
}
.clear {
	clear: both;
}
ul, ol {
	margin: 10px 0px 10px 30px;
	list-style: square;
}
.resetText {
	color: #000000;
}
.smallInput, .smallInputRO {
	border: solid 1px #999;
	width: 50px;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}
.mediumInput, .mediumInputRO {
	border: solid 1px #999;
	width: 100px;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}
.largeInput, .largeInputRO {
	border: solid 1px #999;
	width: 300px;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}
.smallButton {
	background-color: #89cdfe;
	color: #010099;
	padding: 2px;
	margin: 2px 0px 0px 0px;
	font-weight: bold;
}
.boxInput, .boxInputRO {
	border: solid 1px #999;
	width: 300px;
	height: 200px;
	margin: 2px 0px 0px 0px;
	font-size: 120%;
	padding: 2px;
}
.smallText {
	font-size: 70%;
}
.backButton {
	float: right;
	margin: 5px;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	background-color: #89cdfe;
	color: #010099;
	font-weight: bold;
}
.mand {
	color: #F00;
}
#quickQuote {
	float: left;
	width: 570px;
	height: 65px;
}
#priceBox {
	border: solid 1px #CCCCCC;
	width: 150px;
	float: right;
}
#priceBoxTitle {
	background-color: #89cdfe;
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
}
#priceBoxBody {
	padding: 5px 5px 5px 5px;
	text-align: right;
	background-color: #FF6;
}
.textRight {
	text-align: right;
	font-weight: bold;
	padding: 5px 5px 0px 0px;
}
.largeInputRO, .mediumInputRO, .smallInputRO, .boxInputRO {
	background-color: #FFC;
	color: #000;
}

