/* 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: 85%;	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: 85%;	margin: 5px 5px 10px 5px;	}	/*start main content area. ------------------------------------------------------------*/#content p {	font-size: 90%;	line-height: 140%;	text-indent: 20px;	}	#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: 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;	}*/