body {
  margin: 0;
  text-align: center;
  font: 11px verdana, arial, sans-serif;  
  line-height: 130%;
  color: #000000;
  background: #000191 url(images/bg_body.jpg) repeat-y top center;
}

p { 
  padding-top: 5px !important;
  padding-top: 3px;
  padding-bottom: 5px !important;
  padding-bottom: 5px;
}

a {
  color: #0000a2;
}

a img { border: 0; }

a:visited {
  color: #0000a2;
}

a:hover {
  color: #0000ff;
}

#nav ul {
  padding: 10px;
}

#content ul li {
  list-style-image: url(images/li_bullet.gif);
}

blockquote {  
  font: 20px "Century Gothic", Arial, sans-serif;
  margin: 0;
} 

blockquote span {
  display: block;
}

.thin {
  line-height: 140%;
  font-size: 13px;
}

.homepage {
  line-height: 140%;
  font-size: 12px;
}

/***************************************************
 Page Content
 ***************************************************/
#b-navbar {
   height:0px;
   visibility:hidden;
   display:none
   }  
   
#header {
  width: 100%;
  height: 71px;
  background: #000191 url(images/under_nav.jpg) no-repeat top center;
  text-align: center;
}

#nav {
  width: 920px;
  margin: 0 auto;
  padding-top: 14px;
}

#content {
  clear: both;
  width: 920px;
  margin: 0 auto;
  text-align: left;
}

#image {
  float:left;
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 488px !important;
  width: 498px;
  padding-right: 10px;
  background: url(images/under_main.gif) repeat-x;
  vertical-align: top;
}

#sideBarText {
  width: 450px !important;
  width: 480px;
  padding: 40px 15px 10px 17px;
}

#missing {
	width: 360px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	margin: 0;
	}
	
#missing h1 {
	font-size: 180%;
	font-weight: bold;
	}

#missing p {
	font-size: 12px;
	margin: 0px;
	padding-left: 8px;
	font-weight: bold;
	line-height: 130%;
	}

#missing ol {
	font-size: 11px;
	margin-left: 0px;
	padding-left: 27px;
	font-weight: normal;
	line-height: 120%;
	}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  margin:0 auto;
  padding: 25px 20px 10px 20px;
  color: #484848;
  font-size: 11px;
  text-align: center;
}

#footer p {
  padding-top: 10px;
}

#footer a {
  color: #484848;
}

#footer a:hover {
  color: #000000;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  margin: 0 0 10px 10px;
  border: 2px solid #0E1233;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}
