/* CSS Document */

/* rightbar_1, rightbar_2, leftbar_1, leftbar_2 styles combined. Note: If you want to style the sidebars differently, comment this out and use the individual div styles below. */

#rightbar_1 h3, #rightbar_2 h4, #leftbar_1 h5, #leftbar_2 h6 {
/*	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;*/
	border-left: 3px solid #758bb0; /* Creates 3px border on either side of the header tags */
	border-right: 3px solid #758bb0;
	letter-spacing: 1px; /* creates 1px letter space */
	background: #354766 url("../images/rightbar_title_bar.jpg") 0 0 no-repeat; /* This creates the subtle gradient on the upper left hand corner and uses a hex background color to fill in the rest of the header */
	color: #fff;
	font: 85% "Times New Roman", Times, serif;
	text-transform: capitalize; /* This attribute renders all text in uppercase, can be changes to normal, capitalize, or lowercase */
	padding: 10px 10px; /* Creates a 10px padding around the text of the heading */
	}

#rightbar_1 p, #rightbar_2 p, #leftbar_1 p, #leftbar_2 p {
	color:#474747; /* Specifies the greyish color of the paragraphs */
	font-size: 75%;
	margin: 5px 5px 10px 15px;
	}

#rightbar_1 p.caption, #rightbar_2 p.caption, #leftbar_1 p.caption, #leftbar_2 p.caption { /* This style is for header captions. The caption tag is used exclusively for tables, so this is used instead of a caption tag */
	color: #666;
	font: italic 85% "Times New Roman", Times, serif;
}

#rightbar_1 .quote p, #rightbar_2 .quote p, #leftbar_1 .quote p, #leftbar_2 .quote p {
	color:#000;
	font-size: 70%; 
	margin: 0 5px 10px 5px;
	font-family: sans-serif;
	}


/*Sidebar styles by div. Note: If these styles are not used, remove from file to make CSS file size smaller. 
/*rightbar_1 styles  --------------------------------------------------------------
#rightbar_1 h3 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
	
#rightbar_1 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*rightbar_2 styles  --------------------------------------------------------------
#rightbar_2 h4 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
	
#rightbar_2 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*leftbar_1 styles  ---------------------------------------------------------------------
#leftbar_1 h5 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}

#leftbar_1 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*leftbar_2 styles  --------------------------------------------------------------
#leftbar_2 h6 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}

#leftbar_2 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
*/

/*start main content area. ------------------------------------------------------------*/

#content p {
	font-size: 75%;
	line-height: 140%;
	}
	
#content h1 {
	font: normal 125% "Times New Roman", Times, serif;
	text-transform: uppercase; /* This attribute renders all text in uppercase, can be changes to normal, capitalize, or lowercase */
	color: #7f0000;
	}
	
#content h2 {
	color:#003366;
	font: bolder 90% Verdana,Arial,Helvetica,sans-serif;
	line-height:normal;
	margin:0pt;
}	

#content h1 + p, #content h2 + p {
	margin-top:0pt;
	padding-top:0pt;
}

#content h1 > p, #content h2 > p {
	margin-top:0pt;
	padding-top:0pt;
}

#content li + p, #content li + p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#content li > p, #content li > p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
/*miscellaneous classes. ------------------------------------------------------------*/
.centeredtext { text-align: center;
}
/*centers text */