body {
	margin:				0;
	padding:			0;
	text-align:			center;
	background-color:	#003768;
	}

body {
	/* Mozilla Firefox alignment */ 
	text-align:		 	-moz-center; 
	}

#help_ctx {
	background: Transparent;
}

/* Page wrapper
*******************************************************************/
#page-wrapper {
	margin:					0;
	margin-bottom:		10px;
	background-color:		#FFF;
	border:					0;
	border-top:				0;
	padding:				0px;
	width:					968px;
	text-align:			center;
	}
body.noleftcolumn #ContentContainer {
	background:		#FFF;
	}

#ContentContainer {
	margin:					0;
	background-color:		#FFFFFF;
	border:					0;
	padding:				0;
	}
/* left col (primary nav)
*******************************************************************/
#left-col {
	background-color:	Transparent;
	width:				168px;
	margin:			0;
	float:				left;
	display:			inline;
	}
#Header {
	background-image:		url(/Images/siteConnetics/header-bg.jpg);
	background-repeat:		no-repeat;
	background-position:	right top;
	}
#Logo {
	float:			left;
	width:			262px;
	}

/*	right-col
*******************************************************************/
#right-col {
	margin-left: 168px;
	padding: 5px;
	min-height: 200px;
	height: auto;
	width: 750px;
}
body.noleftcolumn #right-col {
	margin-left: 0px;
}

/* commented backslash hack v2 \*/
* html #right-col {
	width: 100%;
}
/* end hack */
/*	footer
*******************************************************************/
#footer {
	background-color:	#B6C6DE;
	font-family:		Tahoma;
	font-size:			8pt;
	font-weight:		bold;
	line-height:		30px;
	text-align:			center;
}
#footer a {
	color:				#4C7295;
	line-height:		30px;
	text-decoration:	bold;
	}
* html #footer {height : 1%;}

/*	generic reuseable classes
******************************************************************/
.clear-hidden {
	line-height : 1px;
	font-size : 1px;
	margin : 0;
	padding : 0;
	clear : both;
}

.clear-width {width : auto !important;}

.clear-both {clear : both;}
.display-block {
	display : block;
	clear : both;
}
.no-border {border : 0 !important;}
.float-right {float : right;}
.required {
	color : #D21C1C;
	font-weight : bold;
}
.no-margin {margin : 0 !important;}
.highlight {color : #802330;}
.clear-hr {
	font-size : 1px;
	line-height : 1px;
	margin : 0 0 15px 0;
	clear : both;
	padding : 12px 0 0 0;
	border-bottom : 1px solid #DDDDDD;
}
img.img-tp{
	vertical-align : bottom;
	margin-top : 3px;
}
.feature-images {margin-bottom : 16px;}
.text-align-center {text-align : center;}
.light-blue {
	color : #0099CC;
}
