html, body { margin: 0; padding: 0; height: 100%; }

body {    
	background-color: #ffffff;  
	color: #000000;        
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	/*font-style: Arial;*/
	text-align: center;    
}
table, td, div {    
	font-size: 100%;	/* to fix IE 5.x font inheritance bug */
}

a   { text-decoration: none; color: #17397d; } 
a:visited { color: #666; }
a:hover { text-decoration: underline; }
p   { margin: 0.5em 0 1.5em 0; }
h1  { color: #690707; font-size: 1.4em; margin: 0.5em 0 1em 0; }
h2  { color: #aa3d12; font-size: 1.2em; }
h3  { color: #690707; font-size: 1.1em; margin: 0.5em 0; }
h4  { color: #aa3d12; font-size: 1.1em; }
img { border: 0; }

.right  { float: right; margin-left: 20px; text-align: right; }
.left   { float: left; margin-right: 20px; }
.top    { margin-top: 0; }
.bottom { margin-bottom: 0; }
.center { text-align: center; }
.clear  { clear: both; }
.small  { font-size: 0.85em; line-height: 140%; }
.indent { margin-left: 2em; }
.label  { display: block; width: 5em; float: left; }
.submit { background-color: #aa3d12; color: #fff; font-weight: bold; border: none; float: left; width: 100%; }

/* PAGE LAYOUT STYLES */

#wrapper { 
	width: 980px;    
	margin: 0 auto;  
	text-align: left;  
	font-size: 110%;
}

#header {  
	width: 980px;           
    font-size: 82%;
	position: relative;
}

#new_header {
	width: 90%;     
	text-align: left;       
    font-size: 92.5%;
	position: relative;
}

.newwidth { width: 90%; }
.smallernav {left: 180px !important;}
.eighthundred {width: 980px !important;}
.twohundred {width: 200px !important;}
.seventhirty {width: 560px !important; float: left;}

#left_column {
	width: 250px;      
	float: left;  
	font-size: 1.2em;
	line-height: 160%;    
}

#right_column {
	width: 710px;    
	float: right;
	font-size: 1.3em;
	line-height: 160%;
}

#left_reversecolumn {
	width: 710px;
	float: left;
	font-size: 1.3em;
	line-height: 160%;
}

#right_reversecolumn {
	width: 250px;
	float: right;
	font-size: 1.2em;
	line-height: 160%;
}

#one_column {  
	width: 980px;
	font-size: 1.3em;
}	

/* HEADER LAYOUT STYLES */
#textlinks a.last, #navbar p a.last { border: none; padding-right: 0; }

#textlinks {
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
}

#textlinks a {
	padding: 0 1em 0 0.75em;
	border-right: 1px solid #999;
	color: #000000;
	/*color: #17397d;*/
}

#textlinks a:visited {
	color: #666;
}
#textlinks a:hover {
	text-decoration: underline;
}
a#skipNav:link, a#skipNav:visited, a#skipNav:hover { color: #FFF; border: none; }
a#skipNav:active, a#skipNav:focus { color: #17397d; border-right: 1px solid #999;  }

#sotextlinks {
	position: absolute;
	right: -10px;
	top: 5px;
	text-align: right;
	
}

a#sotextlinks {
	color: #000000;
	}

a#sotextlinks:visited {  
	color: #000000;
	}
	
#sotextlinks a {
	padding: 0 1em 0 0.75em;
	color: #000000;
	
	/*border-right: 1px solid #999; */
}
#sotextlinks a:visited {
	color: #000000;
}

#accessibility a:visited {
	color: #000000;
}
#accessibility a {
	color: #000000;
}

#arc {
	width: 100%;
	height: 92px;
	float: left;
	background: url('en/images/header_arc.jpg') no-repeat 100% 0;
}
  
#new_arc {
	width: 100%;
	height: 92px;
	float: left;
	background: url('en/images/header_arc2.jpg') no-repeat;
} 
  
#arc form {
	float: right;
	margin: 40px 20px 0 0;
}

#search {
	width: 250px;
	height: 1.5em;
	padding: 3px;
	border: 0;     
	background-color: #fff;
}   

#submit {
	width: 30px;
	padding: 3px 0;
	border: 0;
	background-color: #aac372;
	color: #000000;
	font-weight:bold;
}

#navbar {
	width: 100%;
	height: 2.75em;
	float: left;
	background: #453617 url('en/images/header_navbar.jpg') no-repeat top left;
}

#navbar p {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 7px;
}

#navbar p a {
	color: #FFF;
	padding: 0 10px 0 8px;
	border-right: 2px solid #FFF;
}


#banner {
    width: 100%;
	height: 81px;
	float: left;
	margin-bottom: 2px;
	border-bottom: 4px solid #00713d;
	background: url('en/images/header_splash2.jpg') no-repeat 100% 0 ; 
}

#banner_fr {
    width: 100%;
	height: 81px;
	float: left;
	margin-bottom: 2px;
	border-bottom: 4px solid #00713d;
	background: url('fr/images/header_splash2a_fr.jpg') no-repeat 100% 0 ; 
}

#banner_fr h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 570px;
	padding-top: 36px;
	padding-left: 16px;
	margin: 0;
	float: left;
	position: absolute;
}
		
#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 570px;
	padding-top: 36px;
	padding-left: 16px;
	margin: 0;
	float: left;
	position: absolute;
}

#banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	color: #6F8532;
	padding-top: 61px;
	padding-left: 22px;
	float: left;
	position: absolute;
}

#bannerImage {
	background: url('en/images/header_background.gif') repeat-x 0px 0px;
	float: right;
	position: absolute;
	z-index: -1;
}

.bannerPadding {padding: 0px 0px 0px 200px;}

#bannerImage800 {
	background: url('en/images/header_background.gif') repeat-x 0px 0px;
	float: right;
	position: absolute;
	z-index: -1;
	padding: 0px 0px 0px 0px;
}

/* Page Widgets */

.pageActions {margin: 74px 0px 0px 0px !important; padding: 0px 100px 0px 0px; float: right; text-transform: uppercase; z-index: 5; position: relative;}
#left {float: left;}
.pageActions a:hover {text-decoration: underline;} 
.pageActions a {color: #000000;}
.pageActions {list-style-image:none; list-style-position:outside; list-style-type:none;}
.pageActions li {float:left; font-weight: bold; height: 20px;}
.pageActions li.email {background: url('en/images/email.gif') no-repeat 0px 0px !important; font-size: 0.9em; font-family: arial; margin: 0px 0px 0px 0px !important; padding: 1px 10px 0px 0px;}
.pageActions .email a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px;}
.pageActions li.print {background: url('en/images/printer.gif') no-repeat 0px 1px !important; font-size: 0.9em; font-family: arial; margin: 0px 0px 0px 0px !important; padding: 1px 10px 0px 0px;}
.pageActions .print a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px;}
.pageActions li.accessibility {background: url('en/images/aA.gif') no-repeat 0px 0px !important; padding: 1px 10px 0px 0px; margin: 0px 0px 0px 0px !important; font-size: 0.9em; font-family: arial;}
.pageActions .accessibility a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 26px; color: #000000;}
.pageActions .accessibility a:visited {color: #000000;}

/* LEFT NAV STYLES */

#left_column ul { margin: 0; padding: 0; }

.leftnav {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.leftnav .header {
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #bfbfbf;
	float: left;
	position: relative;
	background: #f3c500 url('en/images/arc_left.gif') no-repeat;
}

.leftnav .header a { 
	color: #333;
	font-weight: bold;
	display: block;
	padding: 3px 5px; 
}

.leftnav .header img, .downarrow {
	position: absolute;
	left: 230px;
	top: 6px;
}

/* RIGHT NAV STYLES */

#right_reversecolumn ul { margin: 0; padding: 0; }

.rightnav {
	width: 250px;
	float: right;
	margin-bottom: 10px;
}

.rightnav .header {
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #bfbfbf;
	float: right;
	position: relative;
	background: #f2f2f2 url('en/images/arc_left.gif') no-repeat;
}

.rightnav .header a { 
	color: #333;
	font-weight: bold;
	display: block;
	padding: 3px 5px; 
}

.rightnav .header img, .downarrow {
	position: absolute;
	left: 230px;
	top: 6px;
}

/* EXPANDING MENU STYLES */

.menu {
	width: 100%;
	float: left;
}

.menu li { 
	list-style: none; 
	display: inline;
}

.menu a {	
	color: #666; 
	font-weight: bold;
	display: block;
	padding: 8px 0px 8px 14px;
	border-bottom: 1px dotted #666; 
	background-color: #f7f7ef;
}

#current { background-color: #f8f6d7; }

.menu li li a {
	font-size: 0.9em;
	padding: 8px 0px 8px 35px;
	background: #FFF url('en/images/triangle_right.gif') no-repeat 23px 13px;
}

#contacts {  }

#ministries {
	display: none;
	float: left;
	width: 100%;
	list-style-type: none;
}

#ministries li {
	background-color: #FFF;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 8px 0px 0px 35px;
}

#ministries a { 
	color: #000; 
	font-weight: bold;
}
#explore a:visited { color: #fff; }

#explore { 
	display: block; 
	padding: 0 5px 0 5px;
	position: relative;
}

/* header styles */



/* row styles */

.row {
	width: 100%;
	float: left;
	display: inline;
	margin-right: -3px; /* IE 6 duplicate text fix */
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.two_cols { background: url('en/images/two_cols.gif') repeat-y; }
.three_cols { background: url('en/images/three_cols.gif') repeat-y; }

.two_cols .column {
	width: 354px;
	float: left;
	position: relative;
}

.three_cols .column, .box .column {
	width: 236px;
	float: left;
	position: relative;
}

.row .header {
	width: 100%;
	height: 2.5em;
	clear: left;
	position: relative;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ececec  url('en/images/arc_right_main.gif') no-repeat;
}

.new_row {
	width: 100%;
	float: left;
	display: inline;
	margin-right: -3px; /* IE 6 duplicate text fix */
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.new_row .new_header {
	width: 100%;
	height: 3.0em;
	clear: left;
	position: relative;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ececec  url('en/images/arc_right_main.gif') no-repeat;
}

.new_header h1 {
	color: #333;
	float: left;
	margin: 5px 0 0 10px;
	font-size: 1.3em;
}

.two_cols .column .header {
	width: 350px;
	height: 2.5em;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #f2f2f2 url('en/images/arc_right_half.gif') no-repeat;
	float: none;
	position: relative;
}

.three_cols .column .header {
	width: 230px;
	height: 2.5em;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #f2f2f2 url('en/images/arc_right_third.gif') no-repeat;
	float: none;
	position: relative;
}

.header h1 {
	color: #333;
	float: left;
	margin: 5px 0 0 10px;
	font-size: 1.1em;
}

.header h2 {
	font-size: 1.1em;
}

.more {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

.more img {
	position: absolute;
	top: 5px;
	right: -15px;
};
	
/* PHOTO STYLES */

.frame  { border: 1px solid #ccc; padding: 8px; }
.inline { vertical-align: middle; }

.photocap  { background-repeat: no-repeat; height: 6px; line-height: 1px; font-size: 0.1em; clear: left; }
div.photo  { width: 210px; height: 190px; float: left; margin: 0 13px; } /* gallery */
img.photo  { border-top: 1px solid #fff; border-bottom: 1px solid #fff; width: 100%; float: left; }

.photolink       { width: 100%; float: left; }
.photolink a     { color: #FFF; font-weight: bold; }
.photolink .text { float: left;	padding: 5px 0 0 5px; } 

.nav_top      { background-image: url('en/images/corner_nav_top.gif'); background-position: top left; }
.nav_top_smaller      { background-image: url('en/images/corner_nav_top_smaller.gif'); background-position: top left; }
.nav_bottom   { background-image: url('en/images/corner_nav_bottom.gif'); background-position: bottom left; }
.main_top     { background-image: url('en/images/corner_main_top.gif'); background-position: top left; }
.photo_top    { width: 210px; background-image: url('en/images/corner_photo_top.gif'); background-position: top left; }
.photo_bottom { width: 210px; background-image: url('en/images/corner_photo_bottom.gif'); background-position: bottom left; }
.icon_top     { background-image: url('en/images/corner_icon_top.gif'); background-position: top left; }
.icon_bottom  { background-image: url('en/images/corner_icon_bottom.gif'); background-position: bottom left; }

.red  { background-color: #aa3d12; }
.grey { background-color: #666; }

.icon { 
	width: 125px; 
	float: left; 
	padding: 10px 0;
}
.spacer { float: left; width: 40px; }

/* application & web container page styles - start */

.AppContentsTop {border-bottom:1px solid #d7d7d0;padding:10px;padding-bottom: 1em;}
.AppContentsBottom {border-top:1px solid #d7d7d0;padding:10px;}
.appContents {padding:10px;}


/* FOOTER STYLES */

#left_footer {
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
	width: 250px;
	float: left;  
}

#right_footer {
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
	width: 710px;
	float: right;
}

#footer p {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 0.9em;
}

#footer a { color: #666; }
#footer a:hover { text-decoration: underline; }


#footerimf {
	clear: both;
	width: 980px; 
	padding-top: 20px;
}

#full_footer {
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
	width: 980px;
}

#new_full_footer {
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
	text_align: cener;
}

#full_footer_bottom {
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 1em;
	width: 980px;
}

a:link {
	color: #003359;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003359;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #003359;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000000;
	margin-left: -8px;
}
fieldset {
	border: 0px;
}
.headerSpacer {
	background-color: #FDFDFD;
	height: 8px; 
}

.heading {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	border-top: 5px solid #330000;
	border-bottom: 2px solid #330000;
}
.subheading {
	background-color: #8D8D8D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}

.container {
	background-color: #FFFFFF;
	width: 980px;
	text-align: left;
}
.header {
	vertical-align: bottom;
	height: 52px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headerText {
	font-weight: bold;
	font-size: 140%;
	color: #354332;
	text-align: right;
	padding-top: 5px;
}
.sectionTitle {
	background-image: url(en/images/bgHeader.gif);
	background-repeat: repeat-x;
	color: #344232;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}
.sectionTitleNoBold {
	background-image: url(en/images/bgHeader.gif);
	background-repeat: repeat-x;
	color: #344232;
	font-size: 120%;
	padding: 5px;
}
.sectionContent {
	background-color: #D6DACB;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}
.sectionContentNoBold {
	background-color: #D6DACB;
	font-size: 120%;
	padding: 5px;
}

.smallRedTxt {
	color: #FF0000;
	font-weight: bold;
}
.formTitle {
	background-color: #EEEFE9;
	font-weight: bold; 
}
.formTitleNoBold {
	background-color: #EEEFE9;
}
.formContent {
	background-color: #F5F7EC;
}
.finePrint {
	font-size: 90%;
	color: #000000;
}
table.fullWidth {
	width: 100%;
}

table.boxWidth {
	width: 80%;
}
table.fitWidth {
	align: enter;
	width: 99%;
}
table.tblContent {
	background-color: #F5F7EC;
	width: 100%;
}
table.new_tblContent {
	background-color: #F5F7EC;
	width: 99%;
}
table.tblContent th{
	text-align: left;
}
table.resultsTbl {
	width: 99%;
	text-align: left;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	background-color: white;
	font-size: 100%;
}

table.resultsTbl th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #CCCCCC;
	background-color: #EEEFE9;
	font-size: 100%;
}
table.resultsTbl td {     
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #CCCCCC;     
}
.breadleft {
	padding: 0px 0px 4px 6px;
	margin-top: 1px;
	background-color: #FFFFFF;
	font-size: 95%;
	height: 18px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #FFFFFF;
	border-top: 0px;
}
.breadleft_footer {
	padding: 0px 0px 4px 6px;
	margin-top: 1px;
	background-color: #FFFFFF;
	font-size: 100%;
	height: 18px;
	width: 99.25%; 
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #FFFFFF;
	border-top: 0px;
}
.breadleftFR {
	padding: 0px 0px 4px 6px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #c6cab8;
	font-size: 100%;
	line-height: 16px; 
	font-weight: bold;
	text-align: left;
	border: 1px solid #FFFFFF;
	border-top: 0px;
}
.messageBg {
	background-color: #c6cab8;
	font-size: 100%;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.mainContent {  
	background-color: #FFFFFF;  
	text-align: center;     
}
.headerInfo {
	width: 100%;
	color: #435F46;
	background-color: #FFFFFF;
	text-align: center;  
}
.contentContainer {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #87887A;
	padding: 8px 4px;
}
div#footer {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 70px;
	text-align: center;
}
div#footerContainer {
	background-color: #FFFFFF;
	width: 65%;
	padding: 10px;
	font-size: 80%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.SubmitButton {
    /*align: center; */
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 124px;
    background: url(en/images/green_124.png) repeat scroll 0 0 transparent;
}

.SubmitButton:hover{ 
  text-decoration: underline;
}

.LoginButtonFr {
    /*align: center; */
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 180px;
    background: url(fr/images/green_180.png) repeat scroll 0 0 transparent;
}

.LoginButtonFr:hover{ 
  text-decoration: underline;
}

.CancelButton {
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 123px;
 	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(en/images/grey_123.png) repeat scroll 0 0 transparent;; 
}

.CancelButton:hover { 
  color: #FFFFFF; 
  text-decoration: underline;
}

.CancelButtonFr {
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 124px;
 	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(en/images/grey_123.png) repeat scroll 0 0 transparent;; 
}

.CancelButtonFr:hover { 
  color: #FFFFFF; 
  text-decoration: underline;
}

.ContinueButton {
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 124px;
 	padding-left: 34px;
	padding-right: 34px;
	padding-top: 9px;
	padding-bottom: 10px;
	background: url(en/images/green_124.png) repeat scroll 0 0 transparent;; 
}

.ContinueButton:hover { 
  color: #FFFFFF; 
  text-decoration: underline;
}

.ContinueButtonFr {
    border-style: none;
    color: #FFFFFF;
 	text-align: center;
    font-size: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	vertical-align: middle;
    height: 33px;
    width: 124px;
 	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
	padding-bottom: 10px;
	background: url(fr/images/green_124.png) repeat scroll 0 0 transparent;; 
}

.ContinueButtonFr:hover { 
  color: #FFFFFF; 
  text-decoration: underline;
}

.buttonStyle
{
	cursor: default;
	background-color: #000000;
	color: #FFFFFF;
	height: 30px;
	border-left: 1px solid #000000;
 	border-top: 1px solid #000000;
 	border-bottom: 1px solid #000000; 
 	border-right: 1px solid #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	text-align: center;
 	font-size: 100%;
 	vertical-align: middle;
 	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(en/images/button_gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
}
.grad {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.gradLinkButton {
	cursor: default;
	color: #FFFFFF;
	height: 30px;
	border-left: 1px solid #000000;
 	border-top: 1px solid #000000;
 	border-bottom: 1px solid #000000; 
 	border-right: 1px solid #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	text-align: center;
 	font-size: 100%;
 	vertical-align: middle;
 	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(en/images/button_gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
}
a.gradLinkButton:link {
	text-decoration: none;
	color: #364936;
	vertical-align: middle;
}
a.gradLinkButton:visited {
	text-decoration: none;
	color: #364936;
	vertical-align: middle;
}
.indentSection {
	margin-left: 30px;
}

pre { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
}