@charset "UTF-8";
/* CSS Document */
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100.01%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body, td, th {
	color: #333;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
ul {
	margin-left: 40px;
	list-style: circle;
}
ol {
	margin-left: 40px;
	list-style: decimal;
}
li {
	margin: 0px 0px 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #000;
	font-size: 1.4em;
	letter-spacing: 2px;
}
h2 {
	color: #000;
	font-size: 1.2em;
}
p {
	line-height: 1.3;
}
a {
	color: #334592;
}
strong {
	font-weight: bold;
}
#wrapper {
	margin: 20px auto 0 auto;
	width: 634px;
}
#nav {
	background: #4D4D4D;
	border-bottom: 2px solid #999;
}
#content {
	padding: 20px 0px;
}
#difference {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #4D4D4D;
}
#difference p {
	color: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font: italic bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#footer {
	color: #999;
	font-size: 11px;
	text-align: center;
	padding: 20px;
}
#footer a {
	color: #999;
}
.imagefloatright {
	float: right;
	margin-left: 20px;
}
.imagefloatleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.verticalaligncenter {
        vertical-align: middle;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smallprint {
        font-size: 10px;
}
.largeprint {
	font-size: 24px;
}
.white {
	color: #FFF;
}
.formtable td {
	padding: 3px;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}
#home #content {
	padding: 0px;
}
