img {
	border: none;
}

img#sidebarLogo {
	width: 225px;
	height: 248px;
}
ul.freshMeat {
	margin-left: 15px;
}

/*NAV STYLES*/
#navLink a:link, #navLink a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #9dbbef;
}
#navLink a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #9dbbef;
}
#navLink a:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #9dbbef;
}
#navLink .onPage {
	color:#568ded !important;
}

/*LINK STYLES*/
a:link {
	color: #9dbbef;
	text-decoration: underline;
	outline: none; /*gets rid of the outline when clicked in FF*/
}
a:visited {
	color: #9dbbef;
	outline: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
a:active {
	color: #9dbbef;
	outline: none;
}

/*COPY STYLES*/
.contentHdr {
	font-size: 16px;
	color: #9dbbef;
}
.contentSubHdr {
	font-size: 14px;
	color: #9dbbef;	
}
.copyHighlight {
	font-weight: bold;
	color: #9dbbef;
}
.copyright {	
	font-size: x-small;
}
.signature {
	text-align: center;
}
table#multimedia {
	text-align: center;
}
.homeBout {
	color: #fbe73d;
}
