@charset "utf-8";
/* CSS Document */

a:focus {
	outline:none;
}
body.Home {
	background-image: url(../images/MainBG.png);
	background-position:top;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	margin:auto;/*Firefox*/
	font-size:62.5%;
}

#mainWrapperContainer {
	text-align:left;
	width:960px;
	height: auto;
	margin:0 auto;
	border: 3px solid #9fcdee;
	background-color: #FFFFFF !important;
}

#menuContainer {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}

#mainHeader {
	width:960px;
	height:120px;
	background-image:url(../images/MainHeader.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:5px;
	background-color:#FFFFFF;
}

#mainHeaderContentWrapper {
	width:500px;
	height:100px;
	padding:10px;
	text-align:right;
	margin-left:300px;
}

#bce1b8-ltgreen {
	background-color:#bce1b8;
}

#dceefa-ltblue {
	background-color:#dceefa;
}

#fbd298-ltorange {
	background-color:#fbd298;
}

#ffffcc-ltyellow {
	background-color:#ffffcc;
}

.hortDivider {
	border-bottom:1px solid #d8d8d8;
}

.hortDivider2 {
	border-bottom:1px solid #d8d8d8;
	margin: 10px 0 10px 0;
}
.hortDivider3 {
	border-bottom:3px solid #464646;
	margin: 10px 0 10px 0;
}
.hortDivider4 {
	border-bottom:1px solid #d8d8d8;
	margin: 10px 100px 10px 100px;
  
}

.basicRowDivider {
	border-bottom: 1px solid #d8d8d8; /*LF Light Gray*/
	padding:5px;
	margin-bottom:10px;
}

#photoTreatment1 {
	border: 1px solid #464646; /*LF Dark Gray*/
	padding:3px;
	margin:3px;
}

#photoTreatment2 {
	border: 1px solid #ffffff; /*white*/
	padding:3px;
	margin:3px;
}

.photoTreatment3 {
	border: 1px solid #d8d8d8; /*LF Light Gray*/
	padding: 3px;
	margin: 3px 10px 3px 3px;
}

.photoTreatment4 {
	padding: 3px;
	margin: 3px 10px 3px 3px;
}

.photoTreatment5 {
	border: 1px solid #464646; /*LF Dark Gray*/
}

#photoBox {
	width:45px;
	height:45px;
}
.bannerBorder {
	border-top:1px solid #464646;
	border-right:1px solid #464646;
	border-left:1px solid #464646;
	}

.bannerBaseline {
	border-bottom:1px solid #464646;
	}

#highlightBluebg {
	border-top: 2px solid #027cca;
	margin: 5px 5px 8px 5px;
	padding:5px;
	background-color: #dceefa;
	border-bottom: 1px dotted #027cca;
	}

#highlightOrangebg {
	border-top: 2px solid #F93;
	margin: 5px 5px 8px 5px;
	padding:5px;
	background-color: #fbd298;
	border-bottom: 1px dotted #F93;
	}

.highlightBox {
	position:relative !important;
	padding:7px 7px 0 7px;
	margin:5px 5px 30px 5px;
	border:2px solid #027cca;
	background-color: #dceefa;
	background: rgb(220,238,250);
	-pie-background: rgba(220,238,250,1);
	background: rgba(220,238,250,1);
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior:url("../PIE.htc"); /* Add PIE For IE8 and earlier */
	}

.itemSpacingBottom10px {
	padding-bottom:10px;
	}
.itemSpacingBottom20px {
	padding-bottom:20px;
	}
	
#bulletSeparator {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	line-height:2em;
	font-size:14px;
	color: #93005d; /*Magenta*/
	}
	
.memberBox {
	float:left;
	width:45%;
	height:auto;
	border-top:2px solid #027cca;
	border-bottom:2px dotted #027cca;
	padding:10px;
	margin:0px 10px 10px 10px;
	background-image:url(../images/pattern306.png);
	background-position:top;
	background-repeat:repeat;
	}
	
.memberBox-clearfloat {
	clear:both;
	}	

/*Sider CSS*/

#slider {
	float:left;
	width: 960px; /* important to be same as image width */
	height: 333px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important *//*background-color:#FFFFFF;*/
}

.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
	left: 0;
}

.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}

.right {
	right: 0;
	bottom: 0;
	top: 0;
	width: 400px !important;
	height: 305px;
	padding:0px 10px 10px 10px;/*margin-right:40px;*/
}

/*FONTS*/
.maintenanceHeaderText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.maintenanceBodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1.ArticleTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #464646; /*LFVA Dark Gray*/
	font-weight:bold;
  line-height: 1em;
}

.ArticleSubTitle {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 25px;
	color: #464646; /*LFVA Dark Gray*/
	font-weight:bold;
  margin-bottom: 10px;
  line-height: 1em;
}

.ArticleSubTitle a:hover{
	color: #027cca; /*LFVA Blue*/
  text-decoration: underline;
}

.ArticleBodytext {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
	color: #464646; /*LFVA Dark Gray*/
  line-height: 1.25em;
}

h1.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #464646; /*LFVA Dark Gray*/
	font-weight:bold;
}

h2.subTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #027cca; /*LFVA Blue*/
	margin-bottom: 3px;
}

h3.subsubTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f4a83b; /*LFVA Orange*/
	margin-top: 0;
	margin-bottom: 3px;
}

h3.subsubTitle a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f4a83b; /*LFVA Orange*/
	margin-top: 0;
	margin-bottom: 3px;
	text-decoration:underline;
}

h3.subsubTitle a:hover {
	color: #fbd298; /*LF Light Orange*/
	text-decoration:none;
}

h3.subsubTitleIntented {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f4a83b; /*LFVA Orange*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left:20px;
}

h3.subsubTitleIntented a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f4a83b; /*LFVA Orange*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left:20px;
}

h3.subsubTitleIntented a:hover {
	color: #fbd298; /*LF Light Orange*/
	text-decoration:none;
}

.highlightTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding-bottom:10px;
	color: #027cca; /*LFVA Blue*/
}

.highlightTitle_withbar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	background-color:#fbd298;
	padding:5px;
	margin-bottom:10px;
	color: #464646; /*LFVA Drak Gray*/
}

h1.sliderHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #027cca;
	text-align: right;
}

h4.sliderBodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #464646;
	line-height: 1.55em;
}

.bannerSaveDate {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #63466c;
	padding:5px 0 0px 0;
	margin-bottom: 0px;
}

h1.bannerText1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style:normal;
	color: #ffffff;
	margin: 0;
}

h2.bannerText2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	margin: 0;
}

h3.bannerText3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #464646;
}

h3.bannerText3 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #464646;
	text-decoration:underline;
}
h3.bannerText3 a:hover{
	color: #666;
	text-decoration:none;
}

h5.bannerText5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464646;
	margin:5px;
}

.bannerTextPurple {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color: #63466c;
	padding:5px 0 5px 0;
}

h1.bannerTextDrkBlue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color: #027cca;
	padding:2px 0 2px 0;
}

h2.bannerTextDrkBlue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #027cca;
	text-align:center;
}

h4.bannerText6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #ffffff;
	margin: 2px;
}

h4.bannerText7 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	margin: 5px;
}

h4.bannerText4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #464646;
	margin: 5px;
}
h4.bannerText4 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #464646;
	text-decoration:underline;
}
h4.bannerText4 a:hover{
	color: #666;
	text-decoration:none;
}
.bannerWhiteLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:1.5em;
	text-align:left;
	font-weight:bold;
}
.bannerWhiteLink a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:1.5em;
	text-align:left;
	font-weight:bold;
}
.bannerWhiteLink a:hover {
	color: #999;
}
.bodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height:1.55em;
}

.bodyText a {
	color: #027cca;
}

.bodyText a:hover {
	color: #67c1fa;
}

.bodyTextBlue {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #027cca;
	line-height:1.45em;
}

.bodyTextBlue a {
	color: #027cca;
}

.bodyTextBlue a:hover {
	color: #67c1fa;
}

.bodyTextBlueItalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #027cca;
	font-style:italic;
	font-weight:bold;
	line-height:1.25em;
}

.bodyTextSmall {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #464646;
	line-height:1.45em;
}

.bodyTextSmall a {
	color: #027cca;
	font-weight:bold;
}

.bodyTextSmall a:hover {
	color: #67c1fa;
}

.bodyTextSmall2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

.bodyTextSmall2 a {
	color: #464646;
}

.bodyTextSmall2 a:hover {
	color: #000000; /*Black*/
}

.bodyTextSmallItalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #464646;
	line-height:1.45em;
	font-style:italic;
}

.titleText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #027cca; /*LF Blue*/
	font-weight:bold;
	line-height:1.25em;
	padding-bottom:5px;
	padding-top:5px;
}

.titleText a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #027cca; /*LF Blue*/
	font-weight:bold;
	line-height:1em;
	text-decoration:underline;
}

.titleText a:hover {
	text-decoration:none;
	color: #67c1fa;
}

.titleText2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #027cca; /*LF Blue*/
	font-weight:bold;
	line-height:1em;
}

.titleText2 a {
	text-decoration:underline;
	font-size: 12px;
	color: #027cca; /*LF Blue*/
	font-weight:bold;
	line-height:1em;
}

.titleText2 a:hover {
	text-decoration:none;
	color: #67c1fa;
}

.titleText2a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646; /*LF Dark Gray*/
	font-weight:bold;
	line-height:1em;
}

.HeaderText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	padding:5px 0 0 10px;
}
.interiorHeaderText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align:center;
	font-weight:bold;
	line-height:1.25em;
	padding-bottom:10px;
	padding-top:10px;
}

.blueBodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #027cca; /*LF Blue*/
	line-height:1.45em;
}
.blueBodyText2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #027cca; /*LF Blue*/
}
.blueBodyHeaderText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #027cca; /*LF Blue*/
}
.greenBodyHeaderText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #57b54d; /*LF Green*/
}

.greenBodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #57b54d; /*LF Dark Green*/
	line-height:1.45em;
}
.greenBodyText a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #57b54d; /*LF Dark Green*/
	line-height:1.45em;
	text-decoration:underline;
} 

.greenBodyText a:hover{
	color: #57b54d; /*LF Dark Green*/
	text-decoration:none;
}
.greenBodyText2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #57b54d; /*LF Dark Green*/
}
.whiteBodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}
.whiteBodyText a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.whiteBodyText a:hover{
	color: #CCC;
}
.grayBodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464646;
}
.grayBodyText a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464646;
	font-weight:bold;
}
.grayBodyText a:hover{
	color: #999;
}

.magentaBodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #93005d; /*Magenta*/
	line-height:1.35em;
}
.magentaBodyText a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #93005d; /*Magenta*/
	line-height:1.35em;
	text-decoration:underline;
}
.magentaBodyText a:hover{
	color: #999; /*Magenta*/
}

.topHeaderText {
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #027cca; /*LF Blue*/
}

.topBodyText {
	padding-bottom:5px;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color: #027cca; /*LF Blue*/
}
.whiteBodyText2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.whiteBodyText2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.whiteBodyText2 a:hover {
	color: #CCC;
}

/*3 Column Styles for Homepage*/

#homeBodyContainer {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}

#homeSidebarLeft {
	float: left;
	width: 445px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-left:10px;
}

#homeMiddle {
	padding: 0;
	width: 285px;
	float: left;
	margin-right: 20px;
	background-color:#FFFFFF;
}
#homeColumnLeft {
	padding: 0;
	width: 750px;
  float: left;
	margin-right: 20px;
  margin-left:10px;
	background-color:#FFFFFF;
}

#homeSidebarRight {
	float: left;
	width: 170px;
	background-color:#FFFFFF;
	padding: 0;
	margin-right:10px;
}

#footer {
	width:960px;
	height:40px;
	background-image:url(../images/FooterBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top:5px;
}

#footerContent {
	text-align:center;
	padding:10px;
}







#bannerBox1 {
	position:relative !important;
	line-height:1em;
	border:3px solid #f2a83d;
	padding:5px;
	background-color:#63466c;
	text-align:center !important;
	background: rgb(99,70,108);
	-pie-background: rgba(99,70,108,1);
	background: rgba(99,70,108,1);
	-moz-border-radius: 10px; /* Firefox 3.6 and earlier */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url("../PIE.htc"); /* Add PIE For IE8 and earlier */
	}

#bannerBox2 {
	position:relative !important;
 line-height:1em;
	border:3px solid #f2a83d;
	padding:5px;
	background-color:#ffffff;
	text-align:center !important;
	background: rgb(255,255,255);
	-pie-background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior:url("../PIE.htc"); /* Add PIE For IE8 and earlier */
	}
	#bannerBox3 {
	position:relative !important;
	border:2px solid #e2d78f;
	padding:5px;
	background-color:#e2c08f;
	text-align:center !important;
	background: rgb(226,192,143);
	-pie-background: rgba(226,192,143,1);
	background: rgba(226,192,143,1);
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior:url("../PIE.htc"); /* Add PIE For IE8 and earlier */
	}
	#bannerBox4 {
	position:relative !important;
	padding:5px;
	background-color:#57b54d;
	text-align:center !important;
	background: rgb(87,181,77);
	-pie-background: rgba(87,181,77,1);
	background: rgba(87,181,77,1);
	-moz-border-radius: 10px; /* Firefox 3.6 and earlier */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url("../PIE.htc"); /* Add PIE For IE8 and earlier */
	}
	/* prevent IE9 using PIE */
:root *> #leftContainerOutside {
	behavior: none;
}

#LeftColumnHeader {
	width:445px;
	border-bottom:1px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:15px;
	padding-bottom:10px;
}

#conferColumnHeader {
	height:40px;
	width:445px;
	background-color:#f4a83b; /*LF Dark Orange*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

#conferColumnHeader2 {
	height:40px;
	width:750px;
	background-color:#f4a83b; /*LF Dark Orange*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

.conferTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #57b54d;
	font-weight:bold;
	line-height:1.45em;
	font-variant-caps: up
	}
.conferTitle a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #f4a83b;
	font-weight:bold;
	line-height:1.45em;
	text-decoration:underline;
	text-transform: uppercase;
	}
	
.conferTitle a:hover{
	color: #464646;
	text-decoration:none;
	}
	
.conferContent {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #464646;
	line-height:1.45em;
	}
	
.conferContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f4a83b;
	font-weight:bold;
	line-height:1.45em;
	text-decoration:underline;
	}
	
.conferContent a:hover{
	color: #464646;
	text-decoration:none;
	}
	
#extraColumnHeader {
	height:40px;
	width:170px;
	background-color:#57b54d; /*LF Dark Green*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
	margin-right:10px;
}
#sponsorColumnHeader {
	height:40px;
	width:170px;
	background-color:#57b54d; /*LF Dark Green*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
	margin-right:10px;
}

#interiorRightColumnHeader {
	height:auto;
	width:auto;
	background-color:#027cca; /*LF Dark Blue*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

#LFDirectorColumnHeader {
	height:40px;
	width:285px;
	background-color:#666; /*LF Dark Gray*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

#NewsColumnHeader {
	height:40px;
	width:285px; /*285px*/
	background-color:#f4a83b; /*LF Dark Orange*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

#learnOppsColumnHeader {
	height:40px;
	width:285px;
	background-color:#027cca; /*LF Dark Blue*/
	border-bottom:2px solid #d8d8d8;/*LF Light Gray*/
	margin-bottom:10px;
}

#learnOppsArea {
	padding-left:5px;
}

#learnOppsArea-bgColor {
	padding:8px;
	background-color:#FFFFCC;
	border:1px solid #d8d8d8;
}

#hotlinksColumnHeader {
	height:40px;
	width:165px;
	border-bottom:1px solid #d8d8d8; /*LF Light Gray*/
	margin-bottom:15px;
}

#hotlinksMainWrapper {
	margin:0;
}

#hotlinksHeaderBox {
	padding-top:4px;
	padding-bottom:5px;
}

#hotlinksBox {
	border-top:1px solid #57b54d; /*LF Dark Green*/
	border-bottom:1px solid #57b54d; /*LF Dark Green*/
	background-color: #ebf6ea; /*LF Light Green*/
	padding:5px 5px 8px 5px;
	line-height:2em;
}

#resourceMainBox {
	border-top:1px solid #57b54d; /*LF Dark Green*/
	border-bottom:1px solid #57b54d; /*LF Dark Green*/
	background-color: #ffffff;
	padding:5px 5px 8px 5px;
	line-height:2em;
}

#resourceWrapper {
		margin:10px 0 10px 0;
	}

#resourceHeaderBox {
	margin:0;
}

#resourceBox {
		padding-left:5px;
		padding-bottom:5px;
		border-bottom:1px solid #d8d8d8; /*LF Light Gray*/
	}
	
#sponsorBox {
	margin-top:10px;
	margin-bottom:20px;
}

#sponsorLogoWrap {
	margin-top:10px;
	margin-bottom:10px;
}

#boardMeetHeaderBox {
	padding-top:4px;
	padding-bottom:5px;
}

#boardMeetBox {
	border-top:1px solid #57b54d; /*LF Dark Green*/
	border-bottom:1px solid #57b54d; /*LF Dark Green*/
	background-color: #ebf6ea; /*LF Light Green*/
	padding:5px 5px 8px 5px;
	line-height:1em;
}

#rssHeaderBox {
	padding-top:4px;
	padding-bottom:5px;
}

#rssBox {
	border-top:1px solid #57b54d; /*LF Dark Green*/
	border-bottom:1px solid #57b54d; /*LF Dark Green*/
	background-color: #ebf6ea; /*LF Light Green*/
	padding:5px 5px 8px 5px;
	line-height:1em;
}

/*INTERNAL PAGE CSS*/

.workbook {
	min-height:120px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	}
#intPageWrapperContainer {
	width:940px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding:10px 10px 0 10px;
}

#intPageMap { /*555px*/
	float: left;
	width: 540px;
	height: auto;
	background-color: #FFFFFF;
	border:1px solid #999;
	margin-right: 5px;
	margin-left:10px;
	padding:5px;
}

#intPageOffComm {
	/*padding: 5px;*/
	width: 325px;
	float: right;
	/*border:1px solid #999;*/
	background-color:#FFFFFF;
}

#intPageMeet {
	width: 520px;
	padding: 10px;
	margin:0;
}
	
/*#timelineYearbox {
	padding:5px;
	border:1px solid #4f4f4f;
	text-align:center;
	margin-right:5px;
	background-color:#eeeeee;
	}*/

#timelineBodybox {
	padding:0 0 5px 0;
	margin-bottom:10px;
	}

#timelineDividerGray {
	border-bottom:1px solid #d8d8d8;
	margin-top:8px;
	margin-bottom:8px;
}

#timelineDividerOrange {
	border-bottom:1px solid #fbd298;
}

.timelineYear {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#464646;
	}

.timelineMonth {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#464646;
	padding:5px;
	margin-bottom:5px;
	}
	
.timelineBodytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #464646;
	padding-left:20px;
}

.timelineBodytext a {
	color: #027cca;
	font-weight:bold;
}

.timelineBodytext a:hover {
	color: #67c1fa;
}

.myButton a {
	background-color:#57b54d;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
		margin: 10px;
	border-radius: 30px;
	border: 2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:18px;
	font-weight:bold;
	padding:10px 30px 10px 30px;
	text-decoration:none;
  line-height: 1em;
}

.myButton a:hover {
	background-color:#448f3c;
	color:#ffffff;

}
.myButton a:active {
	position:relative;
	top:1px;
}


