@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/Slices/images/BG.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.has1 #shell {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.has1 #upper {
	background-image: url(../images/Slices/images/Header.jpg);
	background-repeat: no-repeat;
	height: 228px;
	margin: 0;
	padding: 0;
}
.has1 #Content {
	background-image: url(../images/Slices/images/ContentBG.jpg);
	background-repeat: repeat-y;
	padding: 5px 45px;
}
.has1 #Content h1 {
	margin: 0;
	padding: 0 5px;
	color: #000000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bolder;
	font-size: xx-large;
	background-image: url(../images/Slices/images/TextBG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.has1 #Content h2 {
	color: #0A45C3;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bold;
	font-size: x-large;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 10;

}
.has1 #Content h3 {
	margin: 0;
	padding: 0 5px;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	font-size: large;
	background-repeat: no-repeat;
}
.has1 #Content p {
    margin: 0;
    padding: 0 5px;

}
.has1 #Content li {
	list-style-image: url(../images/Slices/images/Bulllet.jpg);
}
.has1 #Content a {
	margin: 0;
	padding: 0 10px;
	color: #0A45C3;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: large;

}
.has1 #Content a:hover {
	color: #999999;
}
.has1 #Content a:visited {
	color: #3574F4;
}

.has1 #Content img {
	padding: 10px;
}
.has1 #lower {
	background-image: url(../images/Slices/images/Bottom.jpg);
	background-repeat: no-repeat;
	height: 127px;
	text-align: center;
	padding-top: 0;     /* don't adding padding on top;  it will add padding on bottom of page */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
}
.has1 #lower p {
    margin: 0;
	padding: 0 10px;
}
.has1 #lower a {
	margin: 0;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.has1 #lower a:hover {
	margin: 0;
	padding: 0 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.has1 #mainmenu {
	padding: 0;
	margin: 0;
	background-image: url(../images/Slices/images/Menu.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 465px;
	width: 210px;
}
/* For images with a caption */
div.figure {  /* area around picture & caption */
	width: 40%;
	border: thin solid #BED2FC;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	display: block;
}
div.figure p {  /* caption */
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	color: #0A45C3;
}
.pic400 {  /* area around picture & caption */
	width: 425px;
	border: thin solid #BED2FC;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	color: #0A45C3;
}
.rightimg {
  float: right;
}
.leftimg {
  float: left;
}
.centerimg {
	float: none;
}
.picnocaption  {
	margin: .5em;
	padding: .5em;
	border: thin solid #BED2FC;
}

.picnocaption img {
}
.clear {
	clear: both;
}
.sold {
	font-weight: bolder;
	color: #990000;
}
.picwithcaption {
	border: thin solid #BED2FC;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.picwithcaption td {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	color: #0A45C3;
}

