img
{  
	border-style: none;
}
#side_menu

{  
	background-image: url(../images/barrels.jpg);
	background-repeat: repeat-y;


}
#side_menu ul
{
       	padding: 0px;
	margin: 0px;
	list-style:none;
}
#side_menu li { margin: 5px 0px 5px 0px; }

.clear
{
    
	clear:both;
	height:10px;
}
body
{
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: rgb(204, 221, 185);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #485D43;
}
.heading
{
	background: #666699;
	padding: 10px 10px 10px 10px;
	margin: 10px 3px 10px 3px;
	border:thin solid rgb(168,188,153);
}
#top_menu, #image_heading, #side_menu { float:left; }
#top_menu { width: 829px; }
#content
{
	width: 829px;
	float: left;
	position:absolute;
	left: 159px;
}
#second_column { width: 829px; }
.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1
{
	margin-bottom: 15px;
	font-size:17px;
}
h2
{
	margin-top: 10px;
        font-family: "Times New Roman"
	font-size:11pt;
	color: #3677B9;
}
h3
{
	margin-top: 5px;
	font-size:14px;
}

.section
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border:thin solid rgb(168,188,153);
	background-color: rgb(225,241,213);
}
.section p, .section ul li, .heading p { text-align:left; }
.heading
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color:#E4F1D5;
}
.highlight
{
	padding: 10px 10px 10px 10px;
	margin: 10px 3px 10px 3px;
	border:thin solid rgb(134,155,122);
	background-color: rgb(160, 190, 154);
	font-style:italic;
}
.section A:link, .section A:active { color: #0019B0; }
.section a:hover, .section A:visited { color: #007EFF; }
/*.section A:hover, .section A:visited, .section A:link, .section A:active
{
	color: #5C7058;
}*/
.section h1 A:hover, .section h1 A:visited, .section h1 a:link, .section h1 a:active { color: #5C7058; }
