
/* C1 #006599 Medium Blue
   C2 #006633 dark green
   C3 #BF0000 red
*/

body {
  background-color: #000000;
  background-image: url(/graphics/conference/2010/background_stars.jpg);
  background-position: top;
  background-repeat: repeat;
}
p {
  margin: 0 10px 10px;
}
#border {
  border: 5px solid #006699;
}
#content {  
  background-color: #FFFFFF;
  background-image: url(/graphics/conference/2010/bkg_logo.jpg);
  background-repeat: no-repeat;
}
a:link {
  color: #006633;
  text-decoration: none;
}
a:active {
  color: #006633;
  text-decoration: none;
}
a:visited {
  color: #006633;
  text-decoration: none;
}
a:hover {  
  color: #FFFFFF;
  background: #006633;
}


/* Nav Styles */
#navcontainer {
  background-color: #006699;
  width: 270px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}
#navlist {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 260px;
}
#navlist li {
  display: block;
  margin: 0;
  padding: 0;
}
#navlist li a {
  background-color: #FFFFFF;   
  border-width: 1px;
  border-color: #FFFFEE #AAAB9C #AAAAAA #FFFFFF;
  border-style: solid;
  color: #015294;
  display: block;
  padding: 10px 0 10px 5px;
  text-decoration: none;  
  width: 100%;
}
#navcontainer #navlist li a {
  width: auto; 
}
#navlist li a:hover{
  color: #015294;
  background-color: #78C29A;
  border-color: #AAAB9C #FFFFFF #FFFFFF #AAAAAA;
}
#content {
  width: 500px;
}


/* Image Styles */
.imgborder {
  border: 2px solid #015294;
}

/* Text Styles */
.navText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #006633;
}
.regText {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}
.regTextC1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #006599;
}
.regTextC2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #006633;
}
.regBTextC1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #006599;
}
.regBTextC2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #006633;
}
.regBTextC3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #BF0000;
}
.titleTextC1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
  color: #006599;
}
.titleTextC2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
  color: #006633;
}
.titleTextC3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
  color: #BF0000;
}
.smallBTextC2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #006633;
  font-size: 11pt;
  font-weight: bold
}
.smallTextC2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #006633;
  font-size: 8pt;
}
.subTitleTextC1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #006599;
}
.subTitleTextC2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #006633;
}
.subTitleTextC3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #BF0000;
}
