/* This section defines the default link color (for the content area) */
/* Standard Unvisited Link */

a:link {
	color : #FD771C;
	font-weight : bold;
}

a:link img {0}

/* Standard Visited Link */
a:visited {
	color : #002D59;
	font-weight : bold;
}

/* Active Link and Hover Link */
a:active, a:hover{
	color : #0066CC;
	font-weight : bold;
}

.more{
	font-size: 10px;
	text-decoration: none;
}



/* Class used for the Page Title at the top of the main content area */
.pageTitle{
	color : #003366;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 18px;
	font-weight : bold;
	margin-top : 16px;
}

.smallHead{
	color : #003366;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 14px;
	font-weight : bold;
	margin-top : 16px;
}


/* Standard Paragraph for Content Area when P does not work */
.para {
	color : #002D59;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 70%;
}

/* Standard Paragraph for Content Area */
p, dt, dd, li, .sky, .temp {
	color : #002D59;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 11px;
}

.sky, .temp  {font-size:15px;}
	
/* Div for the content area when there is no sidebar, control left and right margins only */
.contentArea {
	margin-left : 25px;
	margin-right : 25px;

}

.contentArea .year{
	color: #425686;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;	
}

.contentArea .date{
	color: #006699;
	font-weight: bold;
	margin-top: 0px;
}

/* Used within a DIV, this surrounds any UL list on the site */
.contentList{
	color : #465266;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 70%;
}

/* Div for the content area when there is a sidebar, control left and right margins only */
.contentSmallArea {
	color : #FD771C;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 8pt;
	font-weight : normal;
	margin-left : 25px;
	margin-right : 15px;
	text-decoration : none;
}

/* Standard Visited Link */
.contentSmallArea a:visited {
	color : #002D59;
}

/* Active Link and Hover Link */
.contentSmallArea a:active, a:hover{
	color : #0066CC;
}


/* Text Definitions for Copyright Section found at the bottom of all pages  */
.copyright{
	color : #FFFFFF;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	margin-top : 4px;
}

.copyright a:link, .copyright a:visited {
	color : #FD771C;
	font-weight : normal;
	text-decoration : underline;
}

.copyright a:hover{
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
}


/* Footer for the text menu found at the bottom of each page */
.menu-footer{
	color : #FD771C;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	margin-bottom : 4px;
	margin-top : 4px;
}

.menu-footer a:link,.menu-footer a:visited{
	color : #FD771C;
	font-weight : normal;
	text-decoration : none;
}

.menu-footer a:hover{
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
}

/* Credit for me */
.credit{
	color : #FFFFFF;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	margin-left : 50px;
	margin-right : 5px;
}

.rss_published {font-size: 9px; font-weight:bold;color:#002D59;}

.feedcontainer {
	font-size : 11px;
	color : #002D59;
	font-family : Verdana,Geneva,Arial,Helvetica;
}

.feedcontainer td {
	font-size : 11px;
	color : #002D59;
	font-family : Verdana,Geneva,Arial,Helvetica;
}

.feedcontainer h3 {
	font-size : 11px;
}

.feedcontainer strong {
	color : #002D59;
	font-family : Verdana,Geneva,Arial,Helvetica;
	font-size : 11px;
}

.feedcontainer div.news_item {
	background-color:#f0f6fc;
	padding:8px;
	margin-top:15px;
	border-right:1px solid #a3bfd9;
	border-bottom:1px solid #a3bfd9;
	border-left:1px solid #dae6f2;
	border-top:1px solid #dae6f2;
	overflow:none;

}

.feedcontainer div.shop_item{
	min-height:136px;
}

* html .feedcontainer div.shop_item{
	height:136px;
}

.feedcontainer div.msndiv {
	margin:10px 0 10px 0;
}

/* Try to fix The Plainsman's crappy layout. */
.feedcontainer img.thumbnail {
	float:right;
	margin:10px 4px 2px 10px;
	border:1px solid #003366;
}

.feedcontainer img.msnimg {
	float:left; 
	margin:0 10px 10px 0;
}

.feedcontainer img.icon{
	float:right;
}


.feedIndex {
	margin-bottom:10px;
	position:relative;
}

.feedIndex img {
	position:absolute; 
	right:0px; 
	bottom:-7px;
	float:right;
}

/* RSS table style. */
.rss_table {
	width:334px; 
	border-collapse: collapse; 
}

.rss_table td.highlight{ 
	background-color: #B8CDDC; 
	cursor: pointer;
}

.rss_table th {
	background-color:#FD771C; 
	color:#FFF;
	font: 11px arial bold;
	border:1px solid #cc5f16; 
	border-right:0px; 
	width:38px;
	padding:2px;
	text-align:center;
	vertical-align:center;
}

.rss_table td {
	background-color:F0F6FC;
	font: 11px arial; 
	padding:5px; 
	border:1px solid #a3b8cc;
	border-left:0px;
	vertical-align:center;
}
.rss_table a {
	text-decoration:none; 
	font-weight:normal;
}

.rss_table a:hover {
	color:#002D59
}



