/****** Menu *******/
.navigation {
  font: 1.14em "Trebuchet MS" Verdana, Arial, sans-serif;
  /*border-top: 2px solid #8fc9ff;
  border-bottom: 2px solid #8fc9ff;*/
  border-bottom: 3px solid #0c2477;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  background-color: #0c2477;
  background: url(images/button-bg-2.png) repeat-x;
}
.navigation li {
  line-height: 1.95em;
  margin: 0;
  padding: 0;
  display: inline;
}
.navigation a {
  color: #001288;
  background-color: transparent;
  font-weight: bold;
}
.navigation a:hover {
  color: #001288;
  background-color: transparent;
  text-decoration: underline;
}
.navigation .tab {
  /*color: #001288;*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1.0em 0.8ex 1.0em;
}
.navigation a.tab:hover {
  /*color: #0c2477;
  //background-color: #fff;
  text-decoration: underline;
  //border: 2px solid #0c2477;
 // border-bottom: 2px solid #fff;
	font-style: italic;*/
	color: #fff;
	text-shadow: #fff 0px 0px 10px;
	text-shadow: #fff 0px 0px 20px;
}
.navigation .highlighted {
  color: #0c2477;
  background-color: #fff;
  text-decoration: none;
  /*background: url(images/button-bg-2.png) repeat-x;*/
  border: 2px solid #0c2477;
  border-bottom: 2px solid #fff;
}

/****** Layout  ********/
* {
    padding: 0;
    margin: 0;
} 
body {
	color: #001288;
    background: #8fc9ff;
	font: 0.80em  Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	margin: 0px auto;
	width: 810px;
	background: #fff url('images/midbrd.gif');
	background-repeat: repeat-y;
}
#top { 
	background: #fff url('images/topbrd.gif');
	height: 45px;
}
#content {
	padding: 0 40px 0 40px;
	position: relative;
}
#bottom {
	background: #fff url('images/botbrd.gif');
	height: 45px;
	text-align:center;
}
h1 {
margin-top: 1.174em;
font-size: 40px;
font-style: italic;
margin-top: 13px;
margin-bottom: 5px; 
text-shadow: #666 5px 5px 10px;
}

.before {
float: left;
}
.after{
float: right;

}
.clear {
width:100%;
overflow:hidden;
} 

.canvas {
	text-align:center;
	margin-bottom: 1.174em;
	border: 1px solid #888;
	padding: 1px;
	background: #f4f4f4;
	margin: 20px auto;
}
.canvas img {
border: 1px solid #888;
}

.buytable {
	padding: 5px 20px 5px 20px;
}
