body, html {
    margin:0;
    padding:0;
	background-color: #1a1a1a;
	background-image:url(sysImages/back2.jpg);
    }
body {
    min-width: 779px;
	background-color: #13013f;
    }
#wrap{
	background-color:#13013f; /*same color as sidebar*/
    margin:0 auto;
    width:779px;
	border-right: 3px solid black;
	border-left: 3px solid black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(sysImages/blue.jpg) repeat-y;
    }	
/*********************************************************************************** TOP NAVIGATION BAR ************************************************/
#head{
	background: url(sysImages/head2.jpg) no-repeat left top;
	background-color: #13013f;
	height: 222px;
    }
#nav{
	padding-left: 4px;
	padding-top: 2px;
}
#nav a{
	list-style: none;
	background: url(sysImages/button2.jpg) no-repeat;
	float: left;
	width: 129px;
	height: 45px;
	color: white;
	font-family:"Times New Roman", Times, serif;
/*	font-variant:small-caps;
	text-transform: uppercase;*/
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}
/************************************************************************************* MAIN *******************************************************************/
#mainHead{
	background: url(sysImages/mainT.jpg) no-repeat top center;
	background-color: #13013f;
	height: 50px;
	margin-top: 64px;
	margin-bottom: -11px;
}
#mainTitle{
	height: 105px;
}
#leftBody .textHead{
	height: 36px;
	width: 485px;
	background: url(sysImages/Call_Center_Sub_Header_Background.jpg) no-repeat left;
	background-color: white;
	margin-bottom: 0px;
}
#leftBody .textHead h2{
	padding-top: 7px;
	padding-left: 10px;
	color: #666666;
	font-size: 16px;

}
#leftBody table{
	background-color: white;
	margin-left: 3px;
	padding-left: 15px;

}
#leftBody p{
	margin-top: 0px;
	background-color: white;
	width: 458px;
	margin-left: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	margin-bottom: 0px;
	padding-right: 10px;
}
#mainLeft{
	background: url(sysImages/main.jpg) top center;
	background-repeat: repeat-y;
	padding-left: 40px;
	min-height: 440px;
}
#mainRight{
	
	clear: both;
	position: absolute;
	clear: both;
	background-color: #e6e6e6e;
	width: 196px;
	float: right;
	padding-right: 1px;
	margin-left: 550px;
	padding-left: 5px;
}
#mainFoot{
	background: url(sysImages/mainB.jpg) no-repeat top center;
	height: 50px;
}
/*********************************************************************************FOOT ****************************************************************************/
#foot{
	background-color: #13013f;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;	
}
