/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
text-align:left;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 4px;
	width: 100px;
	border-left: #CC0033 solid 2px;
  	border-top: #2C263D solid 2px;
  	border-right: #908AA5 solid 2px;
  	border-bottom: #908AA5 solid 2px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 4px;
	width: 100px;
}
#navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navbar li {
  float: left;
  display: inline;
}

#navbar a {
	display:block;
	margin: 0;
	padding: 4px;
	width: 172px;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	background-color: #CC0000;
	color: #CCCCCC;
	border-left: #908AA5 solid 2px;
  	border-top: #908AA5 solid 2px;
  	border-right: #2C263D solid 2px;
  	border-bottom: #2C263D solid 2px;
  }
  
.heading1 {
	color: #CC0000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold
}
.author {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight: normal;	
}
.articleheading {
	color: #CC0000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold
}
.articletext {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
.archive {
	color: #CC0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.archive2 {
	color: #CC0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sidebarheading {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left
}
.sidebarlink {
	color: #CCCCCC;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left
}
.sidebarlinksmall {
	color: #CCCCCC;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left
}

.justbold {
	color: #CC0000;
	font-weight:bold;
}
.regulartext {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
