html {
  height: 100%;
  color: #FFFFFF;
}

body {
  background:#000000;
  text-align: center;
  margin: 0 40px 40px 40px;
  padding: 0;
  font-family: 'Verdana', sans-serif;
  height: 100%;
}

#header {
  position:relative;
  text-align:left;
  width:100%;
  background:#000000;
  min-width: 640px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;

}

#headerText{
  position:relative;
  float:left;
  margin:0;
  background:#000000;
  border: solid #333333 0px;
  color: #FFFFFF;
  z-index: 100;
}

#headerText h1{
  font-weight: 200;
  font-size: 2.3em;
}

#headerLogo{
  position:relative;
  float:right;
  margin:0;
  padding:10px;
  background:#000000;
  border: solid #333333 0px;
  color: #FFFFFF;
  text-align: right;
  z-index: 100;
}



#mainWrapper {
  clear:both;
  position:relative;
  text-align:left;
  width:100%;
  background:#000000;
  color: #FFFFFF;
  min-width: 640px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;

}

#leftcol { 
  position:relative;
  float:left;
  width:230px;
  margin:0;
  padding: 0 10px 0 0;
  background:#000000;
  border: solid #333333 0px;
  color: #FFFFFF;
  z-index: 100;
}

#rightcol {
  position:relative;
  float:right;
  margin:0;
  padding:0 0 0 10px;
  background:#000000;
  border: solid #333333 0px;
  color: #FFFFFF;
  text-align: right;
  z-index: 100;
}

#rightcol img {
  border: 0px;
  padding: 0 20px; 20px 0;
}

#centercol {
  position:relative;
  background: #000000;
  border: solid #333333 0px;
  padding: 0 0 20px 260px;
  z-index: 99;
}

#footer {
  position:relative;
  width:100%;
  clear:both;
  margin:0;
  padding:5% 0;
  text-align:center;
  background: #000000;
  border: solid #333333 0px ;
  font-size: 0.8em;
}

ul {
list-style: square;
}

ul#nav {
  list-style: none;
  margin-left: 5px;
  padding: 0px;
  border-top: solid #FFFFFF 1px;
  margin: 0;
} 

ul#nav li {
  border-bottom: solid #FFFFFF 1px;
  margin-left: 0;
  display: block;
} 


ul#nav li a {
  color: #FFFFFF;
  font-size: 1.2em;;
  text-decoration: none;
  line-height: 2em;
  display: block;
}

ul#nav li a:hover {
  color: #FFFFFF;
  background: #1896D4;
}

a {
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover {
  color: #1896D4;
  text-decoration: underline;
}

img.newsPhoto {
  float: right;
  border: 0px solid;
}

table {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

td {
  padding-right: 30px;
  padding-top: 5px;
}

ul.tweet_list li {
  padding-bottom: 5px;
  padding-right: 5px;
}
ul.tweet_list {
  margin-left: -10px;
}
