/* ____________________________________________ styles for the left column */

.leftCol {
	width:201px;
	font:normal 11px/14px tahoma;
	text-align:right;
	background-color:#fff;
	margin:0px 0px 15px 0px;
	background-image:url(../images/leftBorder.gif);
	background-position:right top;
	background-repeat:no-repeat;
	white-space:nowrap;
	}

/* ____________________________________________ styles for the left buttons */

.leftBar {
	margin-right:1px;
	}

a:link.leftButton, a:visited.leftButton, {
	vertical-align:top;
	color: #eef;
	text-decoration:none;
	width:170px;
	height:18px;
	background-image: url(../images/leftButtonOff.jpg);
	text-align:center;
	padding-left:3px;
	margin-bottom:4px;
	}

a:hover.leftButton, a:active.leftButton, {
	color: #fff;
	background-image: url(../images/leftButtonOn.jpg);
	}

/* ____________________________________________ styles for the left links */

.leftLinks a:link, .leftLinks a:visited {
	color: #000;
	text-decoration:none;
	margin-right:15px;
	position:relative;
	top:1px;
	}

.leftLinks a:hover, .leftLinks a:active {
	color:#00f;
	text-decoration:underline;
	}

/* ____________________________________________ styles for the left search */

form.leftCol {
	width:201px;
	vertical-align:top;
	text-align:right;
	padding:0px;
	margin:0px 0px 15px 0px;
	}

.leftCol input {
	width:171px;
	height:20px;
	line-height:10px;
	text-align:right;
	background-color:#bcf;
	border: 1px inset #fff;
	position:relative;
	top:-1px;
	left:1px;
	padding:4px;
	margin:0px 0px 5px 0px;
	}


a:link.leftGo, a:visited.leftGo, {
	font-weight:bold;
	vertical-align:middle;
	color: #eef;
	text-decoration:none;
	width:25px;
	height:18px;
	background-image: url(../images/leftGoOff.jpg);
	text-align:center;
	padding:0px 0px 0px 1px;
	margin: 0px 16px 2px 0px;
	}

a:hover.leftGo, a:active.leftGo, {
	color: #fff;
	background-image: url(../images/leftGoOn.jpg);
	}

