/* DEFINING THE BODY OF THE MAIN PAGE */
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	}
	
#content {
	width:800px;
	margin:0px auto;
	text-align:left;
	}

	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}
	
.copysmall
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.sidebar .copy {
	font-size: 12px;
	}
	
.orange
	{ 
	color : #FF6600; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 20px;
	}
	
.headerbig
	{ 
	color : #002163; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 16px; 
	font-weight : bold;  
	line-height : 20px;
	}
	
.headersmall
	{ 
	color : #002163; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 20px;
	}
	
.blue
	{ 
	color : #5f5fc8; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}