/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



#navBar{
	float: left;
	width: 130px;
	background-color: #FFFFff;
}


#content a {
	background-image:url(../img/yellowhead.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding: 0px 5px;
	border: 1px;
	border-style:solid
}

#content a:hover {
	background-image:url(../img/purplehead.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
}

#sectionLinks{
	font-size: 80%;
}

#content {
	font-family: sans-serif;
}

#content tr {
	vertical-align: top;
}

#content th {
	color: #000055;
	text-align: left;
	font-weight: normal;
	/*background-color: #ffffcc;*/
}

#content td {
	font-size: small;
	background-color: #FFFFff;
	border:1px;
	height:100%;
}

#news h1 {
	font-size: 140%;
	margin-bottom:0px;
	text-align:center;
}

#news table {

	border:1px solid;
	height:100%;
}

#news th {
	background-color: #ffee99;
	background-image:url(../img/yellowhead.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	padding:5px;
}

#news td {
	background-color: #aaaaff;
	padding:5px;
}

#siteInfo{
	clear: both;
	font-size: 60%;
}

#highlight table {
	border: 1px;
	border-style:outset;
	font-size:90%;
	background-color:#FFFFFF;
}

#highlight th{
	background-color: #ffee99;
	/*nowrap; -- javascript console doesnt like this*/
	background-image:url(../img/yellowhead.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
}

#highlight td{
	background-color: #aaaaff;
	padding: 0px 5px;
	/*nowrap;*/
}

#highlight td table {
background:none;

}

.itemhead {
	font-weight: bold;
}

.itemdescr {
	font-size: 75%;
}

.itemprice {
	font-style: italic;
}

.bold {
	font-weight: bold;
	font-size: 150%;
}

.address_label {
	font-family: arial;
	font-size: 150%;
}

#daisychain{
	/* float: bottom; -- js console doesnt like this either */
	font-size: 80%;
}

#keywords {
	font-size: 0px;
}
