/* general tags */
body {
  padding: 0px; 
  margin: 0px; 
  border: 0px;
  background: #0a608d;
  color: #ffffff; 
  font: 14px Arial,Helvetica,sans-serif;
}
div, p, ul, h2, h3, img {
  padding: 0px; 
  margin: 0px;
  border: 0px;
}
ul {
  list-style-type: none;
}

/*** header ***/
#header {
  width: 778px; 
  height: 100px;   
  position: relative; 
  margin: 0 auto; 
  background: url(images/header_bg.gif) 0 0 repeat-x #0a608d; 
  color: #fff; 
  padding: 0px;
}
#header img.logo {
  width: 269px; 
  height: 37px; 
  position: absolute; 
  top: 52px; 
  left: 40px;
}
#header div.title {
  position: absolute; 
  top: 10px; 
  right: 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;    
}

/*** top menu ***/
#topmenu {
  width: 778px; 
  position: relative; 
  margin: 0 auto;
  padding: 0px; 
}
#topmenu ul {
  padding: 10px 0px;
}
#topmenu ul li {
  width: 100px; 
  display: block; 
  float: left;
  margin: 0px 5px;
}
#topmenu ul li a { 
  width: 100px; 
  display: block; 
  background: #bbe0e3;
  color: #000090;
  padding: 2px 0px;
  border-top: 1px solid #ffffff;  
  border-left: 1px solid #ffffff; 
  border-bottom: 1px solid #000000;   
  border-right: 1px solid #000000;   
  font: 14px Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  font-weight: bold; 
  text-align: center; 
  text-transform: uppercase;  
}
#topmenu ul li a:hover {
  background: #ffffff;
  color: #104080;
  text-decoration: none;
}
#topmenu ul li a.active {
  width: 100px; 
  display: block; 
  background: #70a0a0;
  color: #ffffff;
  padding: 2px 0px;
  border-top: 1px solid #000000;  
  border-left: 1px solid #000000; 
  border-bottom: 1px solid #ffffff;   
  border-right: 1px solid #ffffff;   
  font: 14px Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  font-weight: bold; 
  text-align: center; 
  text-transform: uppercase;  
}

/*** container ***/
#container {
  width: 778px; 
  position: relative; 
  margin: 0 auto; 
  padding: 30px 0px 10px 0px;
}

/* left column */
#leftColumn {
  width: 497px; 
  float: left; 
  padding: 0px 35px 30px 35px;
}
#leftColumn div.banner {
  width: 497px; 
  height: 60px;
  padding: 0 0 30px 0;
}
#leftColumn img.bannerLeft {
  float: left;
  padding: 0 0 0 20px;
}
#leftColumn img.bannerCenter {
  float: left;
  padding: 0 0 0 57px;
}
#leftColumn img.bannerRight {
  float: right;
  padding: 0 20px 0 0;
}

/* content */
#content { 
  width: 417px;
  background: url(images/box_top.gif) 0 0 no-repeat #ffffff; 
  color: #000000;
  position: relative; 
  margin: 0 0; 
  padding: 0px 40px 20px 40px;
}
#contentBottom { 
  width: 497px; 
  height: 20px;
  background: url(images/box_bottom.gif) 0 6px no-repeat #ffffff;
  color: #000000;
  position: relative; 
  margin: 0 0; 
  clear: both;
}
#content h1 {
  display: block; 
  width: 412px;
  font: 28px Georgia, "Times New Roman", Times, serif; 
  padding: 20px 0 0 0;
  margin: 0;
  border-bottom: 1px dotted #0000c0;
  background: transparent; 
  color: #0000c0; 
}
#content p {
  width: 412px;
  margin: 0;
  padding: 18px 0 0 0;  
  font-size: 14px; 
  text-align: justify;
}
#content p.center {
  width: 412px;
  margin: 0;
  padding: 18px 0 0 0;  
  font-size: 14px; 
  text-align: center;
}
#content .bigText {
  font-size: 18px; 
  font-weight: bold; 
  background: transparent; 
  color: #000099; 
}
#content .hilitedText {
  font: 20px Georgia, "Times New Roman", Times, serif; 
  font-weight: bold; 
  background: transparent; 
  color: #000099; 
}
#content ul {
  width: 412px;
  margin: 0;
  padding: 0;
}
#content li {
  background: url(images/arrow_small.gif) 0 9px no-repeat #ffffff;
  color: #000000;
  padding: 6px 0 0 10px;
}
#content div.link {
  width: 412px;
  margin: 0;
  padding: 0;
}
#content div.link a {
  display: block;
  background: url(images/arrow.jpg) 0 8px no-repeat #ffffff;
  color: #900000;
  padding: 6px 0 0 20px;
  text-decoration: none;
  font-weight: bold;
}
#content p.linkDesc {
  width: 392px;
  margin: 0;
  padding: 0 0 0 20px;  
  font-size: 14px; 
  text-align: left;
}
#content a:hover {
  text-decoration: underline;
}
#content div.title {  
  width: 412px;
  padding: 20px 0;
  margin: 0;  
}
#content img.left {
  height: 110px;
  margin: 0;
  padding: 0;
  float: left;
}
#content img.right {
  height: 110px;
  margin: 0;
  padding: 0 0 0 22px;
  float: left;
}
#content div.imageText {
  width: 412px;
  padding: 20px 0;
  margin: 0;  
}
#content div.imageText img {
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
}

/* right column */
#rightColumn { 
  width: 200px; 
  float: right; 
  padding: 0px 0px 30px 0px;
}
#rightColumn div.menu a.title { 
  width: 190px; 
  height: 20px;
  background: url(images/menu.gif) 0 0 repeat-x #0a608d;
  color: #ffffff;
  padding: 1px 0 0 10px;  
  font-size: 14px; 
  font-weight: bold; 
  text-transform: uppercase;
}
#rightColumn div.menu a { 
  display: block;   
  width: 180px; 
  margin: 0;
  padding: 3px 10px;
  border-top: 1px solid #0a608d;  
  font: 13px Arial, Helvetica, sans-serif;   
  font-weight: bold; 
  text-decoration: none; 
  background-color: #bbe0e3;
  color: #000090;
}
#rightColumn div.menu a.active { 
  display: block;   
  width: 180px; 
  margin: 0;
  padding: 3px 10px;
  border-top: 1px solid #0a608d;  
  font: 13px Arial, Helvetica, sans-serif;   
  font-weight: bold; 
  text-decoration: none; 
  background-color: #bbe0e3;
  color: #900000;
}
#rightColumn div.menu a:hover { 
}
#rightColumn a.banner { 
  display: block;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent;  
}
#rightColumn a.banner:hover { 
  text-decoration: underline;
}
#rightColumn .banner img { 
  border: 2px solid #66a;
  margin: 2px;
  padding: 0;
}


/* footer */
#footer { 
  width: 778px; 
  position: relative; 
  margin: 0 auto;   
  border-top: 5px solid #dedede;
  padding: 10px 0px 10px 0px;
}
#footer .footerText {
  display: block; 
  float: left;
  font-size: 10px; 
  font-weight: bold; 
}
#footer .footerLogo {
  display: block; 
  float: right;
  width: 50px; 
  height: 11px; 
  display: block; 
  background: url(images/arrow_small.gif) 52px 2px no-repeat #ffffff; 
  color:#4f4f4f; 
  border: 1px solid #dedede; 
  line-height: 11px;  
  font-size: 11px; 
  font-weight: bold; 
  text-decoration: none; 
  padding: 1px 0 0 10px;
  margin-left: 5px;
}
