@charset "utf-8";
/* CSS Document */
html {
  background-color:#EEE;
  text-align:center;
  background-image: url('images/gradientband.gif');
  background-repeat: repeat-y;
  background-position: center center; 
}

body {
  /*padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom:10px; */
  font-family: Calibri, Arial, Helvetica, sans-serif;
  /*
  background-image: url('images/gradientband.gif');
  background-repeat: repeat-y;
  background-position: center center; */
  
}

.style1 {font-family: Calibri, Arial, Helvetica, sans-serif}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
        color:#8f180a;
}
a:active {
	text-decoration: none;
	color: #000;
}


/* Style text for upper right corner - search bar etc */
.style2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Style for footer text */
.style3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBB;
	
}
.style3 a {
        color: #BBB;
}

/* Style for "|" in menu*/

.style4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
}

.theSubmitButton {
    color: #FFF;
    background-color: #000;
    border: 0;
    font-size: 11px;
    font-weight: normal;
}

.theSubmitButton:hover {
    color:#AAAAAA;
    background-color:#000;
}

.theSearchBox {
    color: #000;
    background-color: #FFF;
    border: 1px solid #AAAAAA;
    font-size: 12px;
    font-weight: normal;
}

.theSearchBox:hover {
    color:#000;
    border: 1px solid #000;
    background-color:#E3E6E9;
}

#content-right {
    width:292px;
    border-left: 1px dotted #CCC;
    /*
    background-image: url(images/dotted-vertical.gif);
    background-repeat: repeat-y;
    background-position: left top;
    */
    padding-left: 35px;
    padding-right: 35px;
}

#content-left {
    width:683px;
    padding-left: 20px;
    padding-right: 20px;
}

.content-home-news {
    line-height:1.0;
    border-right:1px dotted #CCC;
    text-align:center;
    float:left; 
    width:33%;
}

.content-home-news a {
    color:#4d4e4f;
    line-height:0.7;
}

.content-home-news a span{
    color:#000;
    font-size:12px;
    line-height:1.1;
}

.home-page-trans {
    border: none;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.home-page-trans:hover {
    border: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.home-page-intro {
    color:#000;
    font-size:15px;
    line-height:1.3;
    padding-right:20px;
    padding-left:15px;
    padding-top:15px;
    /* line-height:1.0; */
}

.newstext {
    color:#4d4e4f;
    font-size:12px;
}

.newstext a {
    color:#4d4e4f;
    font-size:12px;
}

.newslink {
    color:#3d3e3f;
    font-size:12px;
    font-weight:bold;
}

.title-case {
    font-size: 20px;
    font-weight: bold;
}

.newsroom {
    color:#4d4e4f;
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
}

.bio {
  color:#3d3e3f;
  font-size:12px;
}

.bio a {
  color:#3d3e3f;
  font-size:12px;
  font-weight:bold;
}

.bio a:hover {
  color:#3d3eff; /* icy blue */
  color:#8f180a; /* red */
  font-size:12px;
  font-weight:bold;
}

.bio-text {
    color:#000;
    font-size:15px;
    line-height:1.3;
}

.downloads {
  color:#3d3e3f;
  font-size:15px;
}

.downloads a {
  color:#3d3e3f;
  font-size:15px;
  font-weight:bold;
}

.downloads a:hover {
  color:#3d3eff; /* icy blue */
  color:#8f180a; /* red */
  font-size:15px;
  font-weight:bold;
}

.dl-small {
  font-size:12px;
  font-style: italic;
  color:FDD;
}
