/* CSS Document */
a:link {color: #718932}
a:visited {color: #FFAF59}
a:hover {color: #718932}
a:active {color: #718932}

body {
	margin:	0px;
	padding: 0px;
	background: #052746 url(../images/tile.gif);
	border:	none;
	text-align:	center;
	height:	100%;
	font: normal 11px arial,helvetica,sans-serif;
	color: #052746;
	
}

h1 {
	color: #718932;
	font: normal 14px arial,helvetica,sans-serif;
}

#globalWrap {
	display:		block;
	width:			760px;
	text-align:		center;
	margin:			0px auto;
	padding:		0px;
	background:		url(../images/background2.png)  repeat-y left;
}
* html #globalWrap {
	position:		relative;
	background:		url(../images/background2.png)  repeat-y left;
	filter:		    progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background2.png', sizingMethod='scale')
}

#mainPage {
	text-align:		left;
	background-color:	#ffffff;
	width:			760px;
	margin:			0 auto;
}

#topBanner {
	background:		url(../images/topbanner.jpg) no-repeat top left;
	height:			72px;
	text-align:		right;
}

#navPanel {
	background:		url(../images/navPanel.gif);
	height:			58px;
	text-align:		right;
}

#mainGraphic {
	height:			182px;
	text-align:		right;
}

#mainGraphic2 {
	height:	182px;
	width: 760px;
}

#pageContentWrap {
	background:	url(../images/contentbkgrd.jpg) no-repeat top left;
}

#pageContent {
	padding-top: 	34px;
	padding-bottom: 40px;
	padding-left: 	42px;
	padding-right: 	15px;
 	
}

#leftColumn_ {
	float:			left;
	width:			402px;
}

.newsArticle {
	float:left;
	width: 400px;
	margin-bottom: 20px;	
}

.newsImg {
	width: 95px;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.newsText {
	margin-top: 0;
	margin-left: 100px;
	line-height: 1.3em;
}

.newsFooter {
	display:		block;
	float:			left;
}

#rightColumn_ {
  	display:		block;
	float:			right;
	width:			250px;	
}

#rightColumnWrap {
	width:			250px;
	margin:			0px;
	padding:		0px;
	background:		url(../images/quiklinkpanel.gif)  repeat-y left;
	
}

* html #globalWrap {
	position:		relative;
	background:		url(../images/quiklinkpanel.gif)  repeat-y left;
	filter:		progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiklinkpanel.gif', sizingMethod='scale')
}




.quickLinkPad {
	padding-bottom: 5px;
	padding-left: 	14px;
 	padding-right: 	30px;
}

.quickLink {
	width:			235px;
}

.quickLinkContent {
	text-align:		left;
	width:			207px;
}

.quickLinkHead {
	width:			235px;
}

.quickLinkFoot {
	width:			235px;
}

.quickLinkImg {
	width:			207px;
}

.quickLinkText {
	width:			207px;
}

.quickLinkButton {
	position:		relative;
	width:			180px;
	top:			5px;
}

#mainFooter {
	background:		url(../images/footer.gif)	no-repeat top left;
	height:			70px;
}

#mainFooterCopy {
	padding-top: 	12px;
	display:		block;
	float:			right;
 	padding-right: 	30px;
}

#mainFooterLinks {
	padding-top: 	12px;
	display:		block;
	float:			left;
	padding-left:	30px;
}

#header {
	color:			#718932;
	font-weight:	bold;
	font-size:		20px;
	font-family:	arial,helvetic,sans-serif;
}

.newsLine {
	width: 402px;
 	height: 2px;
	padding: 10px 0 10px 0;
}


.newsDate {
	color: #999999;
}

.subHeader{
	color:			#718932;
	font-size:		14px;
	font-family:	arial,helvetic,sans-serif;
}

.quickLinkHeader {
	color:			#718932;
	font-size:		18px;
	font-family:	arial,helvetic,sans-serif;
}

.clearDivs {
	clear:			both;
	display:		block;
	height:			10px;
	overflow:		hidden;
}

/* Paging Javascript */
.pg-normal {
	color: black;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;    
}
            
.pg-selected {
	color: black;
	font-weight: bold;        
	text-decoration: underline;
	cursor: pointer;
}
