body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ededed;
	background-image: url(images/bg.gif);
}
#all {
	width: 809px;
	margin: 0 auto;
}
a:link {
	color: #132E7B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #2D99D7;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	margin-bottom: 1em;
}
p, td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#content_bot {
	line-height: 34px;
	height: 34px;

}
#links {
	color: #14347F;
	font-size: 11px;
}
#links a:link, #links a:visited {
	font-weight: bold;
	color: #13337E;
}
#links a:hover {
	color: #2B95D3;

}
#links p.info a:visited, 
#links p.cartbutton a:link, #links p.cartbutton a:hover {
	font-weight: normal;
	color: #163A86;
}
#left {
	width: 253px;
}
#content_top {
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#content {
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#footer {
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a:link, #info a:visited {
	color: #FFFFFF;
}
#info .links a {
	font-weight: bold;
}

#info a:hover {
	color: #057977;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer .links a {
	font-weight: bold;
}

#footer a:hover {
	color: #30A6E3;
}
h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #132A78;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
#right p {
	line-height: 16px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #2c5209;
	padding: 2px;
	margin: 2px;
}
#button {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ffffff;
	color: #338dbf;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #112874;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 5px solid #ffffff;
		border-right: 5px solid #ffffff;
		background-color: #ffffff;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #e6e6e7;
		border-right: 5px solid #e6e6e7;
		background-color: #e6e6e7;
		color: #000000;
