.center {text-align: center;}
.red {color: red;}
img.center {display: block; margin: auto;} 

body {background: url(../images/background.jpg) fixed center;}

#maincontainer {
   position: relative;
   margin: auto;
   width: 960px;
   padding: 15px 0px 15px 0px;
}

#headercontainer {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0px 20px;
  width: 920px;  
  background-color: #FFFFFF;
}


#topcontainer {
  position: relative;
  z-index:9999;
  overflow: visible;
  padding: 0px 20px 10px 20px;
  width: 920px;
  background-color: #FFFFFF;
}

#middlecontainer {
  position: relative;
  padding: 10px 20px 0px 20px;
  position: relative;
  clear: both;
  width: 920px;
  background-color: #FFFFFF;
}

#bottomcontainer {
  clear: both;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  width: 920px;
  background-color: #FFFFFF;
}

#bottomcontainer p {
  font-family: arial;
  font-size: 10px;
  text-align: center;
  margin: 0;/* to remove extra spacing in Firefox */
  padding: 0px 0px 5px 0px;
}

#bottomcontainer .left {width: 250px; align: bottom;}
#bottomcontainer .middle {width: 400px; vertical-align: bottom;}
#bottomcontainer .image {width: 250px; text-align: right;}

#bottomcontainer a {color: #000000;}
#bottomcontainer a:hover {background-color: #E6E7E8;}

#menu {
  position:relative;
  z-index:9999;
  width: 139px;
  float: left;
  padding: 0px 0px 0px 5px;
}

#contentheader {
  float: right;
  width: 590px;
  padding: 0px 5px 0px 0px;
}

#contentheader p {
  margin: 20px 0px 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
}

#contentheader img {
   display: block;
   margin: auto;
}

#content {
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 590px;
  float: right;
  font-family: arial;
}

#content img {border: 0px;}
#content p,ul,li  {font-size: 12px;}
#content h1 {font-size: 18px;}
#content h2 {font-size: 16px;}
#content h3 {font-size: 14px;}
#content h4 {font-size: 10px;}
#content h5 {font-size: 8px;}
#content h6 {font-size: 6px;}


#content a, #contentfooter a {
   color: #000000;
}

#content a:hover, #contentfooter a:hover {
   background-color: #e6e7e8;
}

#navigation {
  width: 590px;
  float: right;
  font-size: 10px;
  font-family: arial;
  text-align: left;
  padding: 0px 5px 10px 5px;

}

#navigation a {
   color: #000000;
}

#navigation a:hover {
   background-color: #e6e7e8;
}

#bread_crumb { 
  width: 590px;
  float: right;
  font-size: 10px;
  font-family: arial;
  text-align: left;
  padding: 0px 5px 10px 5px;
}

#bread_crumb a {
   color: #000000;
}

#bread_crumb a:hover {
   background-color: #e6e7e8;
}

#sigmanulogo {float: left;}
#sigmanulogo img {border: 0px;}

#orgIndex {
  float: right;
  width: 67%;
  line-height: 23px;
  padding: 2px 0px 0px 0px;
}

#orgIndex ul{
  margin: 0;
  padding: 0;
  float: left;
}

#orgIndex li {
  font-size: 14px;
  font-family: arial;
  float: left;
  list-style: none;
  padding: 0px 0px 0px 8px; /* rending for Safari */
}

#orgIndex li a {
  border-top: 4px solid #F1D9B8; 
  text-decoration: none;
  font-weight: bold; 
  color: #000000;
}

#orgIndex li a:hover {
  background-color: #E6E7E8;
}

#googlesearch {
  float: right;
  padding: 10px 0px 0px 0px;
}

#googlesearch form {
  margin: 0px; /* to remove extra spacing in IE6 with forms */
}

#googlesearch input {
  font-size: 12px;
  width: 145px;
}

#googlesearch span, img {
  font-size: 12px;
  color: gray;
  vertical-align: middle;
}

#quicklinks {
  clear: right;
  float: right;
  padding: 10px 0px 0px 0px;
}

#quicklinks select {
  font-size: 12px;
  width: 300px;
}

#membersarea {
  clear: right;
  float: right;
  align: right;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
}

