body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/site/sliver.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper, #container {
  	height: 400px;
  	width: 700px;
}
#wrapper {
  	bottom: 50%;
  	right: 50%;
  	position:absolute;
}
#container {
	left: 50%;
	position: relative;
	top: 50%;
	background-color:#FFFFFF;
	border-radius: 15px;
}
#logoImg{
	position:absolute;
	top:-100px;
	left:-35px;
	z-index:100;
	overflow:visible;
}
#logoImg:hover{
	position:absolute;
	top:-100px;
	left:-35px;
	z-index:100;
	border:0;
}
#navbar{
	text-align:right;
	font-size: large;
	background-color: #000000;
}
.mainCopy{
	margin-left:125px;
	margin-top:20px;
	text-align:left;
	overflow: auto;
	height: 400px;	
}
#bannerText{
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size:x-large;
	color: #000000;
	vertical-align:bottom;
	margin-top:325px;
	text-align: center;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	background-color:#333333;
	font-size: x-small;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
oneColLiqCtrHdr #containerMain {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColLiqCtrHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	height: 480px;
	width: 98%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: auto;
}
.oneColLiqCtrHdr #footer {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: small;
	font-style: normal;
	color: #000000;
	background-color: #333333;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
}
.footer {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: xx-small;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: .5em;
	word-spacing: 1em;
	height: 50px;
}
# .footer, .push {
# height: 4em;
# }

.mainContainer {
	height: 98%;
	width: 70%;
}
.copy {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: small;
	color: #666666;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
table {
	border: 1px solid #CCCCCC;
	width: 98%;
	background-color: #FFFFFF;
}
img {
	border: none;
	margin: 2px;
	padding: 2px;
}
img:hover {
	border: 2px solid #FF9933;
	color: #FF9900;
	margin: 1px;
	padding: 1px;
}
a:hover {
	color: #FFB01F;
	text-decoration: underline;
}
.HighlightBox {
	background-color: #666666;
	padding: 2px;
	width: 98%;
}
