/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------



--------------------
TEMPLATE: CLASSIC
--------------------
GENERAL PRINCIPLES
--------------------
1. use margin:auto to horizontally center a div inside another div for mozilla
2. place page-wide styles (e.g. button styles) at the top of the CSS document or their properties are overwritten further down the page.
3. specify a width for layers that fade using DHTML, otherwise they don't fade gradually.
4. to position child layers, specify "relative" for the parent layer, and "absolute" for the child layers
5. the dynamic height of absolute layers is ignored, so subsequent layers will often position behind the absolute layer

---------------------------------------------------------------------
TEST MATRIX (Y=WORKS OK)
-------------------W2K-------XP--------VISTA-----OS9-------OSX-------
IE<=4                                  .                             
IE5                                    .                             
IE6                                    .
IE7                          Y         Y
OPERA9                                 Y
SAFARI3                                Y         .
CHROME1                                Y
FIREFOX2                     Y         
FIREFOX3                               Y
NETSCAPE7                    Y         .
---------------------------------------------------------------------
*/
 

/* HTML TAG RE-DEFINITIONS */
html {}
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#333333;
	background:url(../../templates/current/images/page_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #cddccf;
}
* {margin:0; padding:0;}
a {color:#0099CC; font-size:11px; text-decoration:none;}
a:hover {
	text-decoration:underline;
	color:#09C;
}
hr {margin: 20px 0px 10px 0px; border: 0px; border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #FFFFFF;}
strong {font-weight:bold;}
iframe {border: 1px dotted #CCCC99; width:100%; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color:#333333; height: 300px;}
img {border: none;}
p {margin-bottom: 10px;}
acronym {cursor: help; border-bottom: 1px dashed #CCCCCC;}
font {font-size: 11px;}
td p {font-family: Verdana, Arial, sans-serif; font-size: 11px;}


/* HEADINGS */
h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3da04d;
}
h2 {
	font-size:14px;
	padding-bottom: 10px;
	color: #3da04d;
	text-align:left;
}
h3 {
	font-size:13px;
	padding-bottom: 10px;
	color:#666;
}
h4 {font: bold 13px Verdana, Arial, Helvetica, sans-serif; color: #CC0000;}
h5 {font: 11px Verdana, Arial, Helvetica, sans-serif; color: #999999;}
h6 {font: 9px Verdana, Arial, Helvetica, sans-serif;}


/* COMMONLY USED CLASSES */
.required {font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #CC0000;}
.informational {font:11px Verdana, Arial, Helvetica, sans-serif; color: #699;}
.largeFont {font-size:14px; color:#3E8CCC; font-weight: bold;}
.lighttext {color: #999999;}


/* BUTTONS */
.button_submit {background-image:url(../../templates/current/images/button_submit_bkgd.gif); background-repeat:repeat-x; border: 1px solid #660000; color:#FFFFFF; font-weight: bold;}
.button_cancel {background-image:url(../../templates/current/images/button_cancel_bkgd.gif); background-repeat:repeat-x; border: 1px solid #999999; color:#333333; font: bold;}
.button_other {background-image:url(../../templates/current/images/button_other_bkgd.gif); background-repeat:repeat-x; border: 1px solid #65839b; color:#FFFFFF; font: bold;}
.button_editor{border:1px solid #F6F6EA;}


/* FORM FIELDS */
input,select {height: 18px; color: #999999; font-size: 11px; font-family: Verdana, Geneva, sans-serif; vertical-align: middle;margin-right: 2px; margin-left: 2px;}
.input_normal {width: 180px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_long {width: 370px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_short {width: 110px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_shorter {width: 60px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_multiline {width: 180px; height: 100px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #999999;}
.input_multiLarge {width: 280px; height: 160px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #999999;}
.input_nosize {border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_2char {width: 20px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_3char {width: 30px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_4char {width: 40px; border: 1px #DDDDDD solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_search {height:13px; width: 90px; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.input_invisible {border: 0px solid; color: #666666; font: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #f2f2e7; height: 18px; vertical-align: middle}
.input_editor_title {
	font-size:16px;
	color:#096;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px #DDDDDD solid;
	width: 300px;
}
.input_editor_subtitle {
	font-size:12px;
	color:#096;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px #DDDDDD solid;
	width: 300px;
}
.input_webteller {width: 120px; border: 1px #CCCCCC solid; font-size: 13px; font-family: Verdana, Geneva, sans-serif; height: 14px; font-weight: bold; color: #333333; text-align: right; padding: 2px;}


/* TABLES */
.tabletitle {
	margin: 0px;
	padding: 3px;
	background-color: #096;
	border:1px solid #999;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 11px;
}
.tableform {border: 1px solid #cccccc; background-color:#FFFFFF; margin-top: 4px; MARGIN-BOTTOM: 20px; border-collapse: collapse; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color:#333333;}
.tableform thead {color: #828277; font-size: 9px;}
.tableform thead td, .tableform thead td {background-color:#E2E2D7;}
.tableform tfoot {color: #828277; font-size: 10px;}
.tableform tfoot td {background-color:#E5E5DA; font-size: 10px;}
.tableform .dayColour{background-color:#E2E2D7;}
.tableform td {padding: 4px; background-color:#F6F6EA; border-bottom: 1px dashed #DDDDDD; border-right: 1px dashed #DDDDDD; border-bottom: 1px dashed #DDDDDD; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.tablegrid {border: 1px solid #CCCCCC; background-color:#FFFFFF; margin-top: 4px; border-collapse: collapse; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color:#333333;MARGIN-BOTTOM: 20px;}
.tablegrid thead {color: #999999; font-weight: bold;}
.tablegrid thead td {background-color:#F5F5F5; font-size: 11px; font-family: Verdana, Geneva, sans-serif;}
.tablegrid td {padding: 3px; border-bottom: 1px dashed #DDDDDD;}
.tabledetailed {border: 1px dotted #a3c1db; background-color:#FFFFFF; margin-top: 4px; border-collapse: collapse; font-family: Arial,Verdana, Geneva, sans-serif; font-size: 10px; color:#333333; margin-bottom: 4px;}
.tabledetailed thead {color: #999999; font-weight: bold;}
.tabledetailed thead td, .tabledetailed thead td {background-color:#FFFFFF; font-size: 10px; font-family: Arial,Verdana, Geneva, sans-serif;}
.tabledetailed td {padding: 1px; border-right: 1px dotted #b5d0e8; border-bottom: 1px dotted #b5d0e8; font-size: 10px; vertical-align: top;}
.tabledetailed strong {font-size: 10px;}
.table_calendar {}
.tablerow_main tr {background-color:#000000;}
.tablerow_alt td {background-color:#FFFFEE;}
.tablerow_over td {background-color:#FFFFCC;}


/* PASSWORD STRENGTH INDICATOR */
#passwordStrength {height:10px; display:block; float:left;}
.strength0 {width:150px; background-color:#cccccc;}
.strength1 {width:30px; background-color:#ff0000;}
.strength2 {width:60px; background-color:#ff5f5f;}
.strength3 {width:90px; background-color:#56e500;}
.strength4 {width:120px; background-color:#4dcd00;}
.strength5 {width:150px; background-color:#399800;}


/* IMAGE VISIBILITY (OPTIONAL) */
#img_masthead {} 
#img_login {} 
#img_youthzone {}
#img_newsheadlines {}
#img_modules {} 
#img_progresslogo {}


/* MAIN OUTER CONTAINER LAYER */
#main {text-align: center; width:100%; height: 100%; } 


/* PAGE CONTENT LAYER */
#pageContent{width:703px; height:100%; text-align: left; margin: auto; position: relative; background-color: #FFFFFF;}


/* MASTHEAD FACILITIES */
#facilities {width: 700px; height: 10px; padding-bottom:4px; padding-top: 5px;}
#facilities ul {margin: 0px; padding: 1px;}
#facilities li {display: block; float: right; padding-left:2px; padding-right: 2px;}
#facilities a {
	font-size: 11px;
	color:#096;
	text-decoration: none;
	display: block;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#facilities a:hover {color:#666666; text-decoration: underline;}
#facilities .divider {padding-left: 7px; margin-left: 4px; background:url(../../templates/current/images/divider.gif); background-position:left; background-repeat:no-repeat;}
#facilities #helpmenu {position:absolute; top:2px; left:710px; background: #EEEEEE; float:none; text-align:left; visibility:hidden; border: 1px solid #CCCCCC; border-bottom: none;}
#facilities #helpmenu li {background:none; display:list-item; list-style: none; width:155px; padding-bottom:5px; border-bottom: 1px solid #CCCCCC;}
#facilities #helpmenu a:hover {
	text-decoration:underline;
	color:#063;
}


/* MASTHEAD */
#masthead {height: 110px; overflow: hidden; background-color: #FFFFFF; position: relative; background:url(../../templates/current/images/masthead_bkgd.gif) repeat-x;}
#masthead .logo {position: absolute; top: 0px; left: 0px;}
#masthead #announcements {
	position: absolute;
	top: 25px;
	left: 320px;
	width: 350px;
	height: 50px;
	overflow: hidden;
	text-align: right;
	padding: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	filter: alpha(opacity=0);
	-moz-opacity:0%;
	font-family: "Arial Black", Gadget, sans-serif;
}
#masthead #announcements a {color: #98a3b2; font-size: 13px;}
#masthead #announcements a:hover {
	color:#096;
}
#masthead .area_title {float: right; padding: 40px; text-align: right; font-size: 13px; font-weight: bold; color: #9CF;}


/* BYLINE (TEL/FAX/DATE BAR) */
#byline {
	position: relative;
	overflow: hidden;
	height: 40px;
	color: #999;
	background-color: #ffffff;
	background-image: url(../../templates/current/images/byline_bkgd.gif);
	background-repeat: repeat-x;
}
#byline .contactdetails {position: absolute; top: 5px; left: 0px; padding-top: 2px;}
#byline .contactdetails strong {padding: 6px; font: normal; color: #999;}
#byline .currentdate {position: absolute; top: 5px; left: 435px; width: 250px; padding: 2px; padding-right: 10px; text-align: right;}

#byline_members {position: relative; overflow: hidden; height: 40px; color: #999; background:url(../../templates/current/images/byline_bkgd.gif) repeat-x;}
#byline_members .contactdetails {position: absolute; top: 5px; left: 0px; padding-top: 2px;}
#byline_members .contactdetails strong {padding: 6px; font: normal; color: #999;}
#byline_members .currentdate {position: absolute; top: 5px; left: 435px; width: 250px; padding: 2px; padding-right: 10px; text-align: right;}

/* LAYOUT AREA (MAIN MENU/SUBMENU/MODULES/LOGIN/CONTENT) */
#layoutarea {
	position: relative;
	width: 701px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* MAIN NAVIGATION MENU NEED TO CHECK DISPLAY AS CONTENT PAGE IS EFFECTED*/
#mainmenu {float: left; height: 100%; width: 150px; overflow: visible; text-align: left; border-top: 1px dotted #CCCCCC; border-bottom: none;}
#mainmenu li {padding: 3px; display: list-item; border-bottom: 1px dotted #CCCCCC; list-style-type: none;  background-color: #F4F4F4;}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#mainmenu a {font-size: 11px;  width: 100%; height: 100%; color:#333333; text-decoration: none; display: block;}
#mainmenu a:hover {
	color: #096;
	text-decoration: underline;
}
#homePage #mainmenu {float: none;}


/* POP-OUT MENUS */
.popoutmenu {display: none; visibility:hidden; background-image:url(../../templates/current/images/sidebar_bkgd.gif); background-repeat: no-repeat; border: 1px solid #CCCCCC;}
.popoutmenu li {background:none; display:list-item; width:155px; padding-bottom:5px; border-bottom: 1px solid #CCCCCC;}
.popoutmenu a:hover {text-decoration:underline; color:#0099FF;} 


/* TEXT CONTENT & NAVIGATION CONTAINER */
#contentarea {float: right; width: 546px; clear: right;}
#contentarea .pagetitle {
	height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 13px;
	color: #00579e;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contentarea .pagecontent {padding: 10px; margin-top: 15px;}
.pagetitle_image {display: none;}
#contentarea ul {padding-left: 28px; margin-bottom: 10px;}
#contentarea ol {padding-left: 28px; margin-bottom: 10px;}
#contentarea li {display:list-item;}
#contentarea a {text-decoration: underline;}
#contentarea .pagetitle_members {height: 40px; vertical-align: middle; margin-bottom: 10px; padding: 10px; padding-left: 13px; color: #00579e; font-size: 18px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif;}
#contentarea .pagecontent_members {padding: 10px; margin-top: 15px;}
#contentarea .information_layer {position:absolute; left: 365px; visibility:hidden; text-align: left;}
#contentarea .information_layer td {font-size: 9px; border: none;}


/* DIRECTOR AREA */
.directors_content {float: left; width: 70%;}
.directors_sidebar {float: right; width: 25%; border-left: 1px dotted #DDDDDD;}


/* FLASH / ANNOUNCEMENTS CONTAINERS */
#flashcontainer {
	position: absolute;
	top: 0px;
	left: 152px;
	text-align: center;
	width: 547px;
	height: 210px;
}
#announcements_content {position: absolute; top: 210px; left: 152px; padding: 5px; height: 20px; width: 537px; border-top: 1px dotted #DDDDDD; border-bottom: 1px dotted #DDDDDD; overflow: hidden; filter: alpha(opacity=0); -moz-opacity:0%; background-color: #F4F4F4; text-align: right;}
#announcements_content a {font-size: 13px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #98a3b2;}
#announcements_login {margin-top: -20px; margin-bottom: 10px; height: 50px; width: 530px; overflow: hidden; filter: alpha(opacity=0); -moz-opacity:0%;}
#announcements_login a {font-size: 13px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #98a3b2;}
#announcements_members {margin-bottom: 10px; height: 50px; width: 530px; overflow: hidden; filter: alpha(opacity=0); -moz-opacity:0%;}
#announcements_members a {font-size: 13px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #98a3b2;}


/* SUBMENU (CONTENT PAGES ONLY) JUST BELOW TITLE */
#submenu {position: absolute; top: 40px; left: 162px; width: 527px; overflow: visible; text-align: center; border-top: 1px dotted #DDDDDD; border-bottom: 1px dotted #DDDDDD;}
#submenu .title_subsections {float: left; font-size: 10px; color: #999999; line-height: 13px; padding-top: 3px; padding-left: 5px; padding-right: 15px; background:url(../../templates/current/images/bullet_greenarrow.gif) right 8px no-repeat;}
#submenu li {padding-bottom: 1px; height: 21px; float: left; display: block; width: auto; border-left: 1px dotted #DDDDDD;}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#submenu a {font-size: 10px; color: #98a3b2; width: 100%; height: 100%; text-decoration: none; display: block; line-height: 13px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}
#submenu a:hover {text-decoration: underline;} 





/* NAVIGATION SELECTED ITEMS */
#mainmenu .section_selected {
	font-weight: bold;
	background-color: #096;
	background:url(../../templates/current/images/navbar_selected.gif) repeat-x;
}
#mainmenu .section_selected a {color: #00579e;}
#mainmenu .page_selected a {font-weight:bold; background-color: #D5E5F5;}
#submenu .subitem_selected {font-weight: bold;}


/* MEMBER AREA */
#membermenu {float: left; height: 100%; width: 150px; overflow: visible; text-align: left; border-top: 1px dotted #CCCCCC; border-bottom: none;}
#membermenu li {padding: 3px; display: list-item; border-bottom: 1px dotted #CCCCCC; list-style-type: none;  background-color: #F4F4F4;}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#membermenu a {font-size: 11px;  width: 100%; height: 100%; color:#333333; text-decoration: none; display: block;}
#membermenu a:hover {color: #0099CC; text-decoration: underline;}
#membermenu .last {font-weight: bold;}
.memo {border: 1px solid #CCCCCC; width: 130px; padding: 2px; position: absolute; top: 5px; left: 710px;}
#submenu_members {position: absolute; top: 40px; left: 162px; width: 527px; overflow: visible; text-align: center; border-top: 1px dotted #DDDDDD; border-bottom: 1px dotted #DDDDDD;}
#submenu_members .title_subsections {float: left; font-size: 10px; color: #999999; line-height: 13px; padding-top: 3px; padding-left: 5px; padding-right: 15px; background:url(../../templates/current/images/bullet_greenarrow.gif) right 8px no-repeat;}
#submenu_members li {padding-bottom: 1px; height: 21px; float: left; display: block; width: auto; border-left: 1px dotted #DDDDDD;}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#submenu_members a {font-size: 10px; color: #98a3b2; width: 100%; height: 100%; text-decoration: none; display: block; line-height: 13px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}
#submenu_members a:hover {text-decoration: underline;} 



/* OFFICE AREA NAVIGATION */
#adminmenu {float: left; height: 100%; width: 150px; overflow: visible; background-color: #ddeeff; text-align: left; border: 1px solid #CCCCCC; border-bottom: none;}
#adminmenu li {display: list-item; border-bottom: 1px solid #CCCCCC; list-style-type: none;}
#adminmenu a {padding: 3px; font-size: 11px;  width: 100%; height: 100%; color:#333333; text-decoration: none; display: block;}
#adminmenu a:hover {
	color: #008877;
	text-decoration: underline;
}
#adminmenu ul li ul {display: none; border-top: 1px solid #CCCCCC;}
#adminmenu ul li ul li {display: list-item; border-bottom: 1px solid #eeffee; list-style-type: none; background-color: #FFFFCC;}
#adminmenu ul li ul li a {padding: 3px; color: #666666;}
#adminmenu .expanded {display: inline-block;}


/* SIDEBAR */
#sidebar {float: left; width: 152px; clear: left;}


/* TOOLS & RESOURCES SECTION (MODULE LINKS) */
#modulelinks {height: 100%; width: 150px; overflow: visible;}
#modulelinks li {padding: 3px; display: list-item; border-bottom: 1px dotted #CCCCCC; list-style-type: none; background-color: #F4F4F4;}
#modulelinks a {font-size: 11px;  width: 100%; height: 100%; color:#333333; text-decoration: none; display: block;}
#modulelinks a:hover {
	color: #096;
	text-decoration: underline;
}
#modulelinks_contentpage {height: 100%; width: 150px; float: left;; overflow: visible; text-align: left;}
#modulelinks_contentpage li {padding: 3px; display: list-item; border-bottom: 1px dotted #CCCCCC; list-style-type: none; background-color: #F4F4F4;}
#modulelinks_contentpage a {font-size: 11px;  width: 100%; height: 100%; color:#333333; text-decoration: none; display: block;}
#modulelinks_contentpage a:hover {
	color: #096;
	text-decoration: underline;
}


/* LOGIN / YOUTHZONE / LIVE CHAT LAYER */
#loginarea {position: absolute; top: -69px; left: 514px;} /* USING POSITIONING TO FORCE THE NEWS HEADLINES TO APPEAR AFTER THE LOGIN BUTTONS */
#loginarea img {margin: 0px;}
#loginarea_contentpage {position: absolute; top: -69px; left: 510px;}
#loginarea_contentpage img {margin-bottom: 0px;}
#loginarea a:hover {border: 0px;}


/* NEWS HEADLINES */
#newsheadlines {position: relative; height: 170px; width:150px; overflow: hidden; margin-top: 0px;} /* USING POSITIONING TO FORCE THE LOGIN BUTTONS TO APPEAR BEFORE THE NEWS HEADLINES */
#newsheadlines h3 {margin: 6px; font-size: 13px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #98a3b2; font-style: normal;}
#newsheadlines a {text-decoration: none; color: #666666;}
#newsheadlines a:hover {
	text-decoration: underline;
	color:#096;
}
#news_content { margin-left: 3px; margin-right: 3px;}
#newsheadlines_contentpage {display:none; float: left; width: 150px; background-color: #EEEEEE; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; height: 185px; overflow: hidden;}
#newsheadlines_contentpage h3 {font-size: 13px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #98a3b2;}
#newsheadlines_contentpage a {text-decoration: none; color: #666666;}
#newsheadlines_contentpage a:hover {
	text-decoration: underline;
	color: #096;
}
#news_content {width: 100%; position: relative; filter: alpha(opacity=0); -moz-opacity:0%;}
#newsheadlines .newslinks a {color: #999999; font: normal 9px "Small Fonts", Verdana, Arial, Helvetica, sans-serif;}
#newsheadlines_contentpage .newslinks a {color: #999999; font: normal 9px "Small Fonts", Verdana, Arial, Helvetica, sans-serif;}


/* HOMEPAGE SPOTLIGHTS */ 
#spotlight1 {position: absolute; top: 220px; left: 152px; width: 172px; padding: 5px; border-left: 1px dotted #CCCCCC;}
#spotlight2 {position: absolute; top: 220px; left: 334px; width: 172px; padding: 5px; border-right: 1px dotted #CCCCCC; border-left: 1px dotted #CCCCCC;}
#spotlight3 {position: absolute; top: 220px; left: 516px; width: 172px; padding: 5px;}
.spotlight_title {padding: 0px; background: none; margin-bottom: 10px; background-color: #FFFFFF;} /*BACKGROUND IMAGE SPECIFIED DYNAMICALLY*/
.spotlight_title h4 {font-size: 15px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color: #3da04d; text-align:left;}


/* FOOTER */
#pagefooter {padding: 0px; padding-left: 440px; padding-top: 0px; padding-right: 5px; height: 35px; background:url(../../templates/current/images/footer_bkgd.jpg); background-repeat: no-repeat; clear: both; text-align: right; font-size: 10px; color: #98a3b2;}
 #pagefooter ProgressLogo {} 
#OfficeAreaPage #pagefooter {text-align: left; padding: 20px;}
