/*
//===========================================================
//	Created By the Learning Trust - Webteam 
//	TEXT VERSION OF SITE
//===========================================================
*/


body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

/*
//===========================================================
//	BROOK CUSTOM STYLES
//===========================================================
*/
.big_dark_blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #365597;
	text-decoration: none;
}

.big_dark_blue_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #365597;
	text-decoration: none;
}

.big_dark_blue_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #365597;
	text-decoration: underline;
}

.big_dark_blue_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #365597;
	text-decoration: underline;
}

.title_text {
	font-family: Verdana, Arial, tahoma;
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	color:#365597;
}

.subtitle_text {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	text-transform: capitalize;
	color: #365597;
	font-size: 16px;
	line-height: 30px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4069;
	padding-left: 28px;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #365597;
	padding-bottom: 11px;
	border-bottom-style: solid;
	border-bottom-color: #365597;
	border-bottom-width: 1px;
	margin-bottom: 9px;
}

.main_table {
	background-color: #FFFFFF;
	padding: 0px 28px 0px;
}
.main_table_2 {
	background-color: #FFFFFF;
	padding: 0px 28px 0px;
}

.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #355494;
	line-height: 18px;
}

/*
//===========================================================
//	Increase table width to 100% 
//===========================================================
*/

.table_width {
	width: 100%;
}

/*
//===========================================================
//	Hide sections of site 
//===========================================================
*/

.hide_section {
	display: none;
}

/*
//===========================================================
//	Show the text version of the Navigation 
//===========================================================
*/

.text_nav {

	display: block;

}

/*
//===========================================================
//	Hide img tags 
//===========================================================
*/

img {
	display: none;
}

.top_bar {
	background-color: #FFFFFF;
}