/* GENERAL COMMANDS */

body { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	background-color: #6E6E6E;
	font-family: Arial,helvetica,sans-serif;
	text-decoration: none;
background-image: url("img/bg_main.gif");
	background-repeat: repeat-x, repeat-y;
}

a	{text-decoration: none}
a:link	{text-decoration: none}
a:visited	{text-decoration: none}
a:active	{text-decoration: none}
a:hover	{text-decoration: none}

td { vertical-align:top;}

/* BACKGROUNDS */

.bg_table {
	background-color: #FFF;	
	vertical-align: top;
	width: 780px;
background-image: url("img/bg_top5.gif");
	background-repeat: repeat-x;
border-left: 1px solid #053964;
border-right: 1px solid #053964;
}

.bg_gray {
	background-color: #EBEBEB;	
	padding-bottom: 3px;
	vertical-align: top;
}

/* PADDING AND SIZERS */

.pad_col1 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 138px;
	vertical-align: top;
}
.pad_col2 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 138px;
	vertical-align: top;
}
.pad_col3 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 378px;
	vertical-align: top;
}
.pad_col4 {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 126px;
	vertical-align: top;
}
.pad_col4sm {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	width: 26px;
	vertical-align: top;
}
.pad_crumb {
	vertical-align: top;
	padding-left: 21px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.pad_copy {
	vertical-align: top;
	padding-left: 23px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.pad_logo {
	padding-bottom: 14px;
	padding-right: 15px;
	padding-top: 16px;
	text-align: right;
}
.pad_nav1 {
	text-align: right;
	vertical-align: top;
	padding-left: 7px;
}
.pad_nav2 {
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
}
.pad_content {
	padding-left: 20px;
	text-align: right;
	width: 800px;   /* was 340px */
	vertical-align: top;

}
.pad_links {
	padding-left: 20px;
	text-align: right;
	width: 458px;
	vertical-align: top;
}
.pad_content_rt {
	width: 140px;
}
.table_top {
	vertical-align: top;
}
.title_g {
	vertical-align: top;
}

/* CRUMBS */

.crumbtext {
	font-size: 11px;
	line-height: 12px;
	color: #252525;
	text-align: left;
padding-left: 4px;
}
.crumbtext a:link, .crumbtext a:visited {
	color: #6C6C6C;
	padding-right: 8px;
	font-weight: normal;
}
.crumbtext a:hover, .crumbtext a:active {
	color: #78B900;
}

/* for last element in crumb trail */
.lastcrumb, .lastcrumb a:link, .lastcrumb a:visited, .lastcrumb a:hover, .lastcrumb a:active { 
	color: #000; 
}

/* NAVIGATION - FAR LEFT MENU
     nav1 is for regular menu elements
     nav1_roll is for when they're rolled over
     nav1_on is for when they're active

     the nav2_on block is duplicated in colour_about to override the color
     
*/

.nav1 {
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	/* padding-top: 2px;
	padding-bottom: 2px; */
	padding-left: 6px;
	padding-right: 10px;

	background-color: #EBEBEB;
}
.nav1 a:link, .nav1 a:visited {
	color: #666666;
}
.nav1 a:hover, .nav1 a:active {
	color: #666666;
}

.nav1_roll {
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	/* padding-top: 2px;
	padding-bottom: 2px; */
	padding-left: 6px;
	padding-right: 10px;

	background-color: #D6D6D6;
}
.nav1_roll a:link, .nav1_roll a:visited {
	color: #666666;
}
.nav1_roll a:hover, .nav1_roll a:active {
	color: #666666;
}

.nav1_on {
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 10px;

	background-color: #D6D6D6;
}

.nav1_on a:link, .nav1_on a:visited {
	color: #666666;
}
.nav1_on a:hover, .nav1_on a:active {
	color: #666666;
}

/* NAVIGATION - LEFT MENU */

.nav2 {
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	/* padding-top: 2px;
	padding-bottom: 2px; */
	padding-left: 6px;
	padding-right: 10px;

	background-color: #D6D6D6;
}
.nav2 a:link, .nav2 a:visited {
	color: #666666;
}
.nav2 a:hover, .nav2 a:active {
	color: #666666;
}
.nav2_roll {
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	/* padding-top: 2px;
	padding-bottom: 2px; */
	padding-left: 6px;
	padding-right: 10px;

	background-color: #BABABA;
}
.nav2_roll a:link, .nav2_roll a:visited {
	color: #666666;
}
.nav2_roll a:hover, .nav2_roll a:active {
	color: #666666;
}


.nav2_on {
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 10px;

	background-color: #72B037;
}

/* added */
.nav2_on a:link, .nav2_on a:visited {
	color: #fff;
}
.nav2_on a:hover, .nav2_on a:active {
	color: #fff;
}



/* COMLUMN 3 - TEXT AND COPY - CONTENT AREA */

.text {
	font-size: 10px;
	line-height: 16px;
	color: #4C4C4C;
	text-align: left;
	padding-left: 0px;
	padding-top: 1px;
}
.text a:link, .text a:visited {
	color: #000;
}
.text a:hover, .text a:active {
	color: #78B900;
}



/* new (copy from .title), plus add margin-top def */
.csc-header h1, .csc-firstHeader h1, .csc-textpicHeader h1 {
	font-size: 11px;
	line-height: 13px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;  margin-bottom: 0px;
	margin-top: 0px; 
}

.csc-textpic {
	padding-top: 3px; /* perhaps 2px; */
}



.title {
	font-size: 11px;
	line-height: 13px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;
}

.sub_title {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 2px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
}
.title_facts {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 1px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
}
.text_facts {
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	/* removed for testing */
	/* background-image: url("img/rule.gif"); */
	/* background-repeat: repeat-x; */
	/* background-color: #FFF; */
}


.bodytext {
	font-size: 14px;
	line-height: 14px;
	color: #616161;
	text-align: left;
	vertical-align: top;
	/* margin-left: 5px; */
	padding-right: 5px;
	/* padding-top: 4px; */ padding-top: 0px; margin-top: 0px;
	margin-bottom: 5px;
}



/* LEADERSHIP TEXT */

.lead_name {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 0px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
}
.job {
	font-size: 10px;
	line-height: 14px;
	color: #4C4C4C;
	text-align: left;
	padding-left: 1px;
	padding-top: 5px;
}
.text_bios {
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	text-align: left;
	vertical-align: top;
	padding-bottom: 4px;
	padding-right: 10px;
}

/* HISTORY TEXT */

.title_history {
	font-size: 11px;
	line-height: 13px;
	color: #2E2E2E;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
}

/* RESOURCES CONTENT */
.text_lit {
	font-size: 10px;
	line-height: 13px;
	color: #616161;
	text-align: left;
	padding-left: 1px;
	padding-top: 1px;
}
.text_lit a:link, .text_lit a:visited {
	color: #616161;
}
.text_lit a:hover, .text_lit a:active {
	color: #CC3300;
}
.img_lit {
	padding-right: 2px;
	padding-bottom: 2px;
}
.literature {
	font-size: 10px;
	line-height: 13px;
	color: #78B900;
	text-align: left;
	font-weight: bold;
}
.literature a:link, .literature a:visited {
	color: #6D6D6D;
	padding-left: 1px;
	font-weight: normal;
}
.literature a:hover, .literature a:active {
	color: #78B900;
}
.links {
	font-size: 13px;
	line-height: 11px;
	/* color: #78B900; */
	text-align: left;
	font-weight: bold;
vertical-align: top;
}
.links a:link, .links a:visited {
	color: #6D6D6D;
	padding-left: 1px;
	font-weight: normal;
}
.links a:hover, .links a:active {
	color: #78B900;
}

/* CONTACT TEXT */

.con_country {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: 130px;
	background-color: #FFF;
}
.con_city {
	font-size: 10px;
	line-height: 12px;
	color: #616161; /* 4C4C4C; */
	text-align: left;
	/* font-weight: bold; */
}
/* address uses con_company, not con_text! */
.con_text {
	font-size: 10px;
	line-height: 12px;
	color: #616161;
	text-align: left;
	vertical-align: top;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 14px;
	width: 236px;
	background-color: #FFF;
}
.con_company {
	font-size: 10px;
	line-height: 12px;
	color: #616161;
	text-align: left;
	vertical-align: top;

}

.con_phone {
	font-size: 11px;
	/* line-height: 12px; */
	color: #4C4C4C;
	font-weight: bold;
}

/* FACILITIES TEXT */

.termtable {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	padding: 4px;
	width: 60%;
	background-color: #FFF;
}

.termtable {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	padding: 4px;
	width: 60%;
	background-color: #FFF;
}
.termtablelt {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	padding: 4px;
	width: 40%;
	background-color: #FFF;
}
.terminal {
	font-size: 10px;
	line-height: 12px;
	color: #78B900;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 6px;
}
.headline {
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	text-align: left;
	padding-right: 10px;
	padding-left: 2px;
}
.headline a:link, .headline a:visited {
	font-size: 11px;
	line-height: 12px;
	color: #78B900;
}
.headline a:hover, .headline a:active {
	color: #78B900;
}
.text_news {
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 2px;
}
.text_news a:link, .text_news a:visited {
	color: #78B900;
}
.text_news a:hover, .text_news a:active {
	color: #78B900;
}

.news_list_date {
	color: #616161;
}

/* for .news_list_title, see colour_XXX.css */


/* RULES */

.rule {
	width: 600px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
	margin-bottom: 0px;
}
.rule_contact {
	width: 358px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
	margin-bottom: 1px;
}
.rule_history {
	width: 358px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
margin-top: 8px;
	margin-bottom: 10px;
}
.rule_term {
	width: 358px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
	margin-bottom: 2px;
}
/* final_rule_bot is an alias for rule_bot to allow us to override visibility
   and selectively hide the final/bottom rule bar based on other formatting */
.rule_bot, .final_rule_bot {
	width: 600px;
	background-color: #FFF;
	background-image: url("img/rule.gif");
	background-repeat: repeat-x;
	font-size: 2px;
	line-height: 2px;
	margin-top: 5px;
}


/* BORDERS */

.images {
	border: 1px solid #707070;
	margin-bottom: 7px;
	margin-top: 1px;
}
.flag {
	margin-right: 4px;
}
.map {
	padding-bottom: 0px;
	padding-top: 0px;
}
.photo_essay {
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 7px;
	border: 1px solid #707070;
	vertical-align: top;
}
.photo_bios {
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 0px;
	border: 1px solid #707070;
	vertical-align: top;
}

