/* ATLASS main site stlye sheet 1 */
body {
    background-color: #FFF;
    font-family: Arial;
    text-align: center;
    min-width: 779px;
	}
#wrapper {
  background-color: #FFF;
  width:  779px;
  text-align: left;
  margin: 0 auto;
}
#content {
  background: #fff;
  width: 579px;
  float: right;
  padding: 20px 10px 0 0;
  text-align: justify;
}
#header h1 {
    display: block;
	background: transparent url(../images/atlass-logo.gif) no-repeat top center;
    margin: 0 auto;
	width: 779px;
	height: 143px;
	}
#header h1 span {
	display:none
	}
h1:first-letter {
    color:#04A9FE;
    font-size: 45px;
}
h1 {
  color: #7FB61A;
  padding-left: 60px;
  font-weight: normal;
}
h2:first-letter {
    color:#04A9FE;
    font-size: x-large;
    font-style: italic;
}
h2 {
  color: #7FB61A;
  font-style: italic;
  padding-left: 70px;
  font-size: large;
}
p {
   text-align: justify;
   padding: 0px 20px 0 20px;
   color: #663300;
   font-family: Arial;
}
.contentlist {
    list-style: disc url(../images/whole1.gif) inside;
    text-align: left;
    margin: 30px 100px 0px 100px;
	padding: 0;
    color: #663300; 
}
.contentlist li {
 margin-bottom: 10px;
}
#footer {
  color: #663300;
  word-spacing: 5pt;
  padding-top: 40px;
  margin: auto;
  font-size: small;
}
#footer a {
  color: #04A9FE;
  text-decoration: none;
}
.clear {
clear: both;
}
.hide {
display: none
}
.tagline {
color: #666699;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-family: Arial;
font-size: large;
font-style: italic;
font-weight: bold;
}
.sig {
color: #666699;
margin-top: 10px;
text-align: right;
margin-right: 30px;
font-family: Arial;
font-size: medium;
font-style: italic;
font-weight: bold;
}
/* below is the code for the tabs */
ul.obtabs {
  margin-left: 20px;
    list-style: none;
}
ul.obtabs li {
    float: left;
    display: inline;
    margin-left: 15px;
    width: auto;
}
html>body ul.obtabs span {
    display: block;
}
ul.obtabs li.current {
    border-bottom: 1px solid #04A9FE;
}
ul.obtabs a {
    color: #7FB61A;
    text-decoration: none;
}
/*
[IF IE].ul.obtabs li:first-letter {
  color: #04A9FE;
  font-size:x-large
  }
  */
ul.obtabs li:first-letter {
  color: #04A9FE;
  font-size:x-large
  }
ul.obtabs li:hover {
    text-decoration: underline;
}
ul.obtabs li.current:hover {
    text-decoration: none;
}
/* end tabs from new atlass */