body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

a:link {
	color: #5aa3d1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5aa3d1;
}
a:hover {
	text-decoration: underline;
	color: #5aa3d1;
}
a:active {
	text-decoration: none;
	color: #5aa3d1;
}

hr {
	width:698px;
	height:1px;
	background-color:#c9c9c9;
	color:#c9c9c9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	margin:0px;
	padding:0px;
}

#parent {
	/* Make element float in the center */
	position: absolute;
	left: 50%;
	/* Set the width and height */
 	width:760px;
	/* Set margin to half the values of width/height */
	margin-left: -390px;
	background-color:#FFFFFF;
}

.HEADER {
	position:relative;
	float:left;
 	width:760px;
	height:129px;
	margin: 0px;
}

.HEADER H1 {
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	margin: 6px 6px 6px 6px;
}

.NAV {
	position:relative;
	float:left;
 	width:760px;
	height:30px;
	margin: 0px;
	padding: 0px;
}
.NAV P {
	font-size: 1.0em;
	text-align:center;
	margin: 6px 6px 6px 6px;
}

.CONTENThome {
	position:relative;
	float:left;
	width:760px;
	margin: 0px;
	background-image: url(../images/home_bg.gif);
	color: #FFFFFF;
	font-size: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3c6cf;
	border-right-color: #b3c6cf;
	border-bottom-color: #b3c6cf;
	border-left-color: #b3c6cf;
}
.CONTENThome a:link {
	color: #d0e3ec;
	text-decoration: none;
}
.CONTENThome a:visited {
	text-decoration: none;
	color: #d0e3ec;
}
.CONTENThome a:hover {
	text-decoration: underline;
	color: #d0e3ec;
}

.CONTENT {
	float:left;
	width:760px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3c6cf;
	border-right-color: #b3c6cf;
	border-bottom-color: #b3c6cf;
	border-left-color: #b3c6cf;
	background-color: #fafbfa;
}

.CONTENTnoborder {
	float:left;
	width:760px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 1.2em;
	border:none;
	background-color: #fafbfa;
}

.CONTENT .LEFT {
	float:left;
	width:420px;
	padding: 0px;
	margin: 0px;
	padding-left: 31px;
}

.CONTENT .RIGHT {
	float:left;
	width:270px;
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
}

.CONTENT .RIGHT hr {
	width:270px;
}

.CONTENT H1 {
	font-size: 1em;
	font-weight:bold;
	color: #6f92a4;
}

.CONTENT .selector {
	text-align:center;
}
.CONTENT .selector img {
	float:left;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #000000;
}
.FOOTER {
	position:relative;
	float:left;
	width:760px;
	height:22px;
	margin: 0px;
	margin-bottom:0px;
	padding-top:10px;
	background-color:#eaf4fa;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #a7d2ee;
	border-right-color: #6f92a4;
	border-bottom-color: #6f92a4;
	border-left-color: #6f92a4;
	color: #6f92a4;
	text-align:center;
	font-size: 1.0em;
}
.footer-sub {
	position:relative;
	float:left;
	width:760px;
	height:22px;
	margin: 0px;
	margin-bottom:15px;
	padding-top:10px;
	background-color:#ffffff;
	color: #6f92a4;
	text-align:center;
	font-size:0.9em;
}
.content_thumb {
	float:left;
	border: 1px solid #000000;
}
.sold {
	color:#CC0000;
}

.bluesmall {
	font-size: 0.8em;
	color: #648B9E;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 31px;
}
.form_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6f92a4;
	border-right-color: #6f92a4;
	border-bottom-color: #6f92a4;
	border-left-color: #6f92a4;
}
.spacer {
	float:left;
	width:650px;
	height:20px;
}

