html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body {
  background-color: #dadada;
  background-image: url(images/bk_body.gif);
  color: #333333;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 20px 0 20px 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 18px;
}

h2 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 16px;
  }
 h2.blog {
  color: #333;
  padding-bottom: 2px;
  }

a,  a:link {
  color: #003399;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

a:focus {
  color: #666666;
  -moz-outline-style: none;
}

a:active {
  color: #666666;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 960px;
}
#outerWrapper #header {
  background-color: #fff;
  float: left;
  width: 300px;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 10px 0px 10px; 
}


#outerWrapper #topNavigation {
  float: right;
  width: 620px;
  background-color: #fff;
  height: 60px;
  padding: 30px 0px 10px 10px; 
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fff;
  background-image: url(images/vertical_line.gif);
  background-repeat: repeat-y;
  float: right;
  padding: 10px 20px 10px 30px;
  width: 300px;
}

#outerWrapper #contentWrapper #content {

  margin: 0 370px 0 0; 
  padding: 10px 30px 10px 30px; 
  min-height:300px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  padding: 10px; 
  text-align: center;
  font-size: 11px;
 }

/*----------------secondary pages layout--------------*/

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 280px;
  
}
#outerWrapper #contentWrapper #content2nd {
  background-image: url(images/vertical_line.gif);
  background-repeat: repeat-y;
  margin: 0 0 0 300px;
  padding: 10px 30px 10px 30px;
}

/*-------------------*/

/*----------------navigation----------------*/

#tabsF {
      float:right;
      width:100%;
      background:#fff;
	  color: #2a2a2a;
      font-size:80%;
	  letter-spacing: 1px;
      line-height:normal;
	  }
    #tabsF ul {
	  margin:0;
	  padding:10px 30px 0 0px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:right;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 18px;
      text-decoration:none;
      }
    #tabsF a span {
      float:right;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:13px 18px 11px 3px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      color: #003399;
      }
    #tabsF a:hover span {
      color: #003399;
      }
/*------------------end navigation---------*/

.aboutphoto
{
padding: 10px 46px 10px 46px;
}
.blogphoto
{
float: left;
padding-right: 10px;
}
ul.none1
{
list-style-type: none;
font-size: 14px;
}

ul.none2
{
list-style-type: none;
font-size: 12px;
}

.clear
{
clear: both;
}

#pscroller2{
background-image: url(images/bk_ticker.gif);
background-repeat: no-repeat;
margin-left: 30px;
width: 900px;
height: 16px;
padding: 10px;
font-weight: bold;
color: #003399;
}

#pscroller2 a{
text-decoration: none;
}

.right
{
float: right;
}