

* {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif;
}

body {
  background-color: #A6D8FB;
  background-image: url(images/1pxbg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

#wrapper {
  position: relative;
  width: 787px;
  text-align: left;
  margin-top: 21px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #4D9DD3;
  min-height: 600px;
}


#header {
  width: inherit;
  height: 62px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
}

#header a { width: 787px; height: 62px; display: block; }

#breadcrumb {
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: 40px;
}

#content {
  position: relative;
  font-size: 14px;
  margin: 20px 20px 20px 200px;
}

#topmenu-wrap {
  width: 737px;
  background-color: white;
  height: 25px;
  float: left;
}

#topmenu-img {
  width: 95px;
  background-color: white;
  background-image: url(images/btmclmn.jpg);
  background-repeat: no-repeat;
  height: 25px;
  float: left;
}
#topmenu {
  height: 25px;
  background-image: url(images/navbar-bg.gif);
  background-repeat: repeat-x;
}
#topmenu table {
  width: 630px;
  height: 25px;
  text-align: center;
  float: left;
}
#topmenu * td {
  line-height: 21px;
  border-right: 3px solid #FFFFFF;
}
#topmenu * {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
}
#topmenu * a {
  text-decoration: none;
}
#topmenu * a:hover {
  text-decoration: underline;
}
#topmenu-lastitem {
  border: 0px !important;
}
#topmenu-space {
  border: 0px !important;
  background-color: white;
}

#leftcolumn {
  position: absolute;
  top: 98px;
  left: 0px;
  width: 170px;
  border-right: 1px dashed;
  margin: 5px 0px 0px 20px;
}

.btmbrdr {
	border-bottom: 1px dashed;
	width: 128px;
}

#right {float: right; padding: 0px 0px 0px 10px;}

#footer {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 11px;
}

#breaker {
  clear: both;
}



p {
  margin-bottom: 10px;
  color: #333333;
  line-height: 18px;
}
a {
  color: #4D9DD3;
}
a:hover {
  color: #4D9DD3;
}

h1 {
  font-family: serif;
  color: #4D9DD3;
  font-size: 18px;
  margin-bottom: 10px;
}
h2 {
   font-family: serif;
  color: #4D9DD3;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

h3 {
   font-family: serif;
  color: #4D9DD3;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 5px;
}


/* Additional styles for #leftcolumn */
#leftcolumn {
  color: #4D9DD3;
  font-size: 11px;
  line-height: 16px;
}
#leftcolumn p {
  text-transform: none;
  font-weight: bold;
}
#leftcolumn * {
  list-style-type: none;
}
#leftcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}
#leftcolumn * a {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}
#leftcolumn * a:hover {
  text-decoration: underline;
  font-weight: bold;

}


/* Additional styles for #content */
#content ol li {margin-left:25px;padding-left:0px; color: #555555;}
#content ol {margin-bottom: 10px;}
#content ul li {list-style:disc;margin-left:25px;padding-left:0px; color: #555555;}
#content ul {margin-bottom: 10px;}
#content blockquote {margin-left:25px;padding-left:0px;}
.entry blockquote {margin-left:45px;padding-left:0px;}

/* Miscellaneous */
.navmenbottom ul li {
  font-weight:bold;
  line-height: 18px;
}

.w3button {
	text-align: center;
	border: none;
}
