/*	Body Rule Notes 
	margin values are in shorthand: Top Right Bottom Left.
	Setting the left and right margins to 15% effectively centers
	all static content and makes that content fill 70% of the window. 
	Zero is the only value that does not require a unit of measure
	Global Font Style and base Font Size */

html,body {  
	padding: 0; /* For Opera [removes white space} */ 
    border: 0; 
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto; 
	text-align: left
}
#centrediv {	
width: 800px;  
margin: 0 auto; 
position:relative;

}
#catchall{
	position: relative;
	left: 0px;
	top:0px;
	width:98%;
	height:100%;
	visibility: visible;
	position:absolute;
	background-color: transparent;
	z-index:1;
}
#content{
	position:absolute;
	width:758;
	left: 10px;
	top: 84px;
	z-index:20;
}
#homepagecontent{
	position:absolute;
	width:760px;
	left: 10px;
	top: 84px;
	z-index:20;
	background-color: #FFFFFF;
	height: 1px;
}
#footer{
	position:absolute;
	width:606px;
	left:20px;
	z-index:20;
	background-color: #FFFFFF;
}
#cplogo {	
	position:absolute;
	left: 0px;
	top: -1px;
	width:231px;
	height:70px;
	visibility: visible;
	z-index:1;
}
#quicklinks {
	position:absolute;
	top: -1px;
	border:0px;
	left: 534px;
	width:241px;
	height:27px;
	z-index:10;
	visibility: visible;
	background-color: #336699;
}
#login_top {
	position:absolute;	
	top: -1px;
	border:0px;
	left: 237px;
	width:297px;
	height:53px;
	z-index:9;
	visibility: visible;
	background-color: #336699;
}
#search{
	position:absolute;
	border:0px;
	left: 534px;
	width:241px;
	height:27px;
	z-index:11;
	top: 25px;
	background-color: #336699;
	margin: 0
	}
#navbackground{
	position:absolute;
	width:512px;
	height:26px;
	z-index:7;
	left: 263px;
	top: 55px;
	background-color: #E76519;
}
#navangle{
	position:absolute;
	width:29px;
	height:25px;
	z-index:8;
	left: 237px;
	top: 51px;
	background-color: #ffffff;
}

.traceon {
	
	color: #6666CC;
	background-color: #B5CDE6! important;
}

.traceoff {
	color: transparent;
	background-color: transparent;
}
form {margin: 0}
