body { 
  font-size : 14px;
  background-color: black;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  font-family: Georgia,'Times New Roman',times,serif;
}

#header {
  width : auto;
  height : 60px;
  background-image : url(../images/novaglow35.png);
  background-position : right;
  margin-right: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-repeat: no-repeat;
}

#centeredcolumns {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
  overflow: hidden;
}

#simpletable {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

ul#topnav {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
  display: inline;
}

ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/a_bg.gif);
  background-repeat: repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}

ul#topnav a { /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: right bottom;
}

ul#topnav span { /*--Default state of navigation--*/
	background-position: right top;
}

#column_left {
  width: 68%;
  float: left;
  background-color: white; /*#CCCCFF;*/
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}

#column_left p {
  color : black; /*#7a7a7a;*/
  font-size : 1.2em;
  font-weight : lighter;
  text-align: left;
}

#column_left h1 {  
  color: #800700;
  font-style: italic;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}

#column_left h2 {
  color : blue;  /*#ff6600;*/
  font-family: Arial,Helvetica,sans-serif;
}

#column_left hr {
  background-color: blue;
  height: 5px;
}

#column_left img {
  border: none;
}

#column_right   {
  width: 28%;
  float: right;
  color: black;
  background-color: white;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

#column_right h1 {
  color: #800700;
  font-style: italic;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}

#column_right h2, h3, h4 {
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  color: blue;
}

#column_right hr {
  background-color: blue;
  height: 5px;
}

#column_right img {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#wide_column {
  width: 90%;
  float: left;
  background-color: white; /*#CCCCFF;*/
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}

#left {
  width: 45%;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
}

#right {
  width: 45%;
  float: right;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.news h3 { 
text-decoration : none; 
margin : 25px 0 10px 10px; 
color : #800700;  /* #7c993d;  */
}

.news h4 { 
font-size : 1em; 
padding-top : 10px; 
padding-left : 15px; 
padding-bottom : 5px; 
margin-left : 0; 
text-decoration : underline; 
color : blue; /* #ff6600;  */
}

.news p { 
font-size : 0.75em; 
padding-left : 5px; 
padding-bottom : 5px; 
margin-left : 10px; 
margin-right : 10px; 
text-align : justify; 
padding-right : 5px; 
color : white; /* #153600; */
}

.news a { 
float : right; 
margin-right : 15px; 
margin-bottom : 10px; 
color : #4d6ea2; 
}


#footer {  
  clear : both;
  color : green;  
  margin : 0 0 0 0;
  padding : 10px;
  border-top-style: solid;
  border-top-color: #800700;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #800700;
  border-bottom-width: 15px;
}

#footer a { 
color : red;
}

#footer #leftcontent { 
float : left; 
text-align : left; 
width : 38%;
}

#footer #centercontent {
  text-align: center;
  margin-left: 38%;
  background-image: url(../images/lbsc1.png);
  height: 176px;
  background-repeat: no-repeat;
  background-position: top center;
}

#footer #rightcontent { 
  float : right;
  text-align : right;
  width : 38%;
}

#footer img{
  border: none;
}

.clear {
clear : both; 
background : none; 
} 
