
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background-image: url(graphics/backbg.png);
	background-repeat:repeat-x;
	background-color:#eccdad;
	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;
}

p {
	font-size: smaller;
}

h2 {
	color:#666;
	font-size: medium;
}

hr {
	color: #993333;
	clear: both;
	margin-bottom: 30px;
}

a:link {
color:#999;
}

a:visited {
color:#999;
}

a:hover {
color:#999;
}

a:active{
color:#999;
}

#wrapper {

	width: 970px;
	margin: 0 auto;
	padding: 0px;
	//background-image: url(graphics/shadowbg.png);
	//background-repeat: repeat-y;
	//background-color: transparent;
}


.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #666;
//	border: 1px solid black;
//	border-bottom: none;
}


#headertop {
	position: relative;
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	padding: 0px;
	background-image: url(graphics/headertop.gif);
	height: 5px;
 background-repeat: no-repeat;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 60px;
  /* 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. */
}


#nav {
	position: absolute;
	top:60px;
	margin: 0px;
	width: 560px;
	clear: none;
	padding-left: 100px;
	margin-left: 300px;

	// background-color: #993333;

}


#mainContent li {
 font-size: smaller;
}


#nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#nav li {
 display: inline;
 border-right: 1px solid #993333;
 padding-left: 15px;
}
#nav li.left {
 display: inline;
 border-left: 1px solid #993333;
 padding-left: 20px;
}
#nav a:link, #nav a:visited {
color:#999;
padding-right: 20px;
 text-decoration: none;
}
#nav a:hover {
 color: #993333;
}

img.header {
float: left;
margin-bottom: 10px;
clear: both;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	margin-top: 10px;
	width: 960px;
	margin-left: 0;
	margin-right: 0;
	background:#993333;

}
.oneColFixCtrHdr #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: 5px;
	text-align: center;
	font-size: small;
	color:#CCC;
}
img.logo {
	margin: 0;
	padding: 10px;
	float: left;
}
img.front {
 border: 3px solid #8E787B;
 padding: 10px;
 background-image: url(graphics/spacer.gif);
}

.fronttable {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0 px;
	text-align:center;
}
.fronttable td {
	padding: 10px;
	text-align: center;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

table.blank, td {
border: 0px;
}

#bottom {
//	 background-image: url(graphics/botshadow2.png);
//	 background-repeat: no-repeat;
//	 display: block;
//	 height: 13px;
//	margin-left: 5px;
//	margin-right: 5px;
//	border: none;
//	background-color: transparent;
}

#bottomsection {
	width: 960px;
	background-color: transparent;
	}

.img-shadow {
  float:left;
  background: url(graphics/shadowAlpha.png) no-repeat bottom right !important;
  background: url(graphics/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
