/*
  name:		 6123.css 
  author:	 norman.vo@gmail.com
  about:	 stylesheet for personal use
  last edit: 06/april/2009
*/
body {
  background-image: url('../files/other/tile.gif');
  background-repeat: repeat;
  background-color: black;
  text-align: center;
  margin: auto;
  font-family:'Lucida Grande', Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
}
.content {
  width: 800px;
  background-color: white;
  border:10px solid white;
  min-height: 120px;
  margin:auto;
}
.w3c {
  border: none;
}
.space {
  margin-top:12px;
}
.top {
  background-image: url('../files/other/masthead.jpg');
  min-height: 150px;
}
.top h1 {
  font-size: 24px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 12px;
  color: white; /* #d73305; */
  margin:120px 0 4px 12px;
  display: inline;
  float: left;
}
.flashtop {
  height: 150px;
}
.flashtop h1 {
  visibility: hidden;
}
.topnav ul {
  margin-bottom: 0px;
  margin-left: -40px;
  list-style: none;
}
.topnav li {
  display: inline;
  margin: 2px 2px 0px 2px;
  margin-left: 0px;
}
.topnav li a {
}
li img {
  border:0;
  margin-top: 2px;
  margin-bottom: 6px;
}
li img:hover {
  margin-top: 0px;
  margin-bottom: 8px;
}
a, a:active, a:visited {
  text-decoration: none;
  color: gray;
}
a:hover {
  color: black;
}

.imgbox:hover {
	border-color: #0480d7;
	border-width: 2px;
	border-style: solid;
}
.imgbox {
  border: 2px solid black;
}

h3, h4 {
  margin-left: 24px;
  text-align: left;
}
h4 {
  margin-bottom: 12px;
  margin-right: 24px;
  margin-top: 32px;
  border-bottom: 1px solid gray;
}
p {
  margin-left: 24px;
  text-align: left;
}
.half {
  width: 190px;
  float: left;
  display: block;
  margin: auto;
  text-align: left;
}
.media {
  text-align: center;
  display: inline;
  width: auto;
  margin-bottom: 2px;
  margin-right: 24px;
}
.center_content {
  text-align: center;
  margin:auto;
  padding-bottom:8px;
}
.backtotop {
  text-align: left;
  border-top:1px solid gray;
  padding-top:4px;
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
}
.footer {
  font-size: 0.75em;
  text-align: right;
  width: 800px;
  margin: 4px auto 4px auto;
  color: white;
}