body {
	background: #3D3A37;
	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;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
.bottomPadd {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.3em;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}
h3 {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container  {
	width: 774px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
../assets/index_images/bg.jpg repeat-y;
	background: url(../assets/index_images/bg.png) repeat-y;
	border-top: 0px solid #AAC16D;
	border-right: 6px solid #AAC16D;
	border-left: 6px solid #AAC16D;
}
#header  {
	padding: 0px;
	margin: 0px;
	height: 130px;
	border: none;
	background: url(../assets/index_images/header2.png) no-repeat;
} 
#header a {
	border: none;
}
#header #Map area  {
	border: none;
	margin: 0px;
	padding: 0px;
}
#header img {
	position: relative;
	top: -7px;
}
#header h1  {
	padding: 0px;
	margin: 0px 0px 0px -5000px;
}
#mainContent  {
	padding: 50px 60px;
	border: none;
	font-size: .8em;
}
#icon {
	background: url(../assets/index_images/aj.png) no-repeat right top;
	margin-top: 20px;
	height: 40px;
	width: 120px;
	text-align: right;
	float: right;
	margin-right: 10%;
}
#indeximg img {
	position: absolute;
	top: 130px;
}
#mainContent h1 img {
	padding: 0px 10px;
}
#mainContent table td {
	padding: 5px;
	margin: 0px;
	border: none;
}
#mainContent table tr:hover {
	background: #F7F7E6;
}
#maincontent table td img  {
	padding-right: 10px;
	border-style: none;
}
#mainContent table caption {
	text-align: left;
	font-size: 1.3em;
	display: inline;
	padding: 0px 3px;
	margin: 0px;
	background: #E3E9B4;
	margin-bottom: 5px;
	color: #FFF;
}
#mainContent table  {
	margin-bottom: 20px;
}
.tableWidth {
	width: 525px;
}
.greenHover {
	background: #E3E9B4;
}
.tanHover   {
	background: #EEE4CE;
}
#container form {
	margin: 0px;
	padding: 0px;
}
.imageStyle {
	border: 2px ridge #FCFFF4;
	padding: 5px;
	margin: 2px;
	display: inline;
}
#mainContent #rightWidget {
	text-align: right;
}
#textbox  {
	padding: 0px;
	margin: 0px;
	visibility: visible;
	z-index: 1;
	float: left;
}
ul#linkbox{
	width : 780px;
	list-style : none;
	margin : 0;
	padding : 0;
	text-align : center;
	float : left;
	margin-top: -41px;
}

ul#linkbox   li{
	float : left;
	margin : 0;
	padding : 0;
	text-align : center;
	position : relative;
	width: 137px;
	font-size: 80%;
	background: url(../assets/index_images/white_link1.png) no-repeat;
	display: block;
	line-height: 22px;
}
#linkbox .blankLink  {
	float : right;
	margin : 0;
	padding : 0;
	text-align : center;
	position : relative;
	width: 72px;
	font-size: 80%;
	background: url(../assets/index_images/white_stable_sm.png) no-repeat;
	display: block;
	line-height: 22px;
	padding-right: 8px;
}
.oneColElsCtrHdr #container #linkbox .blankLink a:hover {
	background: url(../assets/index_images/white_stable_smOver.png) no-repeat;
}
.blankHover {
	background: url(../assets/index_images/white_stable_smOver.png) no-repeat;
}
#footer {
	margin: 0px;
	padding: 0px;
	background: #98C068 url(../assets/index_images/footer.gif) no-repeat;
	position: relative;
	height: 25px;
	width: 774px;
}
#linkbox li a {
	display: block;
	padding-left: 5px;
	margin-bottom: 2px;
	color: #000;
	padding-top: 1px;
}
#linkbox li a:hover {
	background: url(../assets/index_images/white_stable1.png) no-repeat;
	display: block;
	text-decoration: none;
	color: #000;
}
#credits  {
	float: right;
	text-align: right;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #666;
	display: block;
}
.clearfloat {
font-size : 1px;
line-height : 0;
margin : 0;
clear : both;
height : 0;
}
.center {
	text-align: center;
}
.hover {
	background: url(../assets/index_images/white_stable1.png) no-repeat;
	color: #000;
}
#linkbox .blankNoHover {
	float : right;
	margin : 0;
	padding : 0;
	text-align : center;
	position : relative;
	width: 72px;
	font-size: 80%;
	background: url(../assets/index_images/white_stable_smOver.png) no-repeat;
	display: block;
	line-height: 22px;
	padding-right: 8px;
}
