body, td, pre {
	font: 10pt "Trebuchet MS", Arial, Verdana, "sans serif";
}

body#tinymce {
	font-size: 8pt;	
}

/*********
 Actual styles for colors, font-sizes etc
 *********/
 
/** general styles */
a {
	color: #a11f27;
	font-weight: bold;
}
 
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

/** Article display styles */
div.article {
	padding: 10px 20px;
	margin: 10px 0px;
	border: 2px solid #C9C9C9;
}

/** Side list menu styling */
ul.menu {
	padding: 0;
	list-style: none;
	margin-top: 0;
}

ul.menu li {
	display: block;
	margin-bottom: 1px;
}

ul.menu a {
	display: block;
	text-decoration: none;
	color: #262627;
	background: #D3D4D4;
	padding: 2px 5px;
}

ul.menu li.currentIssue a {
	background: #a11f27;
	color: #FFF200;
}

ul.menu li.currentIssue a:hover {
	background: #a11f27;
	color: #FF5555;
}

ul.menu li a:hover {
	color: #A11F27;
}

/** Top menu styling */
div.top-menu, div#clockdiv {
	background: #a11f27;
	text-align: center;
	padding: 2px;
	margin-top: 1px;
}

div.top-menu a {
	color: white;
	text-decoration: none;
}
div.top-menu {
		color: white;
}
div#clockdiv {
		color: yellow;
		font-weight: bold;
}

div.top-menu a:hover {
	color: #FCE450;
}

div.top-menu a.active {
	color: #FFF200;
}

div.top-menu ul {
	list-style: none;
	margin: 0;
}

div.top-menu ul li {
	display: inline;
	padding: 0px 10px;
	border-left: 1px solid white;
}

div.top-menu ul li.first {
	border-left: 0px;
}

label {
	font-weight: bold;
	color: #A11F27;
}

input.login_input {
	background: #D4D4D4;
	border: 1px solid silver;
	color: black;
	width: 150px;
}

input.login_input:focus {
	border: 1px solid #A11F27;
}

.directoryheaders {
	text-align: center;
}

table.directory-table {
	text-align: left;
	margin: auto;
	border-collapse: collapse;
}

table.directory-table td {
	padding: 4px;
}

.directory-header {
	background: #D4D4D4;
	padding: 2px 5px;
	border-right: 10px solid #A11F27;
}

.directory-entry-name {
	font-weight: bold;
	margin: 2px;
}

p.directory-logo {
	margin: 2px 2px 5px 2px;
}

td.directory-entry-td {
	vertical-align: top;
	width: 250px; 
}

div.articlelinks {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120%;
}

.headlines li.sub {
	margin-left: 20px;
	margin-top: -5px;
	font-size: 80%;	
}

img {
	border: 0;	
}

ul {
	padding-left:1em;
	margin-left:0;
	margin-bottom: 1em;
}

hr {
	margin: 1px 10px;
	padding: 0;
}

.highlight {
	font-weight: bold;
	background: yellow;
}

div.title, h2.title {
	font-size: 1.4em;
	background: #a11f27;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
}

h1, h2, h3, h4 {
	color: #a11f27;
	margin-top: 0;
}

.headlines {
	margin-left: 0px;
	padding: 0px;
	font-size: 110%;
}

ul.listonly {
	font-size: 130%;	
} 

.headlines li {
	margin-left: 0px;
	list-style: none;
	margin-bottom: 10px;
}

.headlines li a{
	margin-left: 0px;
	font-weight: bold;
}

#headerbanner2 {
	text-align: center;
}

#right-banners a {
	margin-top: 5px;
	margin-bottom: 10px;
}

.error_message {
	color: red;
}

.banners-topmiddle {
	text-align: center;
}

ul.menu li.cmn a {
	background: #26679D;
	color: #FEF200;
	padding: 3px 5px;
}

ul.menu li.cmn a:hover {
	background: #6C9EC3;
	color: #FEF200;
	padding: 3px 5px;
}

table.bigInputs td input {
	width: 300px; 
}

table.subscribeTable tr.inputrow td input, table.subscribeTable tr.inputrow td textarea {
	border: 1px solid #A11F27;
	background: #EED1D3;
}

table.subscribeTable h3 {
	margin: 0;
}

td.right {
	text-align: right;
}

.specialheading {
	background: #A22028;
	color: white;
	border-right: 10px solid #FEE453;
	padding: 2px 5px;
	width: 200px;
	margin: 5px 0;
}


div.articleImage {
  float: right;
  margin: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
}
div.articleImage p, div.articleImage img {
  margin: 0; 
  padding: 0;
  font-family: Arial;
}
div.articleImage * {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
}
