@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #220B00;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#sticker {
	position: relative;
	left: 70px;
	top: 400px;
	height: 0px;
	width: 0px;
}

.style1 {
	color: #662100;
	font-size: 12px;
}
.style2 {
	color: #662100;
	font-size: 24px;
}
.style3 {
	font-size: 14px
}
.style4 {
	color: #993300;
	font-size: 10px;
}

/* sets the underline hover for footer nav */
.style4 a:link    {
  				/* Applies to all unvisited links */
  				color: #5B1E00;
  				text-decoration:  none;
  				} 
				.style4 a:visited {
  				/* Applies to all visited links */
  				color: #5B1E00;
  				text-decoration:  none;
  				} 
				.style4 a:hover   {
  				/* Applies to links under the pointer */
  				color: #5B1E00;
  				text-decoration:  underline;
  				} 
				.style4 a:active  {
  				/* Applies to activated links */
  				color: #5B1E00;
  				text-decoration:  underline;
  				} 
.style5 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 0px;
}
.style5 a:link    {
  				/* Applies to all unvisited links */
  				color: #ffffff;
  				text-decoration:  none;
  				} 
				.style5 a:visited {
  				/* Applies to all visited links */
  				color: #ffffff;
  				text-decoration:  none;
  				} 
				.style5 a:hover   {
  				/* Applies to links under the pointer */
  				color: #ffffff;
  				text-decoration:  underline;
  				} 
				.style5 a:active  {
  				/* Applies to activated links */
  				color: #ffffff;
  				text-decoration:  underline;
  				} 

.style6 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
}
.rssChannelHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662100;
	font-style: normal;
}
.volumeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662100;
	font-style: italic;
}
.searchBox {
	padding-bottom: 8px;
	padding-left: 60px;
	background-position: bottom;
}
a.headlineLink    {
	/* Applies to all unvisited links */
  	color: #5B1E00;
	text-decoration:  none;
	font-size: 14px;
	font-weight: bold;
}

a.headlineLink:visited    {
	/* Applies to all unvisited links */
  	color: #5B1E00;
	text-decoration:  none;
	font-size: 14px;
	font-weight: bold;
}

a.headlineLink:hover    {
  	/* Applies to all unvisited links */
  	color: #000099;
  	text-decoration:  underline;
}
a.headlineLink:active    {
  	/* Applies to all unvisited links */
  	color: #000099;
  	text-decoration:  underline;
}

a.articleLink    {
	/* Applies to all unvisited links */
  	color: #000099;
	text-decoration:  none;
	font-size: 12px;
	font-weight: normal;
}

a.articleLink:hover    {
  	/* Applies to all unvisited links */
  	color: #000099;
  	text-decoration:  underline;
}
a.articleLink:active    {
  	/* Applies to all unvisited links */
  	color: #000099;
  	text-decoration:  underline;
}
.dateStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.authorStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tagText {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

.tickerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B1E00;
	font-weight: bold;
}

.tickerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B1E00;
	font-weight: normal;
}

