@charset "utf-8";
/* CSS Document */

.style1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 42px;
   font-style: italic;
   color: #20238C;
}
.style2 {
   font-size: 24px;
   font-style: italic;
   /*color: #20238C;*/
   color: #412001;
}

#maindiv {
   width:890px;
   border: 0px solid #FFF;
   padding: 0;
   background-color: #FFFFFF;
}

#top_banner,
#top_bannerInt {
   width: 885px;
   height: 101px;
   background: #FFF url("/images/nexus_header.gif");
   text-align: left;
}
#top_bannerInt {
  background: #FFF;
}
#navbar {
   clear: both;
   width: 884px;
   height: 40px;
   text-align: left;
}

#navbar #navbar_items {
   height: 32px;
   border: 1px solid #666;
   border-bottom: 0;
   background: url("/images/bkgrnd.gif");
}

#navbar #navbar_items .nav,
#navbar #navbar_items .navselected {
   height: 32px;
   color: #FFFFFF;
}
#navbar #navbar_items .nav {
   background: url("/images/bkgrnd.gif");
}
#navbar #navbar_items .navselected {
  background: #134d98 url("/images/navon.if") repeat-x;
}
#navbar #navbar_items .nav A,
#navbar #navbar_items .navselected A {
  display: block;
  padding: 8px 20px 8px 20px;
  color: #FFF;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#navbar #navbar_items .nav A {
  background: transparent url("/images/navoff.gif") right repeat-y;
}
#navbar #navbar_items .nav A:hover,
#navbar #navbar_items .navselected A {
  background: transparent url("/images/navon.gif") right repeat-y;
}

#maindiv,
#maindiv_data {
  width: 885px;
  background-color: #FFF;
  text-align: left;
}
#maindiv {
   margin: 15px 0 15px 0;
   background-color: #FFFFFF;
}

#maindiv_data .box_on_right {
  width: 237px;
}

/* bottom area */

#bottom {
  width: 885px;;
  padding-top: 15px;
  height: 30px;
}
#bottom #left,
#bottom #right { 
  background-color: #FFF;
  color: #06C;
  font-size: 11px;
  font-family: arial;
}
#bottom #left {
  float: left;
  margin-left: 10px;
}
#bottom #right {
 float: right;
 margin-right: 10px;
}

.box_header,
.homeBoxWideTitle {
   height: 22px;
   padding: 5px 0 0 0;
   margin: 0px 0 0 7px;
}
.box_header {
  width: 224px;
  background: #a9abb0 url('/images/title_bkgrnd.gif') no-repeat top left;
}
.homeBoxWideTitle {
  width: 378px;
  background: #a9abb0 url('/images/home_box_title_back_wide.gif') no-repeat top left;
}
.box_header H1,
.homeBoxWideTitle H1 {
   padding: 0 0 0 20px;
   margin: 0 0 0 3px;
   color: #FFF;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
}
.box_data {
  width: 222px;
}
.homeBoxWide {
  width: 376px;
}
.box_data,
.homeBoxWide {
  background-color: #EEE;
  border: 1px solid #a9abb0;
  border-top: 0;
  margin: 0 0 0 7px;
  padding: 7px 0 15px 0;
}
.box_data UL,
.homeBoxWide UL {
  margin: 0;
  margin-left: 4px;
  padding-left: 20px;
}
.box_data UL LI,
.homeBoxWide UL LI {
  list-style: none;
  line-height:1.6;
  padding-left:13px;
    background:transparent url('/images/bullet_menu.gif') no-repeat;
    background-position:0 5px;
}
.box_data A,
.homeBoxWide A {
  font-weight: bold;
  display: block;
  padding: 3px;
  margin-left: 20px;
}
.box_data LI A,
.homeBoxWide LI A {
  font-weight: normal;
  padding: 3px;
  margin-left: 0;
}
.box_data .bottomLink A,
.homeBoxWide .bottomLink A {
  text-align: right;
  font-weight: normal;
  margin-right: 10px;
}

P, UL, LI, DIV, TD {
  font-family: arial, sans-serif;
	font-size: 11px;
	color:#58595b;
}

BODY {
  margin: 0 0 0 0;
	background-color: #EEE;
  font-family: arial, sans-serif;
	font-weight: normal;
}
IMG {
	border: 0;
}
A {
	color:#06C;
	text-decoration: none;
}
A:hover {
  color:#00F;
  text-decoration: underline;
}

.style3 {
   font-size: 15px;
   color: #000000;
   font-family: Georgia, "Times New Roman", Times, serif;
}

.style4 {
   font-size: 16px;
   color: #000000;
   font-family: Georgia, "Times New Roman", Times, serif;
}
.style5 {
   font-size: 16px;
   color: #000000;
   font-family: "Times New Roman", Times, serif;
}
B{
   text-decoration: underline;
}
