/* 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 h1, #rightbar_2 h1, #leftbar_1 h1, #leftbar_2 h1 {
	font-size: 90%;
	color: #900;
	font-weight:bolder;
	margin: 0px 0px 0;
	}*/
	

/*start main content area. ------------------------------------------------------------*/
	
#content .alert
{
	color:red;
}

#content h1, h2, h3, h4, h5 {

font-family:Geneva, Arial, Helvetica, sans-serif;

}
	
#content h1 {
	color: #036;
	padding: 0 5px 0 5px;
	margin:5px 5px 10px 10px;
	font-weight:bold;
	letter-spacing: 1px;
	font-size: 150%;
	}
	
#content h2 {
	color: #036;
	margin:10px 5px 5px 15px;
	font-weight:700;
	font-size: 120%;
	}
	
	
#content h3
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size: 110%;
	font-style: italic;
}

#content h4
{
	padding:0 5px 0 5px;
	margin:0px;
	font-weight:bold;
	font-size:100%;
}

#content h5
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size: 90%;
}

#content h6
{
	padding:0 5px 0 5px;
	margin:5px;
	font-weight:700;
	font-size:.9em;
}

/*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;
	margin-left:5px;
}

.bold, span.bold, #content .bold, #content span.bold
{
	font-weight:bold;
}


.smalltype {

font-size: 80%;
color: #666;

}

#content .textindent {
	background: #eee;
	display: block;
	margin-left: 50px;
	width: 300px;
	border: 1px solid ccc;
	padding: 20px;
	font-size: 80%;
	color: #333333;
}


#content .textindent p {

font-size: 80%;
color: #333333;

}
