/* TEXT STYLES */

/* paragraph margins */
	p.heading_blue, p.heading_orange, p.dots_blue, p.dots_orange, p.date_nav_blue  { margin-top: 15px; }
	p.first_para_text_blue, p.first_para_text_orange { margin-top: 10px; margin-bottom: 5px; margin-left: 20px; }
	p.text_heading_blue, p.text_heading_orange { margin-top: 0px; margin-bottom: 5px; margin-left: 20px; }
	p.text_blue, p.text_orange, p.mid_text_blue, p.mid_text_orange, p.note_blue, p.note_orange { margin-top: 0px; margin-bottom: 5px; margin-left: 20px; }
	p.note_blue, p.note_orange { margin-top: 0px; margin-bottom: 5px; margin-left: 0px; }
	p.address_blue, p.address_orange { margin-left: 0px; margin-top: 0px; }
	p.copyright { margin-left: 0px; margin-bottom: 0px; }
	p.footer_links { margin-bottom: 0px; }
	p.link_blue, p.link_orange { margin-top: 0px; margin-right: 0px; }
	p.note_blue, p.note_orange { margin-top: 0px; margin-right: 0px; }
	p.10px_spacer { margin-top: 10px; }
	p.projects_link_blue, p.projects_link_orange { margin-bottom: 10px; }
	/* span.more_link_blue, span.more_link_orange { margin-left: 300px; } */
	
/* rollover colors */
	a.link_blue:hover, a.address_blue_link:hover, a.footer_links:hover, a.more_link_blue:hover,
	a.projects_link_blue:hover, a.projects_link_orange:hover, a.text_link_blue:hover 
	{ color: #EE5B02; } /* ORANGE */
	a.link_orange:hover, a.address_orange_link:hover, a.more_link_orange:hover, a.text_link_orange:hover
	{ color: #196492; } /* BLUE */

/* rollover specials */
a.date_nav_blue:hover {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	color: #EE5B02; /* ORANGE */
}	
	

/* main colors */

/* BLUE */
	.heading_blue, .sub_heading_blue, .text_blue, .text_link_blue, .first_para_text_blue, .address_blue, .address_blue_link, 
	.link_blue, .note_blue, .footer_links, .more_link_blue, .dots_blue, .mid_text_blue, .text_heading_blue,
	.projects_link_blue, .date_nav_blue
	{ color: #196492; } 

/* ORANGE */ 
	.heading_orange, .sub_heading_orange, .text_orange, .text_link_orange,  .first_para_text_orange .address_orange, .address_orange_link,
	.link_orange, .note_orange, .copyright, .more_link_orange, .dots_orange, .mid_text_orange, .text_heading_orange,
	.projects_link_orange
	{ color: #EE5B02; } 

.tiny_spacer {
	font-size: 18%;
}

.medium_spacer {
	font-size: 25%;
}


.address_blue, .address_orange {	
	font-size: 65%;
	font-weight: normal;
	line-height: 1.4;
}

.address_blue_link, .address_orange_link {	
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
}

.heading_orange, .heading_blue {	
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
}

.dots_orange, .dots_blue {	
	font-size: 110%;
	font-weight: normal;
	line-height: 1.4;
}

.text_heading_orange, .text_heading_blue {	
	font-size: 110%;
	font-weight: normal;
	line-height: 1.2;
}

.sub_heading_orange, .sub_heading_blue {	
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
}

.text_blue, .first_para_text_blue, .text_orange, 
.first_para_text_orange, .mid_text_blue, .mid_text_orange {	
	font-size: 70%;
	text-decoration: none;
	line-height: 1.5;
}

.mid_text_blue, .mid_text_orange {	
	font-size: 75%;
	text-decoration: none;
	line-height: 1.4;
}

.text_link_blue, .text_link_orange { 
	font-size: 100%;
	text-decoration: none; 
	line-height: 1.5;
}

.more_link_blue, .more_link_orange { 
	font-size: 98%;
	font-style: italic;
	text-decoration: none; 
	line-height: 1.5;
	text-align: right;
}

.projects_link_blue, .projects_link_orange { 
	font-size: 85%;
	font-style: italic;
	text-decoration: none; 
	line-height: 1;
	text-align: right;
}

.link_blue {
	font-size: 100%;
	text-decoration: none;
	line-height: 1.5;
	border_bottom: 1px dotted #196492;
}

.link_orange {
	font-size: 100%;
	text-decoration: none;
	line-height: 1.5;
	border_bottom: 1px dotted #EE5B02;
}

.date_nav_blue {	
	font-size: 100%;
	font-weight: normal;
	text-decoration: none; 
	line-height: 1.4;
}

.note_blue, .note_orange { 
	font-size: 70%;
	font-style: italic;
	text-decoration: none; 
	line-height: 1.2;
}

.copyright {	
	font-size: 65%;
	text-decoration: none;
	line-height: 1.7;
}

/* Footer menu links */

.footer_links, a.footer_links {	
	font-size: 65%;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */ 
}

.quickanet_link {	
	font-family: Times, serif ;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
	color: #CC0000;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */ 
}

hr {
	color: #196492;
	height: 1px;
	margin-left: 18px;
}