/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0 auto;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #333333;
	background: #016100 url(../images/bg_fade.gif) repeat-x top;
	width: 776px;
	border-top: 1px solid #000;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.5em;
	color: #4AA429;
	padding-bottom: 5px;
	background: url(../images/bg_dotted_green.gif) repeat-x bottom;
}
h3 {
	font-size: 1.3em;
	color: #4AA429;
}
h3.section {
	border: 1px solid #D6D6D6;
	padding: 3px 4px;
	margin-top: 12px;
}
h4 {
	font-size: 1.1em;
}
h4.link-title {
	margin: 5px 0;
}
h4.link-title a:link, h4.link-title a:visited {
	color: #016100;
	text-decoration: none;
}
h4.link-title a:active, h4.link-title a:hover {
	color: #4AA429;
	text-decoration: none;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: verdana, arial, helvetica, sans-serif;
}
h1,h4,h5,h6 {
	color: #bbb;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.4em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #CC3300;
}
a:active, a:hover {
	color: #4AA429;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #CC3300;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
}
.imageRight {
	float: right;
	margin: 0 0 1em 0;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: transparent;
}
/*#mainblockcentre {
	float: left;
   background: transparent;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: transparent;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: transparent;
}
#sidebarright {
	background: transparent;
}*/
#pagebodycontent {
	background: url(../images/bg_shadows.gif) no-repeat top;
	margin: 0 auto;
	padding-bottom: 0;
	width: 776px;
	padding-left: 16px;
	/*border-width: 1px 0;
	border-style: solid;
	border-color: #eee;*/
}

/* ============ content tables =================== */
table#three-columns {
	width: 760px;
	background: transparent;
}
table#three-columns td {
	vertical-align: top;
}
table#three-columns tr td#left {
	width: 373px;
	background: transparent;
}
table#three-columns tr td#middle {
	width: 220px;
	background: #f0f0f0;
}
table#three-columns tr td#right {
	width: 167px;
	background: transparent;
}

table#two-columns {
	width: 760px;
	background: transparent;
}
table#two-columns td {
	vertical-align: top;
}
table#two-columns tr td#left {
	background: transparent;
	width: 593px;
}
table#two-columns tr td#right {
	width: 167px;
	background: #f0f0f0;
}

div#side-bar h4 {
	background: #4aa429;
	border-bottom: 1px solid #096a00;
	padding: 8px 10px;
	color: #fff;
	margin: 0;
}
div#side-bar ul {
	list-style: none;
}
div#side-bar ul li {
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0;
	background: #dddddd;
}
div#side-bar a {
	margin-left: 10px;
}
div#side-bar a:link, div#side-bar a:visited {
	color: #4AA429;
}
div#side-bar a:active, div#side-bar a:hover {
	color: #333333;
}
div.img-strip {
	text-align: center;
	margin-top: 10px;
}
div.img-strip img {
	margin: 10px auto 0 auto;
}
div.img-caption p {
	background: #D6E5D6;
	margin: 0 auto 10px auto;
	width: 147px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #B1CEB1;
}

#header {
	padding: 5px 0 6px 0;
	border-top: 1px solid #fff;
	width: 760px;
	background: #333333 url(../images/bg_header.gif) no-repeat top left;
	text-align: right;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li {
	display: inline;
	font-size: 0.8em;
	margin: 0;
	padding: 7px 7px 7px 18px;
	background: url(../images/bullet_arrow_green_small.gif) no-repeat 0.9em 1.1em;
	/*border-left: 1px solid #fff;*/
}
#header ul a {
	font-weight: bold;
	text-transform: uppercase;
}
#header ul a:link, #header ul a:visited {
	color: #fff;
	text-decoration: none;
}
#header ul a:active, #header ul a:hover {
	color: #48a942;
	text-decoration: none;
}

#banner {
	padding: 0;
	width: 760px;
	background: #096a00 url(../images/header.gif) no-repeat top right;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #fff;
	height: 145px;
}
#banner img {
	display: inline;
}
#banner img#headerpic {
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
	margin-left: 200px;
}

#footerbar {
	padding: 8px 8px 16px 8px;
	margin: 10px 12px 0 12px;
	background: url(../images/bg_dotted_green.gif) repeat-x top;
	width: 720px;
}
#footerbarunder {
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
	width: 776px;
	margin: 0 0 0 8px;
	background: url(../images/shadow_bottom.gif) no-repeat top left;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #fff;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #4AA429;
}

ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em 0;
	background: #d6d6d6 url(../images/bg_navbarh.gif) repeat-x top;
	width: 760px;
	/*border-top: 1px solid #666666;*/
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #c5c5c5;
}
#navbarh ul {
	padding: 7px 0 8px 0;
	margin: 0 0 0 13px;
}
#navbarh ul li {
	display: inline;
	padding: 0 24px 0 12px;
	font-size: 0.8em;
	background: url(../images/bullet_arrow_green.gif) no-repeat 0 0.3em;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited {
	color: #006000;
}
#navbarh a:active, #navbarh a:hover {
	color: #CC3300;
}

/* ============ section boxes =============== */
table#section-boxes {
	width: 100%;
}
table#section-boxes td {
	vertical-align: top;
}
table#section-boxes tr th {
	text-align: left;
	background: #fff;
}
table#section-boxes tr th h3 {
	margin: 10px 0 2px 0;
	text-transform: uppercase;
	font-size: 1.1em;
}
table#section-boxes tr th h3 a {
	text-decoration: none;
}
table#section-boxes tr th h3 a.green1:link, table#section-boxes tr th h3 a.green1:visited {
	color: #4aa429;
}
table#section-boxes tr th h3 a.green2:link, table#section-boxes tr th h3 a.green2:visited {
	color: #016100;
}
table#section-boxes tr th h3 a.green3:link, table#section-boxes tr th h3 a.green3:visited {
	color: #004300;
}
table#section-boxes tr th h3 a.green4:link, table#section-boxes tr th h3 a.green4:visited {
	color: #004300;
}
table#section-boxes tr th h3 a.green1:active, table#section-boxes tr th h3 a.green1:hover, table#section-boxes tr th h3 a.green2:active, table#section-boxes tr th h3 a.green2:hover, table#section-boxes tr th h3 a.green3:active, table#section-boxes tr th h3 a.green3:hover, table#section-boxes tr th h3 a.green4:active, table#section-boxes tr th h3 a.green4:hover {
	color: #CC3300;
}
table#section-boxes tr td.section-text1 {
	background: #4aa429;
	border-right: 5px solid #fff;
}
table#section-boxes tr td.section-text2 {
	background: #016100;
	border-right: 5px solid #fff;
}
table#section-boxes tr td.section-text3 {
	background: #004300;
	border-right: 5px solid #fff;
}
table#section-boxes tr td.section-text4 {
	background: #003400;
	border-right: 5px solid #fff;
}
table#section-boxes tr td.section-text1 p, table#section-boxes tr td.section-text2 p, table#section-boxes tr td.section-text3 p, table#section-boxes tr td.section-text4 p {
	margin: 10px;
	color: #fff;
	font-size: 0.9em;
}
table#section-boxes tr td.section-pic {
	background: #fff;
	width: 134px;
}
table#section-boxes tr td.section-pic img {
	display: block;
}

/* ============ news box styles =================== */
div#box-container h3 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-size: 1.2em;
}
div#box-container h3 a {
	text-decoration: none;
}
div#box-container h3 a:link, div#box-container h3 a:visited {
	color: #016100;
}
div#box-container h3 a:active, div#box-container h3 a:hover {
	color: #CC3300;
}
div#box-container h4 {
	text-transform: uppercase;
	font-size: 1.1em;
}
div#box-container h4 a:link, div#box-container h4 a:visited {
	color: #016100;
	text-decoration: none;
}
div#box-container h4 a:active, div#box-container h4 a:hover {
	color: #016100;
	text-decoration: underline;
}
div#box-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#box-container ul li {
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(../images/bg_dotted_green.gif) repeat-x top;
}

/* ============ Content Styles =================== */
ul.list {
	list-style: none;
	margin: 10px 0 0 10px;
}
ul.list li {
	background: url(../images/bullet_square_green.gif) no-repeat 0 0.7em;
	padding: 2px 0 4px 13px;
}

table.content {
	width: 100%;
	margin: 10px 0 0 0;
	color: #000;
}
table.content tr th {
	text-align: left;
	background: #488947;
	padding: 4px 0 4px 4px;
	color: #fff;
}
table.content td {
	vertical-align: top;
}
table.content tr td {
	border-top: 2px solid #fff;
	padding: 6px 4px;
	background: #d6e5d6;
}
table.content tr td.left {
	border-right: 2px solid #fff;
	background: #b3cfb3;
	font-weight: bold;
}
table.content tr td.middle {
	border-right: 2px solid #fff;
	width: 150px;
}





div.img-float-right {
	float: right;
	margin: 20px 0 0 0;
}
div.img-float-right img {
	display: block;
}

table.cutting {
	margin-top: 10px;
	color: #000;
}
table.cutting td {
	vertical-align: top;
	border-top: 2px solid #fff;
}
table.cutting tr td {
	width: 175px;
	background: #D6E5D6;
	text-align: center;
	padding: 5px;
}
table.cutting tr td p {
	text-align: left;
	margin: 0;
	font-size: 0.9em;
}
table.cutting tr th {
	text-align: left;
	color: #fff;
	background: #488947;
	padding: 4px 0 4px 4px;
}

p.pdf {
	background: url(../images/pdf.gif) no-repeat 0 0.1em;
	padding: 10px 0 25px 60px;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
	clear: both;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #4AA429;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #4AA429;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

