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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	/*background-image: url(../images/bkgrd.jpg); */
	background-color:#284a70;
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.SaleImg {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.twoColElsRtHdr #container { 
	width: 49em;
	background: #FFFFFF;
	margin: 0 auto;
	/*border: 1px solid #000000; */
	text-align: left;
} 
.twoColElsRtHdr #header {
	background: #808080;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColElsRtHdr #sidebar1 {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #808080;
	float: right;
	width: 23em;
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 0px;
} 
.twoColElsRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 0px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bkgd_white {
	background-color: #FFFFFF;
}

.shadow_left {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}
.indexPic {
	left: 10px;
	top: 0px;
	position: relative;
}
.shadow_right {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}	
.footieMain a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footieMain {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: center;
	background-color: #284a70;
	height: 30px;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #AFAFAF;
	border-right-color: #122448;
	border-bottom-color: #122448;
	border-left-color: #AFAFAF;
	font-size: 12px;
}
h2 {
	color: #FFCC00;
	font-variant: normal;
}

