body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/backgroupbar.png);
	background-repeat: repeat-x;
	
}
#container   {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
}
#headerTop {
	background-position: center top;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/backgroupbar.png);
	background-repeat: no-repeat;
}
#headerNav {
	padding: 0;
	margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 24px;
	background-color: #3892a8;
	width: 1000px;
	height: 54px;
	display: block;
	text-align: center;
}
#headerNav ul {
    display: inline-block;
	list-style: none outside none;
    margin: 0;
}
#headermenu  {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#header_shop {
	background-position: center top;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#nav, #nav ul   {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1px;
	background-position: center;
}
#nav a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration: none;
	background-position: center;
}

#nav a:hover {
	background-color: #8FBBC3;
}

#nav li {
	background-color: #3892A8;
	float: left;
}

#nav .topLevel, #nav .topLevelSelected {
	line-height: 14px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#nav .topLevelSelected {
	background-color: #8FBBC3;
}
#nav .topLevelSelected:hover {

}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	background-color: #D4D4D4;
	padding: 20px 20px;
	width: 960px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mainContent #booktable  #table{
	padding: 0;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #97C6CF;
}
#footer  {
	padding: 0;
	background-color: #8FBBC3;
	width: 1000px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #74400D;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color: #B3722D;
	text-decoration: underline;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
}

a {
	color: #276878;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
	color: #3AA6DA;
}

form {
	background-color: #8FBBC2;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #2F7E91;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #3E8697;
}
.headertop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #3892A8;
	color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #8FBBC2;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #8FBBC2;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}
.fltleft {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
.fltrgt {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #3892A8;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #97C6CF;
	color: #3892A8;
	font-weight: bolder;
	font-size: medium;
}
.quotetext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #97C6CF;
	color: #000;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
	margin: 5px;
	padding: 10px;
	border: medium double #3892A8;
	line-height: 16px;
	font-variant: normal;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.menu {  background-image: url(../images/roadbackground.gif); background-repeat: repeat-x; background-position: center}
.text {  font-family: Arial; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none}
.textbig {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}
.textimage {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top
}
.highlight {
	font-weight: bold;
	color: #2F7E91;
}
.boldsign1 {
	color: #FFFF00;
	background-color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boldesq {
	color: #0090CE;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

