@charset "utf-8";

body {
	color: #000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

a:hover {
  text-decoration: underline
}

a:link, a:visited, a:active {
  color: #03F;
  text-decoration: none;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px
}

h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px
}

img {
  border: 0
}

#header {
  width: 100%;
  height: 130px;
  background: url("/images/header.gif") no-repeat
}

#nav {
  width: 100%;
  height: 30px;
  border-top: 1px solid #fff
}

#nav li {
  list-style: none;
  display: inline
}

#nav li a {
  padding: 0 5px;
  margin: 0 2.5px;
  color: #fff;
  font-weight: 700
}

#nav ul {
  margin: 6px 0 0 0;
  padding: 0;
  border-right-width: 1px;
}

#footer p {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}

#footer a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #3399CC;
}
td.columns {
	padding-top: 5px;
	padding-left: 8px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
	list-style-type: circle;
}

