body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #6f6f6f;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-color: white;

}
td, th {
	font-size: 12px;
	font-family: arial, verdana, tahoma;
}

#container {
	width: 860px;
	margin: 0 auto;
	position:relative;
	border-left: 15px solid white;
	border-right: 15px solid white;
	background-color: white;
}

#header {
	height: 130px;
	position:relative;
}

#footer {
	text-align:left;
	background-image:url(images/footer-white.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 41px;
}
#footercontent {
	color: #666666;
	padding: 12px;
}


#content {
	margin: 15px;

}
#contentcontent {
	text-align: left;
}


/* eof Homepage css */



a:visited { color: black; text-decoration: underline; }
a:link { color: black; text-decoration: underline; }
a:hover { color: #f69b21; text-decoration: underline; }


a.yellowlink:visited { color: #fa9f1d; text-decoration: underline; }
a.yellowlink:link { color: #fa9f1d; text-decoration: underline; }
a.yellowlink:hover { color: #fa9f1d; text-decoration: underline; }


/* eof header */


a.footerlink:visited {
	font-size: 12px;
	color: #545454; text-decoration: none;
}
a.footerlink:link {
	font-size: 12px;
	color: #545454; text-decoration: none;
}
a.footerlink:hover {
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

a.whitelink:visited {
	color: white; text-decoration: none;
}
a.whitelink:link {
	color: white; text-decoration: none;
}
a.whitelink:hover {
	color: #f69b21; text-decoration: underline;
}


ul,ol,li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contentcontent li {

	margin-bottom: 10px;
	margin-left: 9px;
	list-style-type:square;

}




hr {
	height: 1px;
	color: #e0e0e0;
	background-color: #e0e0e0;
}


.imagecartbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
input.tf {
	width: 30px;
	background-color:white;
	border: 1px solid black;
	border-style:solid;
}
.imageborder {
	border: 2px solid #bebebe;
}

.thinborder {
	border: 2px solid #e0e0e0;
	background-color:#F8F8F8;
}

.control {
	 width: 95%;
}
