/* tag formatting */
/* setting <body> for the base style*/
body {
   background-color:#000000;
}
/* Formatting for the wrapper layer that contains all the other layers for centering withing <body>*/
#wrapper{
  min-height:750px;
   color:#c1c9d9;
   font-family:verdana,helvetica,arial,sans serif;
   font-size:10pt;
}

#navbar{
  border:1px solid #c1c9d9;
}

#footer, #navbar a, #navbar a:visited{
  color:#c1c9d9;
  text-decoration:none;
}

#newsbox{
  border:3px double #c1c9d9;
  border:1px solid #c1c9d9;
  text-align:left;
  padding:5px;
  width:200px;
}

#newsbox h1,#newsbox h2,#newsbox h3,#newsbox h4,#newsbox h5,#newsbox h6{
  text-align:center;
  font-size:1.25em;
}

/* Start class elements*/
.left_pic,.right_pic{
  border:3px double #c1c9d9;
  margin:15px;
  font-size:.8em;
  text-align:center;
}

.left_pic,.right_pic{
  float:right;
}
.left_pic{
  float:left;
}

input, textarea, select{
  background-color:#c1c9d9;
  color:#000000;
  font-family:verdana, helvetica, arial, sans serif;
  font-size:10pt;
}

a, a:visited{
  color:#c1c9d9;
}

a:hover, #navbar a:hover, #navbar li:hover{
  color:white;
}

img, div, a, input {
  behavior: url(/iepngfix.htc)
}
