body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}
/* .something = class while #something is an id. Keep these straight. ID's are serial numbers, classes are barcodes. */
.p {
	margin:inherit;
	padding:inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: #6D4D36;
	line-height: inherit;
	vertical-align: inherit;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; 
	font-size:10px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
	 font-size: 1px;
    line-height: 0px;
}

a:link {color:#660066;}     /* unvisited link */
a:visited {color:#990000;}  /* visited link */
a:hover {color:#009999;}  	/* mouse over link */
a:active {color:#990099;}  	/* selected link */

#main {
	width:1000px;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;
}
#Header {
	background-color: #009797;
	width:1000px;
	height:68px;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat; 
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px; 
	/*float:left; */
	/*display:inline; */
}
.header {
	margin-left:260px;
	margin-top:14px;
	width:481px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:36px;
	font-family:Times New Roman, Times, serif;
	text-align: center;
	color: #ffffff;
	line-height: 120.0%;
	padding-top:1px;
	padding-bottom:2px;
}
#menu {
	margin-left:11px;
	margin-top:5px;
	width:225px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 100%; 
	padding-top:1px;
	padding-bottom:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#Left {
	background-color: #ffffff;
	width:245px;
	padding-top:0px;
	margin-left:0px;
	margin-top:7px;
	margin-bottom:0px;
	float:left;
	display:inline;
	color:#6D4D36;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#Left2 {  /*left2 is below the menu */
	margin-left:11px;
	margin-top:34px;
	width:235px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6D4D36;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
	border: thin none #000;
}
#Center {
	background-color: #ffffff;
	width:500px;
	padding-top:0px;
	margin-left:4px;
	margin-top:7px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6D4D36;
}
#Cntr_Left {
	margin-left:8px;
	margin-top:35px;
	width:224px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6D4D36;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;

}
#Cntr_Right {
	margin-right:7px;
	margin-top:35px;
	width:224px;
	margin-bottom:0px;
	float:right;
	display:inline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6D4D36;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;

}
#Right {
	background-color: #ffffff;
	width:246px;
	padding-top:0px;
	margin-left:4px;
	margin-top:7px;
	margin-bottom:0px;
	float:left;
	display:inline;
	color: #6D4D36;
}

h2{	
	font-size:1.25em;
	font-weight:bold;
}

.css3button {
	color: #984900;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 20px 3px 20px;  /*padding is top, right, bottom, left*/
    line-height: 28px;
/*background gradient instructions*/
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#009a95);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#009a95));
/*draw the corners curved, the radius, and the border*/
	border: 2px solid #006663;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*box shadow instructions*/	
	-moz-box-shadow:
		3px 0px 4px rgba(000,152,150,0.3),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		3px 0px 4px rgba(000,152,150,0.3),
		inset 0px 0px 1px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
/* hovered instructions*/  
.css3button:hover {
	color: #006464;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#00CCC5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#00CCC5));
	text-transform:uppercase;
	text-shadow:
		0px 0px 0px rgba(255,255,255,.3),
		0px 0px 0px rgba(255,255,255,.3);
    } 


