body{
	padding:10px 0 0px 0;
	margin:0;
	background-color: #e3e3e3;
	color:#333333;
  font-size: 16px;                   
  font-family:  Verdana, Arial,Tahoma;
}
div, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

a, a:visited {
  color: #3a87d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #d51007;
  font-size: 110%;
  padding-top: 5px;
  background: url('img/horl.gif') left top repeat-x;
}

h2 {
  font-size: 105%;
}
h3 {
  font-size: 105%;
  color: #ffffff;

}

#pageHolder {
	width:1074px;
	margin:0 auto;
}

.topmenu {
  list-style: none;
  margin-top: 15px;
  text-align: center;
  color: #FFFFFF;

}

.topmenu li {
  display: inline;
 color: #FFFFFF;

}

.topmenu a, .topmenu a:visited, .topmenu a:link, .topmenu a:active {
  color: #FEFEFE;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 4px;
}

.topmenu a:hover {
  text-decoration: underline;
}

.content {
  margin: 5px 0px;
  border: 7px solid #cccccc;
  background-color: #ffffff;
  width: 1060px;

}

.content td {
  padding: 1px;
}

.content .column {
  width: 330px;
  background: #f3f3f3 url('img/col_bg.gif') repeat-x;
  border-left: 5px dotted #bdbbbb;
}

.bottom {
  margin: 5px 10px;
}

.copyright {
  border-top: 1px solid #cccccc;
  color: #696969;
  font-size: 75%;
  padding-top: 10px;
}
