/* CSS elements that are commonly used across the entire CFRA site (private and public areas)  */

body {
    margin:0;
    padding:0;
    background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;		
	}
	
/* DEFINITION OF PAGE SECTORS */	
/* level0:  sets up total page width */

 /* logo: positions logo in top right hand corner */
 #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
    } 

  #level0 {
   background:#FFF;
	width:100%; }
	
	
/* main:  center column definition */	
  #main{
    margin-left:171px;
    padding-left:0px;
    background:#FFF;
	}
	
/* right:  right hand column definition */		
  #right {
	position:relative;	
	}	
	
/* middle:  middle column definition - sets the right hand side to 143 pixels wide  */			
#middle {
	margin-right:243px;
    padding-right:0px;
    background:#FFF;
}	

/* footer: page footer definition */
#footer {
	background:#FFF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #163A66;
	width: auto;
	left: 0px;
	text-align: left;
	}						


/* SEMI-GRAPHICAL ELEMENTS:  DOGS, LINES, ANY NON-TEXT ITEMS THAT REQUIRE SPECIAL FORMATTING */

/* .nowrap ensures that any containers are cleared out before next set of text is entered on page */
.nowrap {
 clear: both;
}

/* grey vertical lines that appear in between footer elements */ 
.greytextlines {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 16px;
}

/* overhead grey horizontal line that goes above footer */ 
.topline 
{
	padding: 5px 0 20px 0;
	border-top: 1px solid #999999;
	}
	
  /* .leftflush positions text or lines over to the left   */	
.leftflush {
	margin-left: 0px;
	line-height: 9px;
}
	

 /* NAVIGATION ITEMS FORMATTING */		
 /* navigation specs for footer (small line at bottom of page)   */		
#footer a {
	color: #163A66;
	text-decoration : none;
	font-weight: normal;
	font-size:10px;
}

#footer a:visited {
	color: #FF9900;
	text-decoration : none;
	font-weight: normal;
	font-size:10px;
}
#footer a:hover {
	color: #FF9900;
	text-decoration : none;
	font-weight: normal;
	font-size:10px;
}