body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	color: #205285;
}

a:link,
a:visited,
a:active{
	/*background: transparent;*/
	color: #205285;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	/*background: transparent;*/
	color: #60bf19;
}

img{
	border:0;
}
h1{
	font-size:20px;
	text-align:center;
}
h2{
	font-size:15px;
	text-align:center;
}
h3{
	font-size:12px;
	font-weight:bold;
	/*text-align:center;*/
}
.navbar{
	/*width: 750px;*/
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 900px;
	border: 0px solid gray;
	/*margin: 10px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: transparent;
}

#content,
#content-b,
#content-c,
#content-d {
	padding: 5px;
	text-align:justify;
	margin-left: 215px;
	background-color: transparent;
}

#content table{
	text-align:left;
}

#sidebar-a,
#sidebar-b,
#sidebar-c,
#sidebar-d {
	float: left;
	text-align:left;
	width: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: transparent;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: transparent;
	text-align:center;
}

.tablehead{
	border-bottom: 2px solid #660000;
	width: 740px;
}

table,
tr,
th,
td{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
/*	border-left: 1px solid #666633;
	border-top: 1px solid #666633;*/
/*	border: 1px solid #666633;*/
	color: #000;
	font-size: 12px;
	line-height: 135%;
	margin-left: auto;
	margin-right: auto;
}

table{ /* makes all tables 100% wide */
	width: 100%;
/*	border: 1px solid #666633;
	border-left:none;
	border-spacing: 0px;*/
}

td,
th,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

th{
	text-align:left;
	border-bottom: 1px solid #000000;
}

td.nopad{ /* allows some tables to have no padding on the td */
/*	padding: 0;*/
}

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	/*border-top: 1px solid #632918;*/
	z-index: 1;
}


#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 1px;
}

#navcontainer li a
{
padding: 1px 7px;
font-weight: bold;
color: #FFF;
background-color: #60bf19;
border: 1px solid #60bf19;
text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
color: #000;
background-color: #FFF;
border: 1px solid #1a75ce;
border-top: 2px solid #1a75ce;
border-bottom: 2px solid #1a75ce;
}

#navcontainer li a#holiday
{
color:#FFFFFF;
background-color:#CC0000;
}


/* Test */

ul {

	list-style: none;

}

#primary_content {

	margin-left: 0px;
	padding-bottom: 34px;
}

.summary_list div {

	margin-left: 178px;

}

.summary_list img {

	float: left;

  	margin-top: 0.25em;

	margin-bottom: 0.25em;	/* 32px */

	border: 1px solid #60bf19;

}

.summary_list > li {

	clear: both;

}