body {
	background: #5D0F1C;
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
}

a {color: #005784;}
a:hover {color: #28E;}

.top {
	background-color:#f4f4f4;
	width:auto;
	height:20px;
              border:1px solid #DDDDDD;
}

.topb {
	background-color:#EEE;
	width:auto;
	height:0px;
}

.topc {
	background-color:#fff;
	width:auto;
	height:40px;
              border:0px solid #DDDDDD;
}


.main {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	width: 728px;
	border: 1px solid #DFEEF7;
}

.content {
	float: left;
	margin: 0px 0;
	padding: 0 0px;
	width: 550px;
}

.title
{
  	color:#579;
   	font-size: 13px;
   	font-weight: bold;
	margin: 4px;
}

.date
{
    font-size: 9px;
    margin:3px;
}



h1 {
	font: 17px verdana;
	font-weight: bold;
	color: #579;
	margin: 5px;
}

h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
}

h3 {
	color:#579;
   	font-size: 14px;
	margin-bottom: 4px;
}

.insidebox {
    width: 695px;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 15px 15px 0px 15px;
    text-align: justify;
    height: auto;
}

.newsbox {
    width: 75%;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 0px 6px;
    background-color:#f9f9f9;
    border:1px solid #efefef;
    text-align: center;
    height: auto;
}

.tablebox {
    width: 93%;
    align: center;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    padding: 5px 6px 0px 6px;
    background-color:#f9f9f9;
    border:1px solid #efefef;
    text-align: center;
    height: auto;
}

.tablebox2 {
    width: 50%;
    align: center;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    padding: 5px 0px 6px 5px;
    background-color:#f9f9f9;
    border:1px solid #efefef;
    text-align: center;
    height: auto;
}


.archive
{
    width:100px;
    line-height: 20px;
    font-size:10px;
    background-color: #f4f1f1;
    border:1px solid #DDDDDD;
    float:left;
    text-align:center;
}



li {list-style: none;}


.navigation {
	float: left;
	text-align:center;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 0.9em;
	margin-top:0px;
	margin-left:00px;
}
.navigation h2 {
	color:#5A5A43;
	font-size: 1.1em;
	line-height: 12px;
	padding-left:8px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {border-bottom: 1px solid #EAEADA;}


.navigation li a {
	color: #005784;
	background: #f7f7f7;
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 170px;
}

.navigation li a:hover {
	background: #f1f1f1;
	color: #28E;
}

/* no floating allowed on right or left side - leave this */
.clearer {clear: both;}

.footer {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    background: #f4f4f4;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #f1f1f1;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: 12px;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #f9f9f9;
width: 180px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dddddd;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #f1f1f1;
color: #28e;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 15px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #f9f9f9;
}

.anylinkcsscols .column{
width: auto;
float: none;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}


