/* COLORS AND STYLES */

a:link {color: #3266cc; text-decoration: none;}     /* unvisited link */
a:visited {color: #3266cc; text-decoration: none;}  /* visited link */
a:hover {color: #3266cc; text-decoration: underline;}   /* mouse over link */
a:active {color: #3266cc; text-decoration: none;}   /* selected link */


.footerlink:link {color: #fff; text-decoration: none;}     /* unvisited link */
.footerlink:visited {color: #fff; text-decoration: none;}  /* visited link */
.footerlink:hover {color: #5393d1; text-decoration: none;}   /* mouse over link */
.footerlink:active {color: #fff; text-decoration: none;}   /* selected link */


table.bigtable {



}


td.topstripes {

}

td.bottomstripes {

}

td.logo {
	background-color: white;

}


td.motto {
	background-color:  white;

}

td.search {

	background-image: url(/fcbe/images/fcbe_bg.jpg);

	background-repeat: repeat;

	background-color: white;

}


td.callout1 {

	border-left-color: white;
	border-left-style: solid;
	border-right-color: white;
	border-right-style: solid;


}


td.maintitle {

	color: white;
	background-color: #3266cc;
	border-top-color: white;
	border-top-style: solid;
	border-right-color: white;
	border-right-style: solid;
	border-left-color: white;
	border-left-style: solid;

}

td.mainbody {

	background-image: url(/fcbe/images/fcbe_bg2.jpg);
	background-repeat: repeat;
	background-color: white;
	border-right-color: #d7d7d7;
	border-right-style: solid;
	border-left-color: white;
	border-left-style: solid;
}



td.secondarytitle {

	color: white;
	background-color: #3266cc;
	border-top-color: white;
	border-top-style: solid;
	border-right-color: #3266cc;
	border-right-style: solid;

}

td.notices {

	background-color: #00257e;
	color: white;

}

td.navbar {

	background-color: #d7d7d7;

}


td.secondary {

	background-image: url(/fcbe/images/fcbe_bg_secondary2.jpg);
	background-repeat: repeat;
	background-color: #d7d7d7; 
	border-right-color: #d7d7d7; 
	border-right-style: solid; 

}

select.quicklinks {

}


.menudark {

	color: #ffffff ;
	background-color: #00257e;
	border-bottom-color: white;
	border-bottom-style: solid;

}


.menumedium {

	color: #ffffff ;
	background-color: #3266cc;
	border-bottom-color: white;
	border-bottom-style: solid;

}

.menulight {

	color: #ffffff ;
	background-color: #74a0f6;
	border-bottom-color: white;
	border-bottom-style: solid;

}

.menulinkdark:link {color: white;}
.menulinkdark:visited {color: white;}
.menulinkdark:hover {color: #ffecb0;}
.menulinkdark:active {color: white;}

.menulinkmedium:link {color: white;}
.menulinkmedium:visited {color: white;}
.menulinkmedium:hover {color: #ffecb0;}
.menulinkmedium:active {color: white;}

.menulinklight:link {color: white;}
.menulinklight:visited {color: white;}
.menulinklight:hover {color: #ffecb0;}
.menulinklight:active {color: white;}





/* WIDTHS, LINES, AND PADDING */

table.bigtable { 

	width: 975px; 
	
}

img.spectrum {

	margin-left: 16px;
	padding-top: 10px;
}


td.topstripes {

	width: 975px;
	height: 5px;
}

td.bottomstripes {

	width: 975px;
	height: 5px;
}

td.logo {

	width: 174px;

}


td.motto {

	width: 534px;

}

td.search {

	width: 267px;
}

td.callout1 {  /* must add up to 550 */

	width: 532px;
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-top-width: 0px;  
	padding: 0px 0px 0px 0px;

	
}



td.maintitle { /* must add up to 550 */

	width: 532px; 
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 0px 0px 0px 0px;


}

td.mainbody { /* must add up to 550 */

	width: 514px; 
	padding: 5px 10px 10px 10px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	border-top-width: 0px;  


}


td.notices {

	width: 975px;
	
}

td.navbar { /* must add up to 174 */

	width: 174px;

}


td.secondary { /* must add up to 276 */

	width: 247px;
	padding: 5px 10px 10px 10px; 
	border-right-width: 0px; 
	border-top-width: 0px; 

}

td.secondarytitle { /* must add up to 276 */

	width: 267px; 
	padding: 0px 0px 0px 0px; 
	border-top-width: 1px;
	border-right-width: 0px;
	height: 22px;

}

select.quicklinks {

	margin-left: 11px;
	width: 150px;
	
}


.menudark {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}


.menumedium {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

.menulight {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

/*---Newly Added---*/

.displayblock{

	display:block;

}

