body {
	margin:			0;
	padding:		0;
	text-align:		center;
	background-color:#004C80;
	}
body {
	/* Mozilla Firefox alignment */ 
	text-align:		-moz-center; 
	}

#help_ctx {
	background: Transparent;
}

#searchbar {
	background-color:#0098CA;
	border:			1px solid white;
	padding-bottom:	3px;
	padding-top:	3px;
	text-align:		right;
	height:			17px;
}

/* Page wrapper
*******************************************************************/
#page-wrapper {
	border:			0 none;
	margin:			0;
	padding:		0;
	text-align:		center;
	width:			775px;
	}
body.noleftcolumn #ContentContainer {
	background:		#FFF;
	}

#ContentContainer {
	background:		#F0EFEA url(/Images/siteWelNetworks/w.gif) no-repeat scroll right top;
	border:			1px solid white;
	margin-top:		5px;
	}
/* left col (primary nav)
*******************************************************************/
#left-col {
	background-image:	url(/Images/siteWelNetworks/content-bg.gif);
	background-repeat:	repeat-y;
	width:			130px;
	float:			left;
	display:		inline;
	}
#Header {
	background-image:	url(/Images/siteWelNetworks/header-bg.jpg);
	background-repeat:	no-repeat;
	height:				141px;
	}
#Logo {
	float:			left;
	}

/*	right-col
*******************************************************************/
#right-col {
	border-left:1px solid #736449;
	margin-left:130px;
	padding:	5px;
	min-height: 200px;
	height:		auto;
}
body.noleftcolumn #right-col {
	margin-left: 0px;
}

/* commented backslash hack v2 \*/
* html #right-col {
	width: 100%;
}
/* end hack */

/*	footer
*******************************************************************/
#footer {
	text-align:	left;
	}
#footer a {
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		10px;
	color:			#FFFFFF;
	line-height:	20px;
	}
* 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;
}

.MainMenu {
	margin:			0;
	width:			130px;
	list-style:		none;
	background-color:#F0EFEA;
	}

.MainMenu dt {
	padding:		0;
	margin:			0;
	background-position:	left -20px;
	}

.MainMenu dt a {
	background-position:left 0px;
	color:			#736449;
	display:		block;
	font-family:	arial,helvetica,sans-serif;
	font-size:		11px;
	font-weight:	bold;
	height:			20px;
	line-height:	20px;
	padding-left:	10px;
	text-decoration:none;
	}
#IERoot .MainMenu dt a {
	width:			100%;
	}
.MainMenu dt a:hover {
	background-color:	#FFFFFF;
	color:				#0098CA;
	text-decoration:	none;
	}
