/* CSS Document */
body {
	background-color:#072B83;
	text-align:center;
	font-family:Arial;
	font-size: 12px;
}

form {
  padding: 0;
  margin: 0;
}

#container {
  width:764px;
  margin: 35px auto;
}

#toplinks {
  color:#FFFFFF;
  height:28px;
}

#banner {
  background-color:#FFFFFF;
  border:6px solid #AAAAAA;
}

#content {
  background-color:#FFFFFF;
  border:6px solid #AAAAAA;
  border-top:0px;
  text-align:left;
  overflow:hidden;
}

#subcontent {
  background-color:#FFFFFF;
  border:6px solid #AAAAAA;
  border-top:6px solid #AAAAAA;
  text-align:left;
  overflow:hidden;
  padding:10px;
}

#leftcontent {
  width:331px;
  height:750px;
  float:left;
  padding-right:10px;
}

#contenttable td {
  vertical-align:top;
  padding:5px;
  font-size:9pt;
}

#ie6hack { /* Hack for IE 6 to make sure the container div stretches to the full height of the contents  */
  clear:both;
}

#bottomlinks {
  color:#FFFFFF;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #072B83;
}

.subhead {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #072B83;
}
.smalltext {
	font-family: Arial; 
	font-size: 10px;
}
