/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A3930;
	background: #B8B6AA url(../_bg_bits/bg_concrete.jpg) repeat top center;
}

#container {
	margin: 0 auto;
	width: 988px;
	text-align: left;
}

#header_main {
	background: #242669 url(../_hdr/header_bkg.gif) repeat-x bottom;
}

#header_right {
	padding: 0px 1px 1px 0px;
	vertical-align: bottom;
	background: transparent url(../_hdr/header_right.gif) no-repeat right;
}

#searchbox {
	background-color: #535591;
}

#quicklinks {
	font-size: 10px;
	background: #2B2D66 url(../_hdr/quick_links_bkg.gif) repeat-x top;
}

#quicklinks UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#quicklinks LI {
	float: left;
	margin: 0px 10px 0px 5px;
	padding: 0px 0px 0px 11px;
	line-height: 16px;
	background: transparent url(../_hdr/quick_links_bullet.gif) no-repeat left;
}

#quicklinks a {
	white-space: nowrap;
}

#left_border,
#right_border {
	width: 16px;
	background-repeat: repeat-y;
}

#left_border,
#right_border,
#left_border img,
#right_border img {
	width: 16px;
	height: 16px;
}

#left_border {background: url(../_bg_bits/border_left_shadow.gif);}
#right_border {background: url(../_bg_bits/border_right_shadow.gif);}

#pagebody {
	background-color: #FFFFFF;
	font-size: 12px;
}


#main {
	width: 100%;
}

#bec_primary_mission {
	height: 285px;
	font-size: 12px;
	color: #FFFFFF;
	background:#B8B6AA url("../h2_bec_primary_bg_repeat.gif") repeat-y top center;
}

.home_boxes {
	color: #FFFFFF;
	font-size: 11px;
	background: #B8B6AA url("../box_bg_repeat.gif") repeat-y top center;
}

.home_box_content  {
	padding: 10px 25px 10px 25px;
}

.home_check_list {
	padding: 0px;
	text-align: left;
}

.home_check_list li {
	vertical-align: middle;
	list-style-image: url(../bullet_check.gif);
}


/* global elements */

a:link,
a:visited {
	color: #E2ED5C;
}

a:active,
a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

h1, h2, h3, h4 {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 20px;
	color: #306D35;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p,ul,ol {
	margin: 0px 0px 10px 0px;
}

ul,ol {
	padding: 0px 0px 0px 15px;
}

li {
	margin-bottom: 10px;
}

form {
	margin: 0px;
}

input,
select,
textarea {
	font-size: 11px;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.temp {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.hide {
	display: none;
}


/* content elements */

#crumbs {
	margin: 5px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	color: #BBBBBB;
	border-bottom: 1px solid #E8E8E8;
	list-style-type: none;
}

#crumbs li {
	display: inline;
	padding-right: 5px;
}

.crumbs_label {
	font-size: 10px;
}

#crumbs a:link,
#crumbs a:visited,
#crumbs a:active,
#crumbs a:hover {
	color: #858585;
	margin-right: 3px;
}

#pagemenu {
	float: none;
	white-space: nowrap;
}

#smallmenu{
	float: none;
	white-space: nowrap;
}

#pagecontent {
	padding: 0px 5px 0px 15px;
}

#pagecontent a:link,
#pagecontent a:visited {
	color: #3146A4;
}

#pagecontent div.clear { /* used specifcally for BEC sIFR headings */
	clear: both;
	width: 1px;
	height: 1px;
}

#pagecontent h1 {
	margin-left: 0px;
}

.ctitle	{
	color: #212360;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* button elements */

#pagecontent a.btn,
#pagecontent a.btn:link,
#pagecontent a.btn:visited,
a.btn,
a.btn:link,
a.btn:visited,
input.btn {
	font: bold 10px Tahoma;
	color: #666743;
	background: #E2ED5C url(../_btn/btn_bkg.gif) no-repeat left center;
	border: 1px solid #6B730D;
	white-space: nowrap;
}

#pagecontent a.btn:active,
#pagecontent a.btn:hover,
a.btn:active,
a.btn:hover,
input.btnover {
	font: bold 10px Tahoma;
	color: #595A3B;
	background: #C0CA4F url(../_btn/btn_bkg_o.gif) no-repeat left center;
	border: 1px solid #6A720E;
}

#pagecontent a.back,
#pagecontent a.back:link,
#pagecontent a.back:visited,
a.back,
a.back:link,
a.back:visited,
input.back {
	background: #E2ED5C url(../_btn/btn_back_bkg.gif) no-repeat left center;
}

#pagecontent a.back:active,
#pagecontent a.back:hover,
a.back:active,
a.back:hover,
input.backover {
	background: #C0CA4F url(../_btn/btn_back_bkg_o.gif) no-repeat left center;
}

#pagecontent a.btn,
a.btn,
a.btn:link,
a.btn:visited {
	padding: 4px 7px 4px 20px;
	text-decoration: none;
}

input.btn {
	padding: 2px 7px 2px 20px;
	overflow: visible;
	vertical-align: middle;
	cursor: pointer;
}

input.btnover {
	padding: 2px 7px 2px 20px;
	overflow: visible;
	vertical-align: middle;
	cursor: pointer;
}


/* sidenav elements */

.sidepanel {
	width: 262px;
	background: url(../_sidenav/h2_bg_repeat.gif) repeat-y;
}

.sidenav {
	margin: 0px 16px 0px 17px;
	font-size: 12px;
	color: #FFFFFF;
}

.sidenav a,
.sidenav a:link,
.sidenav a:visited {
	color: #FFFFFF;
}

.sidenav a:active,
.sidenav a:hover {
	color: #E2ED5C;
	background-color: #898872;
}

.sidenav a.active:link,
.sidenav a.active:visited,
.on {
	color: #E2ED5C;
	background-color: #898872;
	text-decoration: none;
}

.sidenav a.section:link,
.sidenav a.section:visited {
	display: block;
}

.sidenav .static a.section:link,
.sidenav .static a.section:visited {
	background: url(../_sidenav/btn.gif) no-repeat top;
}

.sidenav .closed a.section:link,
.sidenav .closed a.section:visited {
	background: url(../_sidenav/btn_plus.gif) no-repeat top;
}

.sidenav .open a.section:link,
.sidenav .open a.section:visited {
	background: url(../_sidenav/btn_minus.gif) no-repeat top;
}

.sidenav UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidenav LI {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.sidenav LI UL {
	margin: 5px 0px 0px 15px;
}

UL.subnav {
	margin: 0px 6px;
	padding: 0px 8px 10px 25px;
	background: #7D7C68 url(../_sidenav/subnav_btm.gif) no-repeat bottom;
}

UL.subnav a,
UL.subnav a:link,
UL.subnav a:visited {
	padding: 0px 2px;
	display: block;
}

UL.subnav LI {
	list-style-image: url(../_sidenav/bullet.gif);
}

UL.subnav LI UL LI {
	font-size: 11px;
	color: #939281;
	list-style-image: none;
	list-style-type: square;
}

UL.subnav LI UL LI a:link,
UL.subnav LI UL LI a:visited {
	color: #F4F3DF;
	
}

UL.subnav LI UL LI a:active,
UL.subnav LI UL LI a:hover {
	color: #E2ED5C;
}

.closed .subnav {
	display: none;
}


/* component elements */

.component,
.cmp_hdr,
.cmp_ftr {
	width: 253px;	
}

.component {
	margin: 10px 4px 10px 5px;
	background: #F2F2EF url(../components/cmp_bkg.gif) repeat-y top;
}

#pagecontent .component {
	margin: 0px 10px 10px 0px;
}

.cmp_hdr {
	height: 32px;
	background: url(../components/cmp_hdr.gif) no-repeat top;
}

.cmp_hdr h3 {
	margin: 9px 10px 8px 10px;
	font-size: 11px;
	color: #686757;
	text-align: left;
}

.cmp_img {
	padding: 0px 10px 10px 10px;
	height: 159px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.cmp_ftr {
	background: url(../components/cmp_ftr.gif) no-repeat bottom;
}


/* form elements */
.formtable
	{
	border: solid 1px #d4d4d4;
	}
.formtable td
	{
	background-color: #f1f1f1;
	}

label
	{
	font-weight: bold;
	color: #737373;
	white-space: nowrap;
	font-size: 11px;
	}

.hlabel
	{
	font-weight: bold;
	color: #858585;
	font-size: 11px;
	}
.fcomment
	{
	font-weight: normal;
	color: #858585;
	font-size: 11px;
	white-space: normal;
	}
.required
	{
	color: #FF0000; 
	font-weight: bold; 
	font-size: 14px;
	}
	
.formreview
	{
	background-color: inherit;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	}

	
/* boxes */

.box,
.boxTR,
.boxTL,
.boxBL {
	background: transparent url(../box.gif) no-repeat bottom right;
}

.box {
	clear: both;
	padding-right: 8px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px 0px 15px 0px; /* use to position the box */
	height: 1%; /* IE Holly Hack */
}

.boxTR {
	background-position: top right;
	margin-right: -8px; /* pull the right image over on top of border */
	padding-right: 8px; /* right-image-gap + right-inside padding */
}

.boxTL {
	background-position: top left;
	margin: 0px; /* reset main site styles*/
	border: 0px; /* ditto */
	padding: 0px 0px 0px 8px; /* padding-left = image gap + interior padding ... no padding-right */
	height: 8px !important;
	height: 1%; /* IE Holly Hack */
	font-size: 8px;
}

.boxBL {
	background-position: bottom left;
	margin-right: 0px; /* interior-padding right */
	padding: 0px 0px 8px 8px; /* mirror .cssbox_head right/left */
}

.boxheader {
	color: #000000;
	font-weight: bold;
}

.boxheader .readmore {
	float: right;
	margin-left: 15px;
	font-size: 11px;
}

.boxmore {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #E8E8E8;
}

/* modules */

.module,
.module_head,
.module_head h3,
.module_body {
	background: transparent url(../module.gif) no-repeat bottom right;
}

.module {
	/* width: 335px !important; intended total box width - padding-right(next) */
	/* width: 320px; IE Win = width - padding */
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px 0px 10px 0px; /* use to position the box */
	position: relative;
}

.module_head {
	background-position: top right;
	margin-right: -10px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
}

.module_head h3 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 8px 0px 10px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #686757;
	font-size: 11px;
}

.module_body {
	background-position: bottom left;
	margin-right: 5px; /* interior-padding right */
	padding: 10px 0px 15px 15px; /* mirror .cssbox_head right/left */
}

/* Hides from IE-mac \*/
* html .module {height: 1%;}
/* End hide from IE-mac */

.module_head h3.emergencies,
.emergencies {
	color: #CC0000;
}


/* management structure elements */

#pagecontent UL.mgmtstructure {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#pagecontent UL.mgmtstructure LI {
	list-style-image: none;
	clear: both;
	margin: 0px;
	padding: 4px 0px;
	zoom: 1;
}

.mgmtpic {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 10px 0px 0px;
	background: #EAEAEA url(../nophoto.gif) no-repeat center;
}

.mgmtpic a IMG {
	border: 1px solid #E8E8E8;
}

.mgmtpic a:active IMG,
.mgmtpic a:hover IMG {
	border: 1px solid #25286D;
}

.mgmtname {
	font-weight: bold;
}

.mgmtTitle {
	font-style: italic;
}


/* coloring pages */

.coloringbook {
	padding: 20px 0px 20px 15px;
	background: url(../colouring_book_bkg.gif) no-repeat center;
}

#pagecontent .coloringbook UL {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#pagecontent .coloringbook LI {
	list-style-image: none;
	float: left;
	margin: 25px;
}

#pagecontent .coloringbook LI a,
#pagecontent .coloringbook LI a:link,
#pagecontent .coloringbook LI a:visited {
	float: left;
	/*opacity: 0.6;
	filter: alpha(opacity=60);	*/
}

#pagecontent .coloringbook LI IMG {
	border: 4px solid #DFDFDF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}

#pagecontent .coloringbook LI a:active,
#pagecontent .coloringbook LI a:hover {
	/*opacity: 1.0;
	filter: alpha(opacity=100);	*/
}

#pagecontent .coloringbook LI a:active IMG,
#pagecontent .coloringbook LI a:hover IMG {
	border: 4px solid #25642B;
}
	
	
/*press releases section*/

.newsdiv {
	width: 670px;
	margin: 0px 0px 15px 0px;
}

.newsdiv a div {
	color: #3A3930;
	text-decoration: none;
}

.newsdiv a .read_link {
	float: right;
	padding-left: 10px;
	font: bold 10px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	visibility: visible;
}

.newsdiv a:hover .read_link {
	cursor: pointer;
	color: #3146a4;
	visibility: visible;
	background: url(../_btn/link_arrow.gif) no-repeat left;
}

.newsdiv .newsdiv_top {
	padding-top: 6px;
	background: url(../_bg_bits/newsdiv_top.gif) no-repeat top;
}

.newsdiv a:hover .newsdiv_top {
	background: url(../_bg_bits/newsdiv_top_o.gif) no-repeat top;
}

.newsdiv .newsdiv_body {
	padding: 0px 6px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.newsdiv a:hover .newsdiv_body {
	background-color: #f5f4f0;
	border-left-color: #CCC8B2;
	border-right-color: #CCC8B2;
}

.newsdiv .newsdiv_btm {
	padding-bottom: 6px;
	background: url(../_bg_bits/newsdiv_btm.gif) no-repeat bottom;
}

.newsdiv a:hover .newsdiv_btm {
	background: url(../_bg_bits/newsdiv_btm_o.gif) no-repeat bottom;
}

.pressdate
	{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 5px 0px 15px;
	white-space: nowrap;
	}
.presstitle
	{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding: 10px 5px 0px 15px;
	}
.archiveblock
	{
	background-color: #f1f1f1;
	padding: 10px 5px 10px 15px;
	font-size: 12px;
	line-height: 20px;
	}
.archiveblocknbg
	{
	padding: 10px 5px 10px 15px;
	font-size: 12px;
	line-height: 20px;
	}
	
/*landing page component rollover control*/
.landingcomp
	{
	float: left;
	height: 42px;
	padding: 60px 15px 10px 15px;
	margin: 0px 4px 9px 0px;
	font-size: 11px;
	}
	
div.small
	{
	width: 191px;
	}
div.big
	{
	width: 305px;
	}

/*related link footer*/
.rlinktable
	{
	width: 276px;
	border: none;
	margin: 0px 7px 7px 10px;
	}
	
.rlinkheader
	{
	width: 276px;
	height: 32px;
	background-image: url(/_media/_hdr/rlinkheader.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	}
.rlinkcontent
	{
	width: 276px;
	background-image: url(/_media/_hdr/rlinkslice.gif);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 20px;
	}
	
.rlinkfooter
	{
	width: 276px;
	height: 5px;
	background-image: url(/_media/_hdr/rlinkfooter.gif);
	background-repeat: no-repeat;
	}
	
/* footer elements */

#footer {background: #606060 url("../_ftr/footer_bg_repeat.gif") repeat-x top center;}
#footer td {color:#FFFFFF;	font-size: 10px;}

#search_text img {padding:5px 0px 0px 0px;}

.photohere
	{
	width: 200px;
	height: 200px;
	background: #ff939b;
	border: 2px solid #a25d62;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	}

.htrbgtitle
	{
	width: 390px;
	height: 31px;
	background-image: url(/_media/_hdr/how_to_read_stitle.gif);
	background-repeat: no-repeat;
	}
.htrtitle
	{
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
	}
.htrdesc
	{
	font-size: 11px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 380px;
	}
#howtoreadnotes
	{
	overflow: auto;
	width: 407px;
	height: 609px;
	padding-left: 9px;
	border-left: 1px solid #f2f2ef;
	border-bottom: 1px solid #f2f2ef;
	}
	
/*Rates Page Layout*/
.ratestitle
	{
	text-align: center;
	padding-top: 8px;
	height: 31px;
	width: 549px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/_media/_hdr/rates_stitle.gif); 
	background-repeat: no-repeat;
	}

.ratedata
	{
	line-height: 20px;
	}
	
/*photo gallery styles*/

.album {
	/*background-color: #D9D9D0;*/
}

.album TD {
	padding: 4px 0px;
	text-align: center;
}

a.thumb,
a.thumb:link,
a.thumb:visited {
	margin: 0px auto;
	display: block;
	width: 164px;
	height: 114px;
	background-image: url(../../ax_gallery/thumb_shadow.gif);
	background-position: center;
	background-repeat: no-repeat;
}

a.v,
a.v:link,
a.v:visited {
	width: 114px;
	height: 164px;
	background-image: url(../../ax_gallery/thumb_shadow_v.gif);
}

.album a IMG {
	margin: 3px;
	padding: 0px;
	border: 3px solid #D5D5D5;
}

.album a:active IMG,
.album a:hover IMG {
	border: 3px solid #354E9F;
}


.galleryrow
	{
	padding-left: 4px;
	}
.gallerythumb
	{
	width: 154px;
	height: 185px;
	background-image: url(/_media/_hdr/gall_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	}
.gallerydivide
	{
	width: 16px;
	height: 25px;
	float: left;
	}
.gtitlecell
	{
	height: 35px;
	padding-left: 7px;
	padding-top: 3px;
	font-size: 11px;
	}
.gdatacell
	{
	font-weight: bold;
	color: #25652a;
	}
.gthumbcell
	{
	height: 98px;
	padding-left: 2px;
	}
.glinkcell
	{
	height: 49px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	font-weight: bold;
	}
.gthumbdivider1
	{
	height: 18px;
	border-bottom: 1px solid #e9e9f1;
	}
.gthumbdivider2
	{
	height: 16px;
	}
/*gallery list page*/
.gthumbdetail
	{
	width: 165px;
	height: 118px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	}
.gthumbspacer
	{
	width: 2px;
	height: 118px;
	float: left;
	}
.gthumbdivider
	{
	height: 7px;
	background-image: url(/_media/_hdr/gallery_vdivider.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	}
.pgallerytitle
	{
	color: #25652a;
	font-weight: bold;
	}
	
#pagecontent li
	{
	list-style-image: url(/_media/bullet.gif);
	}

#pagecontent ul.error LI {
	list-style-image: none;
	margin: 0px;
}

/*sitemap layout elements*/
.sitemap
	{
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.smtop
	{
	background: #F2F2EF url(/_media/__english/sitemap/smheader.gif) no-repeat top;
	width: 253px;
	height: 32px;
	}
.smtop h3
	{
	color: #686757;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
	}

.smslice
	{
	background-image: url(/_media/__english/sitemap/smslice.gif);
	background-repeat: repeat-y;
	width: 253px;
	}
	
.smcontent
	{
	padding-left: 10px;
	padding-right: 5px;
	line-height: 18px;
	}

.smsubcontent
	{
	background: url(/_media/__english/sitemap/subitem.gif) no-repeat left;
	padding-left: 10px;
	font-size: 11px;
	}

.smfoot
	{
	width: 253px;
	height: 5px;
	background: #F2F2EF url(/_media/__english/sitemap/smfoot.gif) no-repeat top;
	}

/* Interactive Quiz layout elements */
.quizitem	{
	width: 480px;
	margin: 10px 0px 25px 0px;
	font-size: 14px;
}
.quizoptions div	{
	margin: 5px 0px 0px 10px;
}
.quizoptions div label	{
	font-size: 12px;
}
.quizanswer	{
	color: #0000FF;
	padding: 2px;
}
.quizhint	{
	color: #CC0000;
	margin: 10px 0px 0px 0px;
	border: 1px solid #C5C5C7;
	font-size: 12px;
	padding: 2px;
}
.incorrect	{
	font-weight: bold;
	color: #CC0000;
	float: left;
	display: none;
	padding: 2px;
	margin-right: 10px;
}
.correct	{
	font-weight: bold;
	color: #FFFFFF;
	background: #2C6A31;
	font-size: 14px;
	padding: 2px;
	width: 60px;
	text-align: center;
	float: left;
	display: none;
	margin-right: 10px;
}
.visible	{
	display: block;
}

/* large view pop up elements */

#popScrn {
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#popDiv {
	position: absolute;
	display: none;
	padding: 20px;
	background-color: #FFFFFF;
	border: 5px solid #1B1D4F;
	z-index: 105;
	background-image: url(../loading_animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}

#popClose {
	position: absolute;
	top: 2px;
	right: 4px;
	color: #1B1D4F;
}

#popCaption {
	position: absolute;
	bottom: 3px;
	left: 0px;
	font-weight: bold;
	color: #000000;
}

#popFrame {
	 position: absolute;
	 display: none;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 filter: alpha(opacity=0);
	 opacity: 0.0; z-index:90;
}

#largeImge {
	border: 1px solid #9F9F9F;
}

/* pagination elements */

.pagination {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
}

.pagination TD {
	padding: 5px 0px 10px 0px;
	font-size: 11px;
	color: #37342C;
}

.pagination UL {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
}

.pagination LI {
	display: inline;
	margin: 0px 2px;
}

.pagination a.pagenum:link,
.pagination a.pagenum:visited {
	padding: 3px 5px;
}

.pagination a.pagenum:active,
.pagination a.pagenum:hover,
.pagination a.active {
	color: #37342C;
	background-color: #F2F2EF;
	text-decoration: none;
}

.pagination a.active {
	border: 1px solid #306D35;
}

.pagination .previous {
	font-weight: normal;
	padding-right: 20px;
}

.pagination .next {
	font-weight: normal;
	padding-left: 20px;
}

/* Nutch search results */

.url {
  color: #306D35;
}

.highlight {
  font-weight: bold;
}

.ellipsis {
  font-weight: bold;
}

/* trial border styles for images */
.cimage	{
	border: 3px double #e8e8e8;
}

