/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
}

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	min-height:				500px;
	margin-bottom:			20px;
	margin-top:				0px;
	padding:				0px 70px;
	width:					602px;

	background-image:		url( /images/bg_itg.gif );
	background-repeat:		no-repeat;
	background-position:	107px 157px;
}

#header
{
	background-image:		url( /images/bg_header.gif );
	background-repeat:		no-repeat;
}

table#body
{
	clear:					both;
	margin-top:				22px;
	border-top:				2px solid rgb(9,90,166);
	width:					602px;
}

col#col-left
{
	width:					110px;
}

col#col-content
{
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
	border-left:			1px solid rgb(187,187,187);
	padding-left:			6px;
}

td#content,
td#content2
{
	padding-left:			2px;
	padding-right:			2px;
}

#c1
{
	min-height:				300px;
}

td#content
{
	border-left:			1px solid rgb(187,187,187);
}


img#logo
{
	float:					left;
	margin-top:				7px;
	width:					174px;
	height:					68px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				2px solid rgb(9,90,166);
	padding:				0em 1em;
	line-height:			2.0em;
	font-family:			arial,sans serif;
	font-size:				9px;
	color:					rgb(119,119,119);
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0.7em 0em 0.8em 0em;
	padding:				0px 18px 0.3em;
	font-family:			arial,sans serif;
	font-weight:			normal;
	font-size:				16px;
	color:					rgb(6,90,166);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: b1a58d;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(6,90,166)!important;
}

h2
{
	margin:					1.0em 18px 0em 18px;
	padding:				1.0em 0em 0em;
	
	border-top:				1px dotted rgb(187,187,187);

	font-family:			arial,sans serif;
	font-weight:			normal;
	font-size:				0.80em;
	color:					rgb(6,90,166);
}

h3
{
	margin:					1.0em 18px 0em 18px;
	line-height:			1.7em;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					black;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px 18px;
	line-height:			1.5em;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					black;
}

a
{
	text-decoration:		none;
	color:					rgb(6,90,166);
}

a:hover
{
	color:					black;
}

blockquote
{
	margin:					1em 3em;
	padding:				0.5em 0em;
	font-family:			arial,sans serif;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(6,90,166);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					158px;
}

.sidebar,
.caption-right
{
	padding:				0px;
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-weight:			normal;
	font-style:				italic;
	font-size:				0.70em;
	color:					rgb(6,90,166);
}

.sidebar
{
	padding:				10px;
}

.caption-right
{
	padding-top:			0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,204,204);
}

table.data th
{
	background-color:		rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.72em;
	color:					black;
}

table.data td
{
	background-color:		white;
	padding:				0.25em 0.5em;
	border-bottom:			1px solid rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	background-image:		url( /images/bg_subnav.gif );
	background-position:	top left;
	background-repeat:		no-repeat;
	position: absolute;
	z-index: 200;

}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
	float: left;
}

ul.menublock a,ul.submenublock a
{
	display:				inline;
	height:					21px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			arial, "sans serif";
	font-size:				10px;
	text-decoration:		none;
	color:					black;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	color:					rgb(6,90,166);;
}


ul.submenublock
{
	display:				none!important;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}
.imgCenter {
	text-align: center;
}
.bodytext3 {
	margin:					0em 0em 1.7em 0px;
	padding:				0px 18px;
	line-height:			1.5em;
	font-family:			arial, "sans serif";
	font-size:				11px;
	color:					black;
	font-weight: bold;
	text-align: center;

}
.head2 {
	font-weight: bold;
	color: #065AA6;
}
#col-right_bottom {
	border: 1px none #CCCCCC;
	height: 150px;
	width: 158px;
	text-align: center;
	background-image: url(../images/BH/light_blue_bg.jpg);
}
