/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

html, body
{	
    margin: 30px 0px 0px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

/* Background Images */
.rightBG { background-image: url(/images/rightBG.jpg); background-repeat: repeat-x; background-position:top left; }
.bottomBar { background-image: url(/images/bottomBar.jpg); background-repeat: repeat-x; }

/* Text Styles */
.titleText
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #8A2629;
	letter-spacing:1px;
	font-weight: bold;
}

.mainText
{
	padding-right: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #626262;
	font-weight: normal;
}

.mainTextTitle
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #79A200;
	font-weight: bold;
}

.mainTextNav
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #009999;
	font-weight: normal;
}

.buckwheatText
{
	padding-left: 75px;
	padding-right: 15px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #A98800;
	font-weight: bold;
}

.popup
{
	margin-left: -170px;
	padding: 7px;
	text-align: left;
	visibility: hidden;
	width: 170px;
	background-color:#FFFFFF;
	border: 1px solid #93A445;
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #626262;
	font-weight: normal;
}


/* Navigation Styles */
.navOn
{
	padding-left: 75px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CE7019;
	font-weight: bold;
	text-decoration: none;
}

.navOff
{
	padding-left: 75px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 10px;
	color: #93A445;
	font-weight: bold;
	text-decoration: none;
}


/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #999999;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.logoworksLink
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}

a.logoworksLink:hover
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}