.panel_L {
	background-image: url(images/panel_L.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.panel_R {
	background-image: url(images/panel_R.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


body {
	margin: 0px;
	background-image: url(images/page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
	padding: 0px;
	background-attachment: fixed;
}
#wrapper			{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


#leftcontent {
	position: absolute;
	left:0px;
	top:0px;
	width:200px;
}

#centercontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	}

#rightcontent {
	position: absolute;
	right:0px;
	top:0px;
	width:200px;
}


.small {
	font-size: 80%;
}
a {
	color: #333333;
}
a:link {
	color: #333333;
}
a:hover {
	color: #CC0000;
}


a.button {
	text-decoration: none;
}
a:hover.button {
	color: #CC0000;
}


.menu {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu a {
	color: #64b035;
	font-weight: bold;
	text-decoration: none;
}
.menu a:link {
	color: #64b035;
}
.menu a:hover {
	color: #CC0000;
}

.menu_indent {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.menu_indent a {
	color: #64b035;
	text-decoration: none;
}
.menu_indent a:link {
	color: #64b035;
}
.menu_indent a:hover {
	color: #CC0000;
}


.home_links {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 150%;
}
.home_links a {
	color: #64b035;
	font-weight: bold;
	text-decoration: none;
}
.home_links a:link {
	color: #64b035;
}
.home_links a:hover {
	color: #CC0000;
}

.grey a {
	color: #777766;
	font-weight: bold;
	text-decoration: none;
}
.grey a:link {
	color: #777766;
}
.grey a:hover {
	color: #CC0000;
}
.white {
	color:#FFFFFF;
}
.white a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
	line-height: 1;
}
.white a:link {
	color: #FFFFFF;
}
.white a:hover {
	text-decoration: underline;
}
.crowd {
	background-image: url(images/blue_crowd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 100px;
}
.page_left {
	background-image: url(images/page_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.page_right {
	background-image: url(images/page_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.page_bottom {
	background-image: url(images/page_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.dotted_rule {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #777766;
}
.pad_5 {
	padding: 5px;
}
.pad_3 {
	padding: 3px;
}
.pad_5_left {
	padding-left: 5px;
	padding-right: 0px;
}
.pad_10_right {
	padding-left: 0px;
	padding-right: 10px;
}
th {
	color: #FFFFFF;
	background-image: url(images/panel_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color: #333333;
	font-weight: normal;
}
.rule_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777766;
}
.rule_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777766;
}
.rule_lbr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777766;
	border-bottom-color: #777766;
	border-left-color: #777766;
	padding: 10px;
}
.rule_lb {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #777766;
	border-left-color: #777766;
}
.rule_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777766;
}
.rule_br {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #777766;
	border-right-color: #777766;
}
.big_grey {
	font-size: 150%;
	font-weight: bold;
	color: #777766;
}
.voxtv {
	background-image: url(images/voxtv_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777766;
	border-bottom-color: #777766;
	border-left-color: #777766;
}
.featured_report {
	background-image: url(images/featured_report.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777766;
	border-bottom-color: #777766;
	border-left-color: #777766;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.latest_reports {
	background-image: url(images/report_big.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777766;
	border-bottom-color: #777766;
	border-left-color: #777766;
	padding: 10px;
}
.panel_members {
	background-image: url(images/panel_members_big.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777766;
	border-bottom-color: #777766;
	border-left-color: #777766;
	padding: 10px;
}
.margin_30_top {
	margin-top: 30px;
}
.menu_table {
	margin: 0px 20px;
}
#yellow_back {
	background-color: #FFFFCC;
	padding: 6px;
	width: 250px;
	z-index: 1;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
.red_back {
	background-color: #CC0000;
}
.indent {
	margin-left: 25px;
}
h1 {
	font-size: 170%;
	color: #64b035;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
}
.grey_border {
	border: 1px solid #777766;
}
h2 {
	font-size: 110%;
	padding-top: 10px;
	color: #64B035;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
.green_pic {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #64B035;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B0B0B0;
	margin-right: 15px;
}
.green_pic_right {
	margin-left: 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #64B035;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B0B0B0;
	margin-bottom: 5px;
	margin-top: 5px;
}
.red {
	color: #CC0000;
}
h4 {
	font-size: 100%;
	color: #000066;
	padding-bottom: 0px;
}
.superscript {
	vertical-align: super;
	font-size: 60%;
}
#list {
	margin-top: 20px;
	width: 90%;
}
#list p {
	margin: 0px 0px 10px 30px;
	line-height: 1.4;
}
#list h4 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content p {
	line-height: 1.4;
	margin-left: 25px;
}


.clients_table a {
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.clients_table  a:link {
	color: #333333;
	text-decoration: none;
}
.clients_table  a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#light_blue_box {
	color: #FFFFFF;
	background-color: #9999CC;
	clear: both;
	margin: 20px 0px 0px;
	width: 90%;
}
#light_blue_box p {
	color: #FFFFFF;
	background-color: #9999CC;
	margin: 0px;
	padding: 8px;
}
.head_indent {
	padding-left: 10px;
}
.header_image {
	margin-right: 30px;
}
.black {
	color: #000000;
}

/* -------------kp added bits--------------------------*/
#shadowRight {
	position: absolute;
	top:0px;
	width: 20px;
	background-image: url(images/page_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 5;
	left: 820px;
	height: 100%;
}
#shadowLeft {
	position: relative;
	top:0px;
	width: 20px;
	background-image: url(images/page_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	z-index: 6;
	overflow: hidden;
}

#main {
	z-index: 5;
	width: 800px;
	text-align: left;
	float: left;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	padding-bottom: 120px;
	}


#header {
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	height: 125px;
	border: none;
	position: relative;
	background-image: url(images/header.jpg);
}

#nav {
	position: relative;
	width: 150px;
	left: 10px;
	z-index: 10;
	float: left;
	top: -6px;
}
#memberBox {
	height: 30px;
	width: 240px;
	position: relative;
	top: 30px;
	color: #777766;
	vertical-align: middle;
	right: 0px;
	float: right;
}
#memberNav {
	background-color: #FFFFFF;
	vertical-align: bottom;
	top: -30px;
	height: 25px;
	color: #777766;
	text-decoration: none;
	right: 0px;
	width: 240px;
	padding-top: 5px;
	text-align: center;
}
#lozenge {
	height: 30px;
	width: 15px;
	position: absolute;
	right: 240px;
}
#content {
	z-index: 20;
	position: relative;
	width: 550px;
	float: left;
	left: 40px;
	padding-bottom: 40px;
}
#footer {
	text-align: left;
	z-index: 40;
	position: relative;
	left: 10px;
	width: 100%;
	bottom: 10px;
	font-size: 90%;
}
.shadow {
	background-image: url(images/page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.register a {
	vertical-align: baseline;
	position: relative;
	top: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #777766;
}
.crumbs {
	color: #64B035;
	background-color: #FFFFCC;
	padding: 4px 6px;
	clear: both;
}
.table_text {
	margin-left: 0px;
	text-align: center;
}
li {
	line-height: 1.4;
	margin-bottom: 5px;
}
.sitemap2 {
	text-indent: 25px;
}
.sitemap3 {
	text-indent: 50px;
}
.calendar {
	font-size: 80%;
}
.sky {
	background-attachment: scroll;
	background-image: url(images/sky.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fields {
	background-attachment: scroll;
	background-image: url(images/ist2_3235888_new_crops_ancient_landscape.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.copyright {
	font-style: italic;
	text-align: right;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.padAll {
	padding: 20px 10px;
}
.padLRB {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.padTLR {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.nopad {
	padding: 0px;
}
.swan_blue {
	color: #869ABE;
}

