body {
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size: 1em;
        line-height: 1.2;
	color: #444444;
	text-align: center;
}

.doNotDisplay {
  display: none;
}

h1 {
	color:#2a65ad;
	font-family:"Century Gothic", sans-serif;
	font-size:1.8em;
	text-transform:lowercase;
        margin-bottom: 25px;
}

a {
	color:#4D87CE;
}

h2 {
	color:#2a65ad;
}

#header {
	background-color: #FFFFFF;
}

#headerlink a {
	color:#2a65ad;
}

#headerlink a:hover {
	color:#2a65ad;
}

#headerlink a:visited {
	color:#2a65ad;
}

#navigation {
        display: none;
}

#content {
        text-align: left;
}

#footer {
	background-color: #FFFFFF;
	text-align:center;
	font-size: .8em;
        line-height: 1;
}

#footer img {
        display: none;
}