body {
  background: #FFF;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#header {
  background: #0b205e;
  clear: left;
  width: 960px;
  height: 100px;
  margin: 0 auto;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #CCC;
}
#navbar {
  background: #FFF;
  width: 960px;
  height: 30px;
  margin: 0 auto;
}
#menu {
	background: #0b205e;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #0b205e url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #0bb4df;
	color: #fff;
	padding-bottom: 8px;
}
body#pm a#pmmenu,
body#cons a#consmenu,
body#is a#ismenu,
body#wd a#wdmenu,
body#au a#aumenu,
body#cont a#contmenu {
    background: #0bb4df;
	color: #fff;
}
#spacer {
  background: #0bb4df;
  width: 960px;
  height: 8px;
  margin: 0 auto;
}
#content {
  background: #FFF;
  width: 930px;
  height: 410px;
  margin: 0 auto;
  overflow: auto;
  padding: 15px;
}
#contentmain {
  background: #FFF;
  width: 650px;
  height: 410px;
  margin: 0 auto;
  overflow: auto;
  float: left;
  padding-right: 15px;
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #0b205e;
}
#contentmain h1{
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 24px;
  color: #0b205e;
}
#contentmain h2{
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 18px;
  color: #0b205e;
}
#contentright {
  background: #FFF;
  width: 249px;
  height: 410px;
  margin: 0 auto;
  overflow: auto;
  float: right;
  border-left: 1px solid #CCC;
  padding-left: 15px;
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #0b205e;
}
#contentright h1{
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 24px;
  color: #0b205e;
}
#contentright h2{
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 18px;
  color: #0b205e;
}
#footer {
  background: #0b205e;
  clear: left;
  width: 960px;
  height: 35px;
  margin: 0 auto;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #CCC;
}

