body {
    font-family: arial, helvetica, sans-serif;
    font-size: 87.5%;
    color: black;
    margin: 0;
}

#container {
    background-color: #003366;
    border: 1px solid #003366;
}

#main {
    background-color: white;
    width: 900px;
    margin: 20px auto 20px auto;
}

/* td {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
} */

img {
    border: none;
    vertical-align: bottom;
}

form, input {
    margin: 0;
}

a:link {
    color: navy;
}

a:visited {
    color: navy;
}

a:hover {
    color: rgb(150,0,0);
    text-decoration: none;
}

a.announcement {
    color: white;
    text-decoration: underline;
}

.clear_both {
    clear: both;
}

.small {
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
}

.little {
    font-size: 80%;
    font-style: normal;
    font-weight: normal;
}

.tiny {
	font-size: 70%;
}

.one_px {
    font-size: 1px;
    background: none;
}

.product {
    font-family: "Times New Roman", Times, Serif;
    font-size:140%;
    font-style:italic;
    font-weight:bold;
    text-align:right;
    color:white;
    background-color:#003366;
    margin: 60px 10px 10px 10px;
    padding-right: 120px;
}

.centered {
    text-align: center;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #990033;
	line-height: -5px;
}

h2 {
    font-size: 130%;
    line-height: normal;
    margin-bottom: 0;
}

h3 {
    font-size: 100%;
    margin-bottom: 0;
}

/* DELETE THIS RULE? */
.steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #708090;
	line-height: normal;
}

/* DELETE THIS RULE? */
.steps_table {
    margin: 0 auto 0 auto;
    text-align: left;
    width: 70%;
}

/* START RULES FOR OPTIONS AREA */
p.highlighted, div.highlighted {
    width: 70%;
    margin: 0 auto;
    padding: 1px 0 2px 5px;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 90%; */
	font-weight: bold;
	color: white;
	background-color: #708090;
}

div.options {
    width: 69%;
    margin: 0 auto;
    /* background: rgb(240,255,240); */
    text-align: left;
    background: #f5f5f5;
    padding: 0 7px 7px 7px;
}

div.options form {
    margin: 0;
}

div.options div.left_options {
    width: 45%;
    /* background: rgb(255,240,240); */
    float: left;
}

div.options div.right_options {
    width: 45%;
    /* background: rgb(240,240,255); */
    float: right;
}
/* END RULES FOR OPTIONS AREA */

.label {
	text-align: right;
}

div.announcement {
	background-color: rgb(156,110,32);
	color: black;
	font-weight: bold;
	font-size: 85%;
	margin: 10px;
	padding: 5px;
	border-top: 4px solid rgb(197,153,77);
	border-right: 4px solid rgb(121,85,24);
	border-bottom: 4px solid rgb(121,85,24);
	border-left: 4px solid rgb(197,153,77);
	text-align: center;
}

div.announcement ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.announcement a {
	color: black;
}

div.announcement a:hover {
	background: rgb(197,153,77);
	text-decoration: underline;
}

.announcement_head {
	font-weight: bold;
	font-size: 140%;
	font-style: italic;
}
	

#footer-notice {
	font-size: 80%;
	padding: 0 50px;
	text-align: center;
}

#feature {
    float: right;
    width: 235px;
    text-align: right;
    margin-right: 10px;
}

#feature180 {
    float: left;
    width: 180px;
    text-align: left;
    margin-left: 10px;
}

.quote {
    font-size: 85%;
    font-weight: bold;
    font-style: italic;
}

.padded_20 {
    padding: 0 20px 0 20px;
}

.padded_15_percent {
    padding: 0 15% 0 15%;
}

td.left {
    text-align: left;
    vertical-align: top;
}

td.right {
    text-align: right;
    vertical-align: top;
}