/*  ///////////////////////// Generic - Copied from Global ///////////////////////  */
body{
	margin: 0px; 
	padding: 0px;
	background: #f6f6f6 url(../../Images/NETSite/V3/body_bg.gif) repeat-y center; 
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
div.right{ 
	float: right;
}
div.left{ 
	float: left;
}
div.clear{ 
	clear: both;
}
div.formfix{ 
	display: none;
}
span.white{
	color: #fff;
}
/*  ///////////////////////// Links ///////////////////////  */
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
/*  ///////////////////////// Layout ///////////////////////  */
div#page-container-inner{
	width: 990px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
div#main-container{
	margin: 0;
	padding: 0;
	width: 990px;
	background-color: #fff;
}
div#main-content{
	margin: 0;
	padding: 0;
	width: 612px;
	background-color: #fff;
	float: left;
}
div#left-container{
	float: left;
	width: 150px;
	border-left: 19px solid #fff;
	border-right: 20px solid #fff;
	margin: 0;
	padding: 0;
}
div#right-container{
	float: right;
	width: 150px; 
	border-right: 19px solid #fff;
	margin: 0;
	padding: 0;
}
/*  ///////////////////////// Headers ///////////////////////  */
div.header-purple{
	background: url(../../Images/NETSite/V3/header_purple_middle_bg.gif) repeat-x;
	height: 30px;
}
div.header-purple-text{
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	float: left;
}
div.header-purple-text a:link, div.header-purple-text a:visited, div.header-purple-text a:active{
	color: #fff;
	text-decoration: none;
}
div.header-purple-text a:hover{
	color: #fff;
	text-decoration: underline;
}
/* ***** */
div.header-blue{
	background: url(../../Images/NETSite/V3/header_blue_middle_bg.gif) repeat-x;
	height: 30px;
}
div.header-blue-text{
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	float: left;
}
div.header-blue-text a:link, div.header-blue-text a:visited, div.header-blue-text a:active{
	color: #fff;
	text-decoration: none;
}
div.header-blue-text a:hover{
	color: #fff;
	text-decoration: underline;
}
div.header-blue-text-right{
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	float: right;
}
div.header-blue-text-right a:link, div.header-blue-text-right a:visited, div.header-blue-text-right a:active{
	color: #fff;
	text-decoration: none;
}
div.header-blue-text-right a:hover{
	color: #fff;
	text-decoration: underline;
}
/* ***** */
div.header-green{
	background: url(../../Images/NETSite/V3/header_green_bg.gif) repeat-x;
	height: 30px;
}
div.header-green-text{
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	float: left;
}
div.header-green-text a:link, div.header-green-text a:visited, div.header-green-text a:active{
	color: #333;
	text-decoration: none;
}
div.header-green-text a:hover{
	color: #333;
	text-decoration: underline;
}
/* ***** */
div.header-yellow{
	background: url(../../Images/NETSite/V3/header_yellow_bg.gif) repeat-x;
	height: 30px;
}
div.header-yellow-text{
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	float: left;
}
div.header-yellow-text a:link, div.header-byellow-text a:visited, div.header-yellow-text a:active{
	color: #333;
	text-decoration: none;
}
div.header-yellow-text a:hover{
	color: #333;
	text-decoration: underline;
}
/*  ///////////////////////// Footers ///////////////////////  */
div.footer-purple{
	background: url(../../Images/NETSite/V3/footer_purple_middle_bg.gif) repeat-x;
	height: 30px;
}
div.footer-blue{
	background: url(../../Images/NETSite/V3/footer_blue_middle_bg.gif) repeat-x;
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.footer-green{
	background: url(../../Images/NETSite/V3/footer_green_bg.gif) repeat-x;
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.footer-yellow{
	background: url(../../Images/NETSite/V3/footer_yellow_bg.gif) repeat-x;
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}