body {
	background: #e3e7ea;
	margin: 20px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

b {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

p {
	color: #000000;
	text-align: left;
	font-size: 13px;
}

a:link, a:visited {
	color : #fff;
	text-decoration : underline;
	font-weight: normal;
}

a:hover, a:active {
	color : #000;
	text-decoration : underline;
	font-weight: normal;
}

h1 {
	color: #000000;
	text-align: left;
	font-size: 12px;
}

h2 {
	color: #fff;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#wrapper {
	border: 1px solid #6d6d6d;
	background: #ffffff;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	background: #0769cc;
	border-top: 1px solid #0452a1;
	height: 88px;
}

#title {
	font-size: 24px;
	float: right;
	padding-right: 10px;
	color: #FFFFFF;
	}

#slogan {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	float: right;
	text-align: right;
	display: inline;
	padding-right: 10px;
}

#menu {
	background: url(images/menu_bg.gif) repeat-x;
	height: 30px;
}

#menu2 {
  display:table;
  border-spacing: 0px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  font: 13px/26px "Lucida Grande", verdana, sans-serif;
  }
  
#menu2 li {
  display:table-cell;
  }
  
* html #menu2 li {
  float:left;
  vertical-align:top;
  }
  
#menu2 a {
  width:auto;
  display:block;
  padding:0px 16px;
  color:#000; 
  background: url(images/menu_bg.gif) repeat-x;
  text-decoration:none;
  border-left: 1px solid #A8B090;
  }
  
* html #menu2 a {
  float:left;
  }
  
#menu2 a:hover {
  color:#800;
  font: 15px/30px;
  background: url(images/menu_over.gif) repeat-x;
  }
  
  #menu2 li#active 
{
background: url(images/menu_over.gif) repeat-x;
}

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}


#content {
	background: #0769cc;
	color: #000000;
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #0452a1;
	font-size: 12px;
	}
	
#footer {
	color: #4c4c4c;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}


.black {
	color: #000000;
}

