﻿html, body {margin:0px; padding:0px; background:#eee; font-family:verdana; font-size:12px;}
/* The header and footer */
.logo {
	display: block;
	height: 125px;
	background: #660000;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 30px;
}

/* This bit does all the work */
.navBar {
	display: block;
	height: 25px;
	background: #669999;
	text-align: center;
	padding: 5px;
	border: thin solid #000000;
	vertical-align: bottom;
}
#wrapper {
	position: relative;
	display: block;
	background: #FFFFFF;
	border-left: 200px solid #aa8;
	border-right: 200px solid #a8a;
	border-right-color: #BFE2D0;
	border-left-color: #BFE2D0;
	border-right-width: 230px;
	border-left-width: 230px;
}
#inner {
	display: block;
	margin-left: -230px;
	margin-right: -230px;
	padding: 5px;
}
#left {
	padding: 10px;
	float: left;
	position: relative;
	width: 210px;
	left: 0px;
}
#right {
	padding: 10px;
	float: right;
	position: relative;
	width: 210px;
	right: 0px;
}
#center {
	padding: 10px;
	margin-left: 230px;
	margin-right: 230px;
	position: relative;
	display: block;
	height: 1%;
	text-align: justify;
	line-height: 125%;
}
.clear {clear:both;}

.navFoot {
	display: block;
	height: 40px;
	background: #669999;
	text-align: center;
	padding: 5px;
}
.footer {
	display: block;
	background: #660000;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}
.navSidebar {
	text-align: left;
	font-family: Geneva, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight:bold;
	list-style-type: square;
	margin-left: 0px;
	margin-right: 20px;
	color: #333333;
	text-decoration: none;
	
}
.navSidebar a:link {
	color: #000000;
	text-decoration: none;
}
.navSidebar a:visited {
	text-decoration: none;
	color: #666666;
}
.navSidebar a:hover {
	color: #999999;
}
.navSidebar a:active {
	color: #660000;
}
a, a:visited {
	color: #660000;
	text-decoration: none;
	
}
a:hover {
	background-color: #BFE2D0;
}

	h3 {
	font-style: normal;
	color: #333333;
	font-size: medium;
}
TD.mincart {
	font-size: 10px;
	font-family : Verdana;
	background-color: #BFE2D0;
	}
P.mincart {
	font-size: 10px;
	font-family : Verdana;
	}
TABLE.cobtbl{
background-color: #660000;
}
TD.cobhl{
background-color: #669999;
}

TD.cobll{
background-color: #BFE2D0;
color : #660000;
}
h5 {
	color: #669999;
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	line-height: 100%
	}
dt {
	font-weight: bold;
}
.formborder {
	border:thin solid #660000;
	padding: 10px;
	}
