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

body {
	font: Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	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: #ffffff;
}
.oneColFixCtr #container {
	width: 870px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	
}

p {
font-size: .9em;
padding: 0px 25px 0px 25px;
letter-spacing:-0.4px;
line-height:1.4em;
}

h1, h2 {
padding: 0px 0px 0px 25px
}

a {
font-size: 1em;
font-weight: bold;
color: #999999;
text-decoration: none;
}

a:hover {
font-size: 1em;
font-weight: bold;
color: #999999;
text-decoration: underline;
}

/* for the footer graphics */
#main {
	margin: 5px 5px;
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
div.left {
    background: #000000;
	float: right;
	margin-right: 0px;
	width: 100px;
	margin-bottom: 20px;
}
div.left p {
	text-align: center;
	font-size: .8em;
}
img {
	border: 0px none;
}
div.center {
	width: 870px;
}
.clear {
  clear : both;
}

 input
{
color: #000000;
font-family:arial, helvetica, sans-serif;
font-size:.7em;
font-weight: bold;
background: #FFFFff;
border: 1px solid #8e8e8e;
}
		 .comments
{
color: #000000;
font-family:arial, helvetica, sans-serif;
font-size:.7em;
font-weight: bold;
background: #FFFFff;
border: 1px solid #8e8e8e;
}

.submit input
{
color: #000000;
background: #8e8e8e;
border: 3px outset #d7b9c9
}

.headersm {
	font-family:arial, helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

.pics {
	border: 5px solid #ffffff;
	margin-right: 15px;
	margin-left: 15px;
}
