html, body {
	height: 100%;	
}
body {
	background: #1b3826 url(../imgs/bg.jpg) top repeat-x;
	margin: 0px;
	font-size:0.8em;
}


table {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.35em;
	text-transform:uppercase;
	color:#24472e;
	font-weight:normal;
}

h2 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.15em;
	text-transform:uppercase;
	color:#24472e;
	font-weight:normal;
}

h3 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.05em;
	text-transform:uppercase;
	color:#24472e;
	font-weight:normal;
}

b, strong {color:#24472e;}

a, a:visited {color:#396f48;}

a:hover {color:#6bc083;}

#maintable {
	background:url(/imgs/bg-table.jpg) no-repeat top center !IMPORTANT;
	width:1002px;
}

#content {
	padding:10px;
	background: #c2cab6;
	vertical-align:top;
	width:695px;
	height:80%;
}

#menu {
	background:#c2cbb6;
	vertical-align:top;
	height:68px;
}

.footer {
	color:#f0f2d3;
	font-size:x-small;
	vertical-align:bottom;
}

.newstitle {
	color:#f0f2d3;
	font-size:14px;
	font-weight:bold;
}

.news {
	color:#FFFFFF;
	padding:15px;
	vertical-align:top;
}

.titlemidsection {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:large;
	color:#24472e;
}

.separator {
	background:url(/imgs/bg_sections.gif) left repeat-y; vertical-align:top; width:7px;
}

.pic {
	padding-left:8px; padding-right:8px;
	vertical-align:top;
}

.btnhowmade {
	padding-bottom:6px;
	vertical-align:bottom;
	text-align:center;
}

.pics {
	 Border:#273f2e 2px solid;
	 margin:5px;
}

.pics2 {
	 Border:#273f2e 2px solid;
}

/* ADDED */
.floatleft
{
    float:left;
    padding: 5px 10px 5px 0px;
}
.floatright
{
    float:right;
    padding: 5px 0px 5px 10px;
}

#tblForm
{
    width:500px;
    background:#b1b9a5;
    padding:15px;
    margin-top:30px;
}

#tblForm td
{
    border-bottom:1px solid white;
    padding:10px;
    
}
input
{
    padding:5px;
    border-top: 1px solid #C0B3A3;
    border-left: 1px solid #C0B3A3;
    border-right:1px solid #D8D4CF;
    border-bottom:1px solid #D8D4CF;
}
textarea
{

    padding:5px;
    border-top: 1px solid #C0B3A3;
    border-left: 1px solid #C0B3A3;
    border-right:1px solid #D8D4CF;
    border-bottom:1px solid #D8D4CF;
}
.button
{
    border-top: 1px solid #D8D4CF;
    border-left: 1px solid #D8D4CF;
    border-right:1px solid #C0B3A3;
    border-bottom:1px solid #C0B3A3;
}

.error
{
    font-size:1.5em;
}

.lblSent
{
    font-size:1.3em;
}

.dMenu
{
	background:url(../imgs/ed-menu.jpg) repeat-x;
	height:30px;
	padding:5px;
	font-size:1.2em;
}
.divlist
{
    margin-bottom:40px;
}

#divBanner
{
	padding: 0px; 
	overflow: hidden; 
	position: relative; 
	width: 695px; 
	height: 209px
}

#divBanner img
{
	border: 0px none; 
	position: absolute; 
	visibility: visible; 
	top: 0px; 
	left: 0px;	
}
