body, p, br, tr, td, div, li, input, textarea, submit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
 body {
	padding: 0px;
	margin: 0px;
    background: url(../images/bg.gif);
}
a:link, a:visited {
  color: #200061;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


#container {
  background-color: #0000c2;
  border: 1px solid #3781BE;
}
#header {
  background-color: #F1F4FC;
  border-bottom: 1px solid #3781BE;
  height: 150px;
}
#top_nav {
  width: 255px;
  height: 23px;
  list-style: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
}
#top_nav li {
  height: 23px;
  float: left;
}
#top_nav li a:link, #top_nav li a:visited {
  height: 20px;
  /*line-height: 23px;*/
  padding-top: 3px;
  width: 83px;
  display: block;
  background: url(../images/top_nav_bg.gif);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  margin: 0 2px 0 0;
}
#top_nav li a:hover {
  color: #000000;
  background: url(../images/top_nav_bg_on.gif);
}
.nav_cols {
 background: url(../images/nav_bg.gif);
 width: 202px;
}
#content {
 padding: 15px;
 width: 564px;
 border-left: 1px solid #3781BE;
 border-right: 1px solid #3781BE;
}
.nav_cols2 {
  width: 192px;
  margin: 0 4px;
  text-align: left;
}
.blue16 {
  font-size: 16px;
  color: #2D5787;
}

/*   LEFT-RIGHT NAVIGATION   */
.nav {
  width: 182px;
  margin: 20px 0 0 4px;
  background-color: #3781BE;
  list-style: none;
  padding: 2px 0 1px 2px;
}
* html .nav {
  padding: 2px 0 0 2px;
}

.nav li a:link, .nav li a:visited {
  width: 178px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #E4EBF4;
  text-indent: 29px;
  background: url(../images/nav_arrow.gif) 12px no-repeat;
  text-decoration: none;
  display: block;
  color: white;
  font-weight: bold;
  margin-bottom: 2px;
}
.nav li a:hover {
  background: #E4EBF4;
  color: #3781BE;
  border: 1px solid #3781BE;
  text-indent: 12px;
}

.addr {
  width: 161px;
  margin: 0 0 10px 13px;
  color: black;
  font-size:12px;
  font-weight: bold;
  background: #E4EBF4;
  border: 1px solid #3781BE;
  padding: 6px;
  line-height: 14px;
}
#footer {
  background: #3781BE;
  height: 50px;
  line-height: 50px;
  color: #0000c2;
  font-size: 11px;
  text-align: center;
}
.news {
  list-style: none;
  background: url(../images/news_dots.gif) bottom repeat-x;
  padding: 0;
  margin: 0 0 20px 0;
}
.news li {
  padding: 3px 0;
}
.news .links {
  height: 14px;
  line-height: 14px;
}
.news .txt {
  line-height: 16px;
  padding: 3px 0 6px 0;
}


.data {
  width: 95px;
  text-indent: 20px;
  height: 14px;
  line-height: 14px;
  background: url(../images/calendar.gif) left no-repeat;
  color: #FF6705;
  font-weight: bold;
  font-size: 12px;
  float: left;
}
.PN {
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
}

#paging {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
}

#paging a:link, #paging a:visited {
  padding: 0 6px;
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  font-size: 12px;
  background-color: #E4EBF4;
  border: 1px solid #CFD9E6;
  color: #2D5787;
  display: inline-block;
  margin: 0 2px;
}

#paging a:hover {
  background: #2D5787;
  border: 1px solid #2D5787;
  color: white;
}









