body {
  background: #ffffFF;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left; }

h1, h2, h3, h4, h5 {
  font-size: 13px;
  color: #333;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 14px; }

h4, h5 {
  font-size: 11px; }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left; }

a {
  color: #3b5998;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

select {
  border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  padding:2px;
}

td,
td.label {
  font-size: 11px; 
  text-align: left; }

.wbr { display: block; float:left; }

table.bluebox {	
	border-width: 3px 1px 3px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #3b5998 #3b5998 #3b5998 #3b5998;
	border-collapse: collapse;
}
	
table.bluebox td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #3b5998 #3b5998 #3b5998 #3b5998;
}

table.blanky {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
}

table.blanky td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

table.compact {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
}

table.compact td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navbar {
  margin-bottom: 1px;
}
ul.primarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #d8dfea;
  border-top: 1px solid #d8dfea;
  float: left;
  list-style: none;
  width: 100%;
  background: #3b5998;
}
ul.primarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  border-right : #ffffff solid 1px;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 4px 4px 4px 4px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #5b79B8;
  text-decoration: none;
}
ul.primarynav li.home {
  border-right : #ffffff solid 1px;
  background : #000000;
}
