body {
	background-color: #737373;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E2E2;
	text-align: left;
}

/* text & title formatting */
.largetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFC40D;
	text-transform: uppercase;
}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC40D;
	text-transform: uppercase;
	font-weight: bold;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #A2A2A2;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E2E2;
}

/* link formatting */
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFC40D;
	text-decoration: none;
}

/* "bread crunbs" */
.crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -4px;
}

.crumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

.crumbs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFC40D;
	text-transform: uppercase;
	text-decoration: none;
}

/* table formatting */
.comparetable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
}

.comparetable td {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2E2E2;
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;

}

.wizardtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
}

.wizardoddrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
    /* background-color: #353535; */
}

.wizardevenrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E2E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474747;
}

/* form formatting */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFC40D;
	text-transform: uppercase;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: hand;
}

/* misc formatting */
	/* resize horizontal rule to full width of container */
.hrfix {
	width: 760px;
	position: relative;
	left: -30px;
	height: 1px;
	color: #454545;

}

/* bullets and numbered lists */
.squares {
	list-style-type: square;
	padding-bottom: 5px;
  }

.numbers {
	list-style-type: decimal;
	padding-bottom: 15px;
}

/* layout classes */
#container {
	margin:0;
	padding:0px;
	text-align:left;
	background-color: #000000;
	width: 760px;
}

#topnav {
	width:760px;
	background-color: #2A2A2A;
}

#logo {
  width:760px;
  background-color: #000000;
  color:#E2E2E2;
}

#midnav {
  width:760px;
  background-color: #000000;
}

#content {
	width:700px;
	background-color: #242424;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A2A2A2;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content-compare {
	background-color: #242424;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A2A2A2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#bottomnav {
  width:760px;
  background-color: #2A2A2A;
}
