/* backgroundcolor */
body {
  	margin:0;
  	padding:0;
  	background:#2b2f47;
 	font:small Verdana,Sans-serif;
 	line-height:1.6em;
 	text-align:center;
 	height:100%;
 	min-height:100%;
  	}
 
html {
	height: 100%;
	min-height:100%;
	overflow: -moz-scrollbars-vertical;
	}
/*foregroundcolor*/
.container {
  	background-color: #c0d6ef;
  	width:638px;
  	margin:0 auto;
  	text-align:left;
  	position:relative;
	height:100%;
	min-height:100%;
  	}
#content {
  float:left;
  width:626px;
  border:solid #000000;
  padding: 6px;
  border-width: 6px 0 0px 0;
  background-color: #c0d6ef;
  }

/* =Header
----------------------------------------------- */
#header {
  background-repeat:no-repeat;
  background-image:url(img/banner1.jpg);
  float:left;
  width:638px;
  height:200px;
  
  }
/* =Nav
----------------------------------------------- */
#nav {
  float:left;
  width:100%;
  border:solid #000000;
  border-width:0px 0px 6px;
  }
#nav ul {
  margin-top:0; 
  margin-bottom:0;
  margin-left: 0; 
  list-style: none;
  font-size:11px;
  text-transform:lowercase;
  padding-left: 0px
  }
#nav li {
  float:left;
  margin:0 0 0 0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong, .jb {
  display:block;
  padding:10px 10px 10px 10px;
  color:#1c1d1d;
  font-weight: bold;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#57729d;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
/* =Structure
----------------------------------------------- */

#menucol {
  float:left;
  width:158px;
  font:11px Verdana,Sans-serif;
  }
#menucol strong {
  color: #CD3333;
  }
#maincol {
  float:right;
  width:450px;
  font:11px Verdana,Sans-serif;
  }
#maincol2 {
  float:right;
  width:484px;
  padding:3px;
  font:11px Verdana,Sans-serif;
  }
body,td,th {
	font-size: 11px;
}
a:link {
	color: #117BA2;
}
a:visited {
	color: #59595A;
}


