@charset "UTF-8";

body {
	background-color: #fff;
}

.oneColFixCtr {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}

.oneColFixCtr #container {
	width: 1100px;  /* 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 */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p, li { 
	color: #333;
	font: normal 11px/14px Verdana, Arial;
}

.whitetext { 
	color: #ddd;
	font: normal 11px/14px Verdana, Arial;
}

.headerarea {
	background: url(images/headerbg.gif) repeat-x scroll;
	width: 100%;
	height: 240px;
}
.head1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bolder; 
	color: #660000
	}

.head2 {
	color: #a87c4f;
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
}

.head3 {
	color: #000;
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
}

.italics {  font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: italic; font-weight: normal; color: #000000}

a {
	color: #660000
}
.button {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bolder; 
	color: #FFFFFF; 
	background-color: #a87c4f;
	border:  1px solid #000;
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #c7a481;
	border-top: 1px solid #c7a481;
	border-right: 1px solid #835e37;
	border-bottom: 1px solid #835e37;

	 }
.SmallBody { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #000000}

a:link {
		color: #660000;
	text-decoration: none;
}
a:visited {
		color: #660000;
	text-decoration: none;
}

a:hover {
		color: #660000;
	text-decoration: underline;
}

ul {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.footer {
	color: #666;
	text-align: left;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.line {
	width: 100%;
	border-top: 1px solid #a87c4f;
	height: 1px;
	clear:  both;
}

td {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: none;
	padding: 5px;
	margin: none;
	
}

.graybordertable td {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #efefef;
	padding: 5px;
	margin: none;
}

.rightphoto {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
