body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0 auto;
	padding:0 auto;
	background-color:#636466;
	line-height:18px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFC20E;
	line-height:18px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFC20E;
	line-height:18px;
}

a:link, a:visited {
text-decoration:underline;
color:#FFC20E;
}

a:hover {
text-decoration:underline;
color:#FFC20E;
}

#container {
	background-color:#f2f2f2;
	width:800px;
	margin:0 auto;	
	padding:0 auto;
}

/***** TOP SECTION *****/

/***** Home click (blank div) *****/

#buttonDiv a, #buttonDiv a:visited {
display: block;
height:110px;
width:300px;
cursor: pointer;
float: left;

}

/***** TOP SECTION *****/

#top {
	width:800px;
	height:110px;
	margin:0 auto;	
	padding:0 auto;
	background-image:url(images/top.jpg);
}
/***** Spacer to push down contact info *****/

#topOverlaySpacer {
	width:800px;
	margin:0 auto;	
	padding:7 auto;
	height:28px;
}

/***** Div with contact info in it *****/

#topOverlay {
	width:700px;
	margin:0 auto;	
	padding:0px 0px 0px 50px;
	height:33px;
	color:#FFC20E;
	text-align:right;
	font-size:11px;
}

/***** END TOP SECTION *****/

/***** NAV *****/

#navcontainer {
width:800px;
height:30px;
margin:0 auto;
background-image:url(images/Nav_backdrop.jpg);
background-repeat:repeat-x;
}

/***** Only purpose is horozontal centering of the nav *****/

#navcontainer2 {
width:800px;
height:30px;
margin:0 auto;
padding:0px 0px 0px 25px;
}

/***** Here because of Chuck's instruction *****/

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist ul {
	margin:0 auto;
}

#navlist ul li{
			color: #000000;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			list-style-type: none; /*turns off display of bullet*/
            padding:5px 11px 0px 11px;
			margin: 0;
			display: block;
			float: left;
}

#navlist a, #navlist a:visited {
			color: #ffffff;
            text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:hover {
			text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navlist .selected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
/***** END NAV *****/		



/***** CONTENT *****/

#middle {
	width:800px;
	margin:0 auto;	
	padding:0 auto;
	background-image:url(images/repeat.jpg);
	background-repeat:repeat-y;
	min-height:320px;
	}

#leftBucket{
	float:left;
	width:276px;
	min-height:320px;
}

#rightBucket{
	float:left;
	width:524px;
	min-height:320px;
}

#RightBucketBackdrop{
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;
	min-height:320px;
}

#RightBucketPad{
	padding:10px 10px 10px 60px;
	text-align:left;
}

#clearBoth{
	clear:both;
}

#bottom {
	width:800px;
	height:185px;
	margin:0 auto;	
	padding:0 auto;
	background-image:url(images/bottom.jpg);
}

/***** Footer *****/

#footer {
	font-size:11px;
	text-align:center;
	padding:10px 10px 10px 10px;
	background-color:#636466;
	width:800px;
	margin:0 auto;	
	padding:0 auto;
}

#footer a {
	color:#FFC20E;
	background-color:#636466;
}