/* CSS Document */

/* generic navigation */

a
	{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

a:hover
	{
	color: #034A79;
	}
	
/* removes dotted line around links in firefox */
a:active, a:focus
 {
 outline: 0;
 }

#top-nav a
	{
	color: #CCCCCC;
	text-decoration: none;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 6px;
	display: inline;
	margin-right: 0px;
		margin-left: 0px;

	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#top-nav a:hover
	{
	color: #FFFFFF;
	background-color: #37619D;
	}
	
/* navigation in the left column */

.side-nav a
	{
	text-decoration: none;
	display: block;
	color: #034A79;
	padding-left: 27px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	background-image: url(../decoration/side-nav-bck.gif);
	background-repeat: no-repeat;
	background-color: #d0e9bd;
	margin-top: 0px;
	margin-right: 1px;
	}
	
.side-nav a:hover
{
	color: #284673;
	background-image: url(../decoration/side-nav-bck_g.gif);
	background-repeat: no-repeat;
}

#credits a
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#credits a:hover
{
	color: #666666;
	text-decoration: underline;
}

/* misc navigation spans */

.more a, .back a, .top a, .more-news a
	{
	background-repeat: no-repeat;
	display: block;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	}

.more a
	{
	background-image: url(../decoration/more.gif);
	padding-left: 18px;
	}
	
.back a
	{
	background-image: url(../decoration/back.gif);
	padding-left: 18px;
	}
	
.top a
	{
	background-image: url(../decoration/top.gif);
	padding-left: 18px;
	}

#lcol .more a
	{
	background-image: url(../decoration/more-news.gif);
	padding-left: 12px;
	color: #034A79;
	}
	
#lcol .more a:hover
	{
	background-image: url(../decoration/more-news.gif);
	padding-left: 12px;
	text-decoration: underline;
	}
