body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.gif);
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	color: #000000;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #455A84;
	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #455A84;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #455A84;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

a:link {font-family:Arial, Helvetica, sans-serif;color:#0033CC;text-decoration: underline;}
a:visited {font-family:Arial, Helvetica, sans-serif;color:#003333;text-decoration: underline;}
a:hover {font-family:Arial, Helvetica, sans-serif;color:#FF9900;text-decoration: underline;}

.lightLink a:link {font-family:Arial, Helvetica, sans-serif;color:#0000FF;text-decoration: underline;}
.lightLink a:visited {font-family:Arial, Helvetica, sans-serif;color:#455A84;text-decoration: underline;}
.lightLink a:hover {font-family:Arial, Helvetica, sans-serif;color:#FFE400;text-decoration: underline;}

.oldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: line-through;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.redText {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FF0000;
}

.redTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.subHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #455A84;
	
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.contentList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	color: #000000;
}

.linkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	color: #666666;
}

.master {
	position: absolute;
	height: auto;
	width: 100%;
}

.header {
	position: absolute;
	height: auto;
	width: 720px;
	left: 0px;
	top: 0px;
	border: thin none #000000;
}
.btnHome {
	position: absolute;
	height: 29px;
	width: 122px;
	left: 0px;
	top: 105px;
}
.leftNav {
	position:absolute;
	width:132px;
	height:auto;
	left: 1px;
	top: 175px;
	}
.feature {
	position: relative;
	height: auto;
	width: 720px;
	left: 0px;
	top: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

.lowerhalf {
	position: relative;
	height: auto;
	width: 720px;
	left: 0px;
	top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.footer {
	position: relative;
	height: auto;
	width: 715px;
	left: 5px;
	top: 10px;
}
.content {
	position: absolute;
	height: auto;
	width: 560px;
	left: 150px;
	top: 105px;
}
.highlightBlue {
	background-color: #66CCFF;
}
.checkList {
	list-style-position: outside;
	list-style-image: url(../images/check.gif);
}

