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

body {
	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: #ebe8d9;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 913px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	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 */
	width: 600px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtr #headerContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 32px;
	font-weight: bold;
}
.oneColFixCtr #rightColumn {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 240px;
	text-align: right;
	float: right;
}
.oneColFixCtr #bottomColumn {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 0px;
	font-size: 32px;

}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #900;
}
h2 {
	font-size: 14px;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #dccab2;
}
body,td,th {
	font-size: 12pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link {
	/*color: #900;*/
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #A41B11;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #AD3020;
	text-decoration: none;
}
.oneColFixCtr #container #maintext {
	font-family: "Times New Roman", Times, serif;
}
.servicesOffered {
	background-color: #1C4A6C;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-left:10px;
	line-height: 18px;
}
.menuarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.linktext
{
	color: #F5F5DC;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

.linktext1
{
	color: #900;
	text-decoration: none;
	font-weight:bold;
}