/* 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
{
	border-bottom:1px dashed #fff;
	font-family: Geneva,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	text-align:center;
	margin:0;
	padding:0 0 2px 0;
	background: #ccc;
	color:#000;
}
	
/*start main content area. ------------------------------------------------------------*/
	
#content h1 {
	color: #036;
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size:18px;
	}
	
#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;
	}
	
.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;
}

.special, span.special, #content p.special
{
	background-color:#ffa;
	font-size:14px;
	font-weight:bold;
}

#content .bottomlessPaddingAndMargin
{
	padding-bottom:0px;
	margin-bottom:0px;
}

#content .toplessPaddingAndMargin
{
	padding-top:0px;
	margin-top:0px;
}

#content p.paragraphBorder1
{
	border:1 px solid #000;
}

#content div.fitted25percent
{
	width:25%;
	float:left;
	/*border:1px solid #000;
*/}

#content div.fitted75percent
{
	width:74%;
	float:left;
	/*border:1px solid #000;
*/}

#content div.fitted100percent
{
	width:100%;
	float:left;
	/*border:1px solid #000;
*/}

#content p.alignRightAndBold
{
	text-align:right;
	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;
	}
*/




