@charset "utf-8";
/* CSS Document */
/*Main Structure CSS */
body {
  background-color:#000000;
  width:1040px;
  margin:0px auto;
  padding:0px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
  color:#FFFFFF;
  }
#wrap {
  background-image:url(../images/BGgradient.jpg);
  background-repeat:no-repeat;
  width:1040px;
  height:960px;
 }
#header {
  height:97px;
  }
#container {
  height:520px;

  }
#sideR {
  float:left;
  height:520px;
  width:197px;
 }
#centerWrap {
  height:520px;
  width:646px;
  float:left;
  }
#center {
  /*float:left;*/
  height:480px;
  width:644px;
  overflow:auto;
  border: solid #000000 1px;
 }
#centerTag {
  width:646px;
  height:40px;
  }

#sideL {
  float:left;
  height:520px;
  width:197px;
 }
#nav {
  height:56px;
 }
#footer {
 }
/*Interior Miscelaneous Format Elements */
.clear {
  clear:both;
 }
img {
  border:none;
  }
#nav ul {
  line-height:35px;
  white-space:nowrap;
  position:relative;
  top:-65px;
  left:-28px;
  }
#nav li {
  display:inline;
  list-style-type:none;
  padding-left:3px;
  padding-right:3px;
  color:#66ccff;
  }
#nav li img {
  vertical-align:middle;
  }
#nav a {
  text-decoration:none;
  color:#66ccff;
  }
#nav a:visited {
  color: #0099cc;
  }
#nav a:focus {
  text-decoration:underline;
  color:#FFFFFF;
  }
#nav a:hover {
  text-decoration:underline;
  color:#FFFFFF;
  }
#nav a:active {
  font-size:14px;
  }
 
/*Content Format */
.centerImg { /* Will be turned into Slide Show */
  position:relative;
  left:-6px;
  }
#footer p {
  text-align:center;
  font-size:small;
  color:#0066ff;
 }

p {
  padding:5px;
  text-align:left;
  font-size:12px;
  }
.title {
  text-decoration:underline;
  font-size:22px;
  font-style:italic;
  }
.imgleft {
  float:left;
  padding-right:6px;
  }
.imgright {
  float:right;
  padding-left:6px;
  }
/*Downloadable Links*/
.downloadables {
  text-align:left;
  font-size:16px;
  }
.downloadables a {
  color:#66ccff;
  }
.downloadables a:visited {
  color: #0099cc;
  }
.downloadables a:focus {
  color:#FFFFFF;
  }
.downloadables a:hover {
  color:#FFFFFF;
  }
.downloadables a:active {
  font-size:14px;
  }