/* 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. See "Sidebar styles by div" below.*/

#rightbar_1 h3, #rightbar_2 h4, #leftbar_1 h5, #leftbar_2 h6 {
	font-size: 80%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
#rightbar_1 p, #rightbar_2 p, #leftbar_1 p, #leftbar_2 p {
	color:#000;
	font-size: 75%;
	margin: 5px 5px 10px 5px;
	}
	
/*start main content area. ------------------------------------------------------------*/

#content p {
	font-size: 90%;
	line-height: 140%;
	text-indent: 20px;
	}
	
#content p.left {
	font-size: 90%;
	line-height: 140%;
	text-indent: 0px;
	}
#content h1 {
	font-size: 100%;
	color: #036;
	font-weight: bolder;
	}
	
#content h2 {
	font-size: 80%;
	color: #036;
	font-weight:bolder;
	}

/*miscellaneous classes. ------------------------------------------------------------*/
.centeredtext { text-align: center;
}
/*centers text */

.alert {
	color: #C00;
	font-weight:bolder;
	}
	
.highlight {
	color:#003366;
	background-color:#e0dbc9;
	}

/*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: 80%;
	/*letter-spacing: 1px; /* puts a bit of space between the letters 
	color: #036;
	font-weight: bolder;
	margin: 0px;
	padding-top: 25px;
	text-align: center;
	background: #fff url(../images/rightbar_rounded_top.jpg) no-repeat left top;
	}
	
#rightbar_2 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}

#rightbar_1 .box {
	margin: 0px;
	padding: 0px;
	width: 149px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	
/*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;
	}
*/




