@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 14px; color: #000000; font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	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: #000000;
	background-image: url(topback.jpg);
	background-repeat: repeat-x;
	
}

A:link {text-decoration: none; color: #F00; }
A:visited {text-decoration: none; color: #F00; }
A:hover {text-decoration: underline; color:#F00 }
A:active {text-decoration: underline; }

#main-content A:link {text-decoration: none; color: #F00; }
#main-content A:visited {text-decoration: none; color: #F00; }
#main-content A:hover {text-decoration: underline; color:#F00 }
#main-content A:active {text-decoration: underline; }

.twoColFixLtHdr {
	margin: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	
} 

#sidebar1 {
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	height: 1000px;
	background-image: url(peppercurve.jpg);
	background-repeat: repeat-y;
}

#right-col {
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	background-image: url();
	background-repeat: repeat-y;
}

.lowermenubuttons {
	float: left;
	height: 68px;
	padding-top: 1px;
}

#menubar {
	width: 90px;
	text-align: left;
	padding: 0px 0px 0px 2px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
#menuline {
	width: 80px;
	text-align: left;
	padding: 5px 0px 5px 2px;
}

#menubar A:link {text-decoration: none; color: #000000; }
#menubar A:visited {text-decoration: none; color: #000000; }
#menubar A:hover {text-decoration: none; color:#F00 }
#menubar A:active {text-decoration: none; }

#main-content {
	padding: 0px 0 0 0;
	margin: 0px;
}

#header {
	padding: 0;
	margin: 0;
	height: 101px;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}