body {
	font-family: "Verdana", Times, serif;
	background-image: url(../img/herbbg.gif);
	background-color: #CCC399;
	font-size: 10px;
	color: #664411;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 720px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#pannel {
	background-color: #EEEECC;
	width: 704px;
	float: left;
}

#rightEdge {
    background-image: url(../img/shadow.gif);
    width: 16px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}

#top { 
	background-color: #EEEECC;
	width: 704px;
	height: 16px;
}

#topcorner {
	background-image:url(../img/shadowtop.gif);
	width: 16px;
	height: 16px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
}

#logo {
	margin-left: 128px;
	margin-right: 128px;
	margin-bottom: 20px;
	border: #523921 4px solid;
	width: 448px;
	height: 96px;
}

#leftcol {
	width: 160px;
	margin-left:24px;
	margin-right:auto;
	float: left;
}

#content {
	width: 448px;
	margin-left:auto;
	margin-right:24px;
	padding-left: 24px;
	text-align:justify;
	border-left: #664411 1px solid;
}

#contLeft {
	width: 200px;
	margin-top: 14px;
	float: left;
}

#contRight {
	width: 200px;
	margin-top: 14px;
	float: right;
}

.add {
	font-family: "Lithos pro regular", Times, serif;
    background-color: #D5CDB0;
	color: #664411;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border: #664411 1px solid;
	width: 100%;
	padding: 4px;
}

a{
	color: #664411;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #EEAA33;
	text-decoration: none;
}



#footer {
	width: 704px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	clear: both;
}

.imgframe {
	border: #664411 1px solid;
}

.imgRight {
	float: right;
	border: #664411 1px solid;
	margin-left: 8px;
}

.imgLeft {
	float: left;
	border: #664411 1px solid;
	margin-right: 12px;
}	

.bold {font-weight: bold}

.titlecell {
	font-family: "Lithos pro regular", Times, serif;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}

.leftcell {
	text-align: left;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 3px;

}

.rightcell {
	text-align: right;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}



h1{
	font-family: "Lithos pro regular", Times, serif;
	font-size: 18px;
	text-decoration: none;
	
}

h2{
	font-family: "Lithos pro regular", Times, serif;
	font-size: 14px;
	/*text-align: center;*/
	text-decoration: none;
	vertical-align: top;
	
}

