body {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: -30px;
}

h1, h2, h3, h4 {
	color: #0066FF;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	padding-top: 2px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 2px;
}


h3 {
	font-weight: normal;
	font-size: 16px;
}

div#header {
	height: 60px;
  margin-bottom: 50px;
}

div#header .header_text {
	font-size: 30px;
	margin-left: 30px;
	padding-top: 20px;
	color: white;
}

div#wrapper {
  width: 800px; 
  margin: 0 auto;
}

div#navcontainer {
  float: left;
  width: 20%; 
}

ul#navlist {
  margin: 0;
  padding: 0;
  font-family:  sanserif;
	
}

ul#navlist li {
  list-style: none;
  margin: 0px;
  padding: 0px; 
}

div#content_main {
	border-left: 2px solid  #0099FF;
  float: left; 
  width: 70%; 
  padding-left:5%
}

div#footer {
	margin-top: 50px;
	border-top: 2px solid  #0099FF; 
}

div.page_title {
	text-align: left;
}

.clear {
   clear: both; 
}

.errorlist {
	list-style: none;
	color: red;
	padding: 0;
	margin-bottom: 0px;
}


table.form th {
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 5px;
	
}
 