/* general */

html, body {min-height: 100%; height: auto;}

body {
	margin:0px;
	padding:0px;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5F5 url(../images/background_strip.gif) repeat-x bottom left;
}
h1, h2, h3, h4 {
	color: #2D4A00;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0px;
}
h1 {
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
h2 {
	font-size: 140%;
	margin-top: 10px;
}
h3 {
	font-size: 115%;
	margin-top: 10px;
}
h4 {
	font-size: 100%;
	margin-top: 10px;
}
p {
	margin: 6px 0px;
}
a {
	color: #003399;
}
a:hover, a.current {
	color: #0066FF;
}
.imageFloatLeft {
	float: left;
	margin: 0px 5px 5px 0px;
}
/* END general */

/* navigation above banner */	
#quickLinks {
	height: 15px;
	text-align: right;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-right: 10px;
	background: #2D4A00 url(../images/quicklinks-background.jpg) no-repeat;
}
body.inside #quickLinks {
	height: 15px;
	
}
#quickLinks a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* END navigation above banner */

/* banner image */
#bannerContainer {
	height:171px;
	margin-bottom: 15px;
	width: 100%;
	background: url(../images/banner_background.gif) repeat-x;
}
body.inside #bannerContainer{
	height:82px;
	margin-bottom: 15px;
	width: 100%;
	
}
#bannerContainer #bannerImage {
	height: 171px;
	background: url(../images/banner4.jpg) no-repeat;
	width: 800px;
}
body.inside #bannerContainer #bannerImage {
	height: 82px;
	
	width: 800px;
}
/* END banner image */


/* left column */
#leftColumn {
	position: absolute;
	left:10px;
	top:200px;
	width:160px;
	font-size: 90%;
}
body.inside #leftColumn {
	top:111px;
}
#leftColumn #mainNavigation ul {
	margin: 0px;
	padding: 0px;
}
#leftColumn #mainNavigation ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#leftColumn #mainNavigation ul li a {
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 154px;
	color: #2D4A00;
}
#leftColumn #mainNavigation ul li li a {
	width: 149px;
	border-left: 5px solid #C1D9A8;
}
#leftColumn #mainNavigation ul li li li a {
	width: 139px;
	border-left: 5px solid #C1D9A8;
	margin-left: 10px;
}
#leftColumn #mainNavigation a:hover,
#leftColumn #mainNavigation a.current {
	background: #56812B;
	color: #FFFFFF;
}
#leftColumn #mainNavigation a.spacer {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
}
/* END left column */


/* centre column */
#centreColumn {
	background:#fff;
	margin-left: 180px;
	margin-right:215px;
}
body.inside #centreColumn {
	margin-right:50px;
}
#centreColumn ul {
	margin: 10px 10px;
	padding: 0px;
	list-style-type: none;
}
#centreColumn ul li {
	background: url(../images/li_bullet.gif) no-repeat 3px 4px;
	padding: 0px 15px;
	margin: 4px 3px;
}
#centreColumn ul.pdfList li {
	background: url(../images/pdf-icon.gif) no-repeat 3px 2px;
	padding: 2px 30px;
	margin: 2px 0px;
}
.leadArticle, .article {
	background: #E9E9DE url(../images/dogear_page.gif) no-repeat right bottom;
}
#centreColumn .leadArticle, #centreColumn .article {
	padding: 10px 10px 20px 10px;
}
#centreColumn .article {
	background-color: #fff;
}
/* END centre column */

/* right column */
#rightColumn {
	position: absolute;
	right:10px;
	top:200px;
	width:195px;
	background-color:#F5F5F5;
	font-size: 90%;
}
body.inside #rightColumn {
	top:111px;
}
#rightColumn .rightColumnBox {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background: #FFFFFF;
}
#rightColumn .rightColumnBox h2 {
	font-size: 120%;
	color: #000000;
	margin: 0px;
}
#rightColumn .rightColumnBox p.nationalDebt {
	font-size: 175%;
	color: #CC6600;
}
#rightColumn .rightColumnBox ul,
#rightColumn .rightColumnBox ol {
	margin: 0px;
	padding: 0px;
}
#rightColumn .rightColumnBox ul li {
	background: url(../images/li_bullet.gif) no-repeat 3px 4px;
	list-style: none;
	padding: 0px 10px;
	margin: 2px 6px;
}
#rightColumn .rightColumnBox ol li {
	margin: 2px 30px;
	padding: 0px;
}
/* END right column */

#footer {
	padding: 35px 0px 10px 10px;
	font-size: 95%;
	margin-left: 180px;
	margin-right: 215px;
}
body.inside #footer {
	margin-right: 50px;
}
#footer p {
	margin: 2px 0px;
}
.hide {
	display: none;
}

.divcenteralign {text-align:center;}

.divrightalign {text-align:right;}

.divleftalign {text-align:left;}

.credit { font-weight: bold;
          color: #2D4A00;
          font-size: 130%;
          margin-top: 6px;
	  margin-bottom: 10px;
	  border-bottom: 1px dashed #ccc;
}
.heading{font-weight:bold}
