#navigation a{
	color: #000;
	background: #ffa20c url(../images/navl.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.selected	{
	color: #000;
	background: #781351 url(../images/navlh.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a span{
	background: url(../images/navr.gif) right top no-repeat;
	padding-right: 10px
}

#navigation a.selected span	{
	background: url(../images/navrh.gif) right top no-repeat;
	padding-right: 10px;
	color: #fff;
}

#navigation a, #navigation a span{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span{
	float: none
}
/* End hide */

#navigation a:hover{
	color: #fff;
	background: #781351 url(../images/navlh.gif) left top no-repeat;
	padding-left: 10px
}

#navigation a:hover span{
	background: url(../images/navrh.gif) right top no-repeat;
	padding-right: 10px
}

ul#navigation{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	width: 98%;
}

ul#navigation li {
	float: left;
	margin: 0;
}

*:first-child+html ul#navigation {
	margin: 0px;
}

* html ul#navigation {
	margin: 0px;
}

div.border{
	float: left;
	width: 98%;
	background: #781351 none repeat scroll 0%;
	height: 1em;
	margin-bottom: 10px;
}

div.page_content {
	float: left;
	width: 98%;
	border-top: 15px solid #781351;
	margin-bottom: 10px;
	
}

div.page_content p	{
	width: 95%;
	padding: 0px;
}

.page_content table#display	{
	margin-top: 5px;
	width: 98%;
	border: 1px solid #cc9900;
	border-collapse: collapse;	
}

.page_content table#display th	{
	border: 1px solid #cc9900;
	background: #ffffcc;
	color: #333333;
	text-align: left;
	width: 150px;
}

.page_content table#display td	{
	border: 1px solid #cc9900;
	background: #ffffff;
}


ul#nostyle	{
	margin: 0px;
	padding: 0px;	
	list-style: none;
}

ul#nostyle li	{
	list-style-type: none;	
}

#center strong	{
	margin: 0px;	
}

table.annuals td a	{
	color: #000;
}


