body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 10px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
	color : #333333;
}
body
{
	margin: 0px;
}
a{color:navy;}
a:hover{color:gray;}

/*Master Template*/

TABLE#master
{
	margin-top:0px;
	width:800px;
	background-color:black;
	border:1px solid black;
}

TABLE#master TD#header
{
	height:130px;
	background: url(/webimgs/ndHeader.png) no-repeat;
}

TABLE#master TD#headerx
{
	height:126px;
	background: url(/webimgs/ndHeader2.png) no-repeat;
}

TABLE#master TD#header2
{
	text-align:left;
	background-color: #020035;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.taglineCell
{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

TABLE#master TD#leftSection
{
	width:150px;
	background-color: #020035;
	
}

TABLE#master TD#centerSection
{
	text-align:left;
	background-color:white;
	width:520px;
}


TABLE#master TD#rightSection
{
	width:130px;
	background-color:#020035;
}

TABLE#master TD#footer
{
	background-color:#020035;
	'border-top:1px solid gray;'
}

.pageTitle{
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	color:white;
	padding: 0px 0px 10px 30px;
	background: url(/webimgs/pageTitle.jpg) no-repeat;
	height:35px;
	text-align:left;
}

.HomeLabelHeader{
	color:white;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}

/*Master Template*/

div.adBlockTop{
	background-image : url(/webimgs/adBlockTop.gif);
	width:222px;
	height:20px;
}

div.adBlock{
	background-color : #ffdc98;
	width:222px;
}

div.adBlockBottom{
	background-image : url(/webimgs/adBlockBottom.gif);
	width:222px;
	height:20px;
}

.storyTimestamp {
	font-size:10px;
	color:black;	
	padding-left:5px;
}
.newsNavURL{
	display:block;
	color : black;
    font-size : 10px;
    font-weight : bold;
    TEXT-DECORATION: none;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
}

.newsNavURL:hover{
	color : #bbcb9a;
}
div.adBlockTop, .newsHeader{
	background: url(/webimgs/newsHeader.jpg) no-repeat;
	width:169px;
	height:24px;

}

div.adBlock, .newsMiddle{
	padding:0px 5px 0px 5px;
	background: url(/webimgs/newsMiddle.jpg) repeat-y;
	width:169px;
	font-size:10px;

}


div.adBlockBottom, .newsBottom{
	background: url(/webimgs/newsBottom.jpg) no-repeat;
	width:169px;
	height:24px;

}

.itemContainer{
	padding:20px 10px 10px 10px;
}


.itemLink{
	color:MAROON;
	font-size-adjust:none;
	font-stretch:normal;
	font-style: normal;
	font-variant:normal;
	line-height:13pt;
	font-size:18px;
	font-weight:normal;
}

.itemDate{
	font-size:10px;
	color:gray;
	padding-bottom:10px;
}

	/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}
	
	
/*Image Gallery */

table.galleryHolder{
	border:2px solid silver;
}


td.galleryTitleBar {
    font-weight:bold;
    font-size:13px;
    background-color:#888888;
    border-bottom:1px solid gray;
    color:black;
    text-decoration:none;	
	padding: 0px 0px 0px 5px;
}
	
a.galleryLink {
    color:black;
    text-decoration:none;	
}
    
a.galleryLink:hover {
    color:blue;
}
    
  #thumbHolder{
    width:400px;
    height:150px;
    padding:5px;
    border:1px solid black;
    overflow-x:scroll;
    overflow-y:hidden;
  }
  
  .imgThumbBox{
    width:100px;
    background:Silver; 
    border: 1px solid Black;
    padding:7px;
 }  
    
 .imgBox{
    width:500px;
    background:Silver; 
    border: thin double Black;
    padding:5px;
 }   
 
 .imgTitle{
    font-size:15px;
    font-weight:bold;
    padding:3px;
 }
 .imgContent{	
 	 background: White;
    border:1px solid black;
    text-align:left;
    height:150px;
    width:450px;
    padding:5px;
    overflow-y:auto;

 }
/* End Image Gallery */

	.news-feed { list-style-type:none; margin:0; padding:3px 0 0;}
	.news-feed li {
	background:transparent url('/webimgs/bullet.gif') 0 6px no-repeat;
	padding-left:17px;
	padding-bottom:10px;
	}
	.news-feed li a:link, .news-feed a:active, .news-feed a:visited {
	color:#2d3bbc;
	text-decoration:none;
	line-height:22px;
}

/*Form Labels*/
.formLabelR{
	font-weight:bold;
}



/*Table Display Settings*/
Table#Listing{
	border:1px solid black;
	background-color:black;
}

Table#Listing td.LabelHeader{
	padding:5px;
	background-color:black;
	color:white;
	font-size:10px;
}

Table#Listing td.LabelHeader a{
	color:white;
	font-weight:bold;
	text-decoration:underline;
	font-size:10px;
}

Table#Listing td.LabelHeader a:hover{
	color:gold;
}


    .tableHeader{
        background-color:#008040;
		background-color:gray;
        color:white;
        font-weight:bold;
        padding:5px;
    }
	
	
	.notPageSelected{
	color:white;
}

.pageselected{
	color:gold;
}