/* 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: 12px;
	margin: 5px 5px 10px 5px;
	}
	
#leftbar_2 p
{
	font-size:10px;
}
	
#rightbar_1 h1, #leftbar_1 h1
{
	font-family: Geneva,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:900;
	text-align:center;
	margin:0;
	padding:0 0 0 0;
	background: transparent;
	color:#000;
}
	
#leftbar_2, #rightbar_2
{
	text-align:center;
}
#leftbar_2 a, #rightbar_2 a
{
	font-size:14px;
	font-weight:normal;
	color:#369;
}
/*start main content area. ------------------------------------------------------------*/
	
#content h1 {
	color: #003;
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:normal;
	font-size:24px;
	text-align:center;
	}
	
#content h2 {
	color: #036;
	padding:0 5px 0 5px;
	margin:20px 5px 5px 5px;
	font-weight:700;
	font-size:18px;
	}
	
#content h3
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size:14px;
}

#content h4
{
	padding:0 5px 0 5px;
	margin:0px;
	font-weight:700;
	font-size:12px;
}

#content h5
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size:10px;
}

#content h6
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size:8px;
}

/*miscellaneous classes. ------------------------------------------------------------*/
.centeredtext { text-align: center;
}
/*centers text */

.alert {
	color: #C00;
	font-weight:bolder;
	}
	
.highlight {
	color:#003366;
	background-color:#e0dbc9;
	}
	
.bottomBorder
{
	border-bottom:1px solid #fff;
}

.leadershipStyle
{
	cursor:pointer;
}

.noBorder
{
	border:none;
}

.centeredtext, span.centeredtext, #content .centeredtext, #content span.centeredtext
{ 
	text-align: center;
}

#content img.centeredImage
{
	float:none;
	display:block;
	margin:0 auto;
}

#content img.leftImage
{
	float:left;
}

.bold, span.bold, #content .bold, #content span.bold
{
	font-weight:bold;
}

/*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;
	}
*/




