/* CSS Document */

body {
margin:0px;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}
h1{
	color:#006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
.tblMain {
background-color:#FFFFFF;
}
.tblMainBody {
padding:10px;
}
.tblRightCol{
height:400px;
width:200px;
}
.tblRightColBack {
background-image:url(images/right-col-back.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
.tblRightCol h1 {
color:#006633;
font-size:14px;
}
.tdRightColSearch{
	background-image:url(images/right-col-sbox.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:50px;
	text-align:center;
	vertical-align: middle;
}

.menuText {
position:absolute;
height:45;
}
.botLeft{
background-image:url(images/bot-left.gif);
background-repeat:no-repeat;
background-position:left;
width:5px;
height:35px;
}
.botRight{
background-image:url(images/bot-right.gif);
background-repeat:no-repeat;
background-position:right;
width:5px;
height:35px;
}
.botMid{
background-image:url(images/bot-mid.gif);
background-repeat:repeat-x;
font-size:14px;
font-variant:small-caps;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.botMid a:visited {
color:#FFFFFF;
}
.botMid a:link {
color:#FFFFFF;
}
.test {
	font-style: oblique;
}
.testSig {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	margin-bottom:15px;
}.thefarm {
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
}
