* {
	/*border: solid 1px red*/;
}

body {
	font-family: Times, "Adobe Caslon Pro","Adobe Caslon","Times New Roman",  serif;
	font-size: 14px;
	line-height: 1.5em;
	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: #472d05;
	background-image:url(images/bk_main.png);
	background-color: #cacaca;
	background-repeat: no-repeat;
	background-position: center top;

}

p {
	padding: 10px 10px 5px 5px;
	margin: 0px;
	
}

ul {
	padding-top: 0px;
}

h1 {font-size:26px;
		color: #8ea163;
	font-style: italic;
	padding-bottom: 0px;}

h2 {
	font-size: 18px;
	color: #992e60;
	font-style: italic;
	padding-bottom: 0px;
}	 


p a, ul li a, table tbody tr td p a{
	color: #009696;
	text-decoration: underline;
	font-weight: bold;
	
}

p a:HOVER {
	color: #025656;
	text-decoration: underline;
	font-weight: bold;
	
}

p a:VISITED {
	color: #96008d;
	text-decoration: underline;
	font-weight: bold;
}

p a:ACTIVE {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}


#wrapper {
	width: 930px;  /* 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. */
}


#header {
	height: 106px;
	margin-top: 15px;
	background-image: url(images/bk_header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 4px #009295;
}

#topLinks {
	position: relative;
	top: 30px;
	left: 35px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 900px;
	font-size: 12px;
}

#topLinks ul li, #footer ul li {
	display: inline;
		
}


#topLinks ui li ul {
	text-transform: lowercase;
	height: 25px;
}

#topLinks ul li a{
	color: #FFFFFF;
	text-decoration: none;
	
}

#topLinks ul li a:HOVER{
	color: #008f99;
	text-decoration: underline;
	  cursor: pointer;

}



#mainContent {
	height: 333px;
	
}

#intPage {
	padding-top: 15px;
	padding-left: 146px;
	padding-right: 10px;
	background-image: url(images/bk_int.png);
	width: 780px;
	position: relative;
	left: -4px;
	margin-bottom: 15px;
	z-index: 1;
	
}

#intPageInside {
	padding-right: 50px;
	padding-bottom: 20px;
	z-index: 1;
}

#subContent {
	height: 345px;
	background-image: url(images/bk_subContent.png);
	background-repeat: no-repeat;
	width: 936px;
	position: relative;
	left: -4px;
}

.imgHeader {
	position: relative;
	left: -30px;
	z-index: 1;
}


#leftCol {
	width: 405px;
	height: 311px;
	float: left;
}

#middleCol {
	width: 260px;
	height: 323px;
	float: left;
	background-image: url(images/bk_rightCol.jpg);
	position: relative;
	top: 10px;
	right: 16px;

}


#middleCol h2, #rightCol h2 {
	color: #8ea163;
	font-size: 16px;
	padding: 0px;
}

#rightCol {
	width: 260px;
	height: 323px;
	float: right;
	background-image: url(images/bk_rightCol.jpg);
	position: relative;
	top: 10px;
	right: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1c1b1a;
	background-image: url(images/bk_footer.png);
}

#footer table tr td ul li a {
	font-size: 9px;
	color: #1c1b1a;
	line-height: 1.2em;
	text-decoration: underline;
	padding: 2px;
}
#footer table tr td ul li a:HOVER {
	font-size: 9px;
	color: #333;
	line-height: 1.2em;
	text-decoration: underline;
	padding: 2px;
}

#footer table ul {
	list-style-image: none;
}

.inside {
	padding: 6px;
	margin: 2px;
}
.insideFooter {
	padding: 3px;

}

.clear {
	clear: both;
}

.col1 {
	width: 33%;
	float: left;
	
	
}
.col2 {
	width: 33%;
	float: left;
	
}
.col3 {
	width: 33%;
	float: right;
	
}

.photoLeft {
	float: left;
	margin: 4px;
	border: solid 1px #c8c3be;
	padding: 4px;
	background-color: #FFFFFF;
}

.photoRight {
	float: right;
	margin: 4px;
	border: solid 1px #c8c3be;
	padding: 4px;
	background-color: #FFFFFF;
}

.notice {
	width: 95%;
	border: solid 2px #586f3a;
	background-color: #dbcdb2;
	padding: 10px;
	margin: 10px;
	
}

.notice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding: 3px;
}

label {
	padding-left:30px;
	float:left;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input {
	margin: 3px;
	font-size: 13px;
	color: #666666;
}

fieldset {
	background-color: #c5c1b9;
	margin: 10px;
}

