body
{
	margin: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	text-align: center;
}

a, a:active, a:visited
{
	color: #00468e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 a:hover
{
  text-decoration: none;
}
h1
{
	font-size: 16px;
  color: #00468e;
}
h2
{
	font-size: 14px;
  color: #00468e;
}
h3
{
  font-size: 12px;
  color: #00468e;
}
h4
{
  font-size: 12px;
}

p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.center
{
  text-align: center;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.wrapper
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	text-align: left;
	margin-bottom: 1px;
	padding: 10px 20px 10px 20px;
	background: #264389;
	color: #ffffff;
}
.header table
{
  margin: 0px;
  border: 0px;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  color: #ffffff;
  font-size: 12px;
}
.header table td
{
  padding: 0px;
  border: 0px;
}
.header .logo
{
  width: 200px;
  border-right: 1px solid #ffffff;
}
.header .logoPrint
{
  display: none;
}
.header .headerMotto
{
  padding-left: 30px;
  padding-right: 10px;
  vertical-align: bottom;
}
.header .headerMotto h3
{
  font-size: 26px;
	margin-bottom: 0px;
	font-weight: normal;
  color: #ffffff;
}
.header .headerMotto h4
{
  font-weight: normal;
  margin-bottom: 0px;
	font-size: 16px;
}

.userBar
{
  background: #f0f0f0;
  border-bottom: 1px solid #00468e;
  text-align: left;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  margin-bottom: 1px;
  text-align: center;
}
.userBar .date
{
  font-size: 10px;
  float: left;
}
.userBar .loginInfo
{
  float: right;
  text-align: right;
}
.userBar .loginInfo .userLinks
{
  float: right;
  font-size: 10px;
  list-style-type: none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  margin-bottom: 10px;
}
.userBar .loginInfo .userLinks li
{
  display: inline;
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
}

.content
{
	text-align: left;
}
.footer
{
	margin-top: 10px;
	font-size: 10px;
	padding: 10px 20px 10px 20px;
	background: #264389;
	color: #ffffff;
}
.footer a, .footer a:active, .footer a:visited
{
	color: #ffffff;
}

.section
{
  margin-bottom: 20px;
  border-top: 1px solid #00468e;
}
.section h2
{
  color: #00468e;
  font-size: 16px;
}

.triQuartColumn, .doubleColumn, .quadColumn
{
  overflow: hidden;
  float: right;
}
.marginRight
{
  margin-right: 4px;
  float: left;
}
