﻿/* CSS elements */

body {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111111;
	margin: 0;
	padding: 0;
}

p, li, .newsarchive {
	font-size: 14px;
  }
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
td {
	vertical-align: top;
	}
	

a:link { color: #FFCC00;

		}
a:visited { color: #FFCC00; 

		}
a:hover { color: #FF6600;
		text-decoration: none; 
		}
a:active { color: #FF0000;
		text-decoration: none;
		 }
		 
.menu ul {
	text-indent: -25%;
	}
		 

/* CSS identifiers */



#sidebar {
	background-color: #666633;
	font-family: Arial, Helvetica, sans-serif;
}

#page_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000000;
}

#containerul, #containerul ul{
  text-align:left;
  font-size: 14px;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/* CSS styles */

.tagline {
	margin: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #FFCC00;
	text-align: center;
}
.selected {
	color: #FFFFFF;
}

.unselected {
	color: #FFCC00;
	}
	
.sidebarfooter, .mainfooter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.mainfooter {
	background-color: #000000;
	}
	
.imageRight {
	margin-left: 5px;
	}
	
span.showname {
	font-weight: bold;
	font-size:1.2em;
	color: #FFF0B3;
	}
	
.newsphoto {
	vertical-align: middle;
	padding: 5px;
	}