/* 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. */

#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;
	}
	
/*img.ImagePortrait
{

	width:192px;
	height:310px;
	border:10px;
	padding-right:100px;
}
*/

div.importantSection
{
	width:300px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:3px;
	border:1px groove #036;
	background-color:#fff;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif normal;
}

#content p.paddedParagraph
{
	padding:0px 75px 0px 75px;
	font-size:10px;
}

#content p.noPadNoMargin
{
	padding:0;
	margin:0;
}

#content ul.topless
{
	padding-top:0;
	margin-top:0;
}

#content p.bottomless
{
	padding-bottom:0;
	margin-bottom:0;
}

#content img.imgBorder1px
{
	border:2px groove #000;
	margin:10px;
}

#content p.textAlignRight
{
	text-align:right;	
}

#content p.textAlignCenter
{
	text-align:center;

}


/*#content img.imageAlignCenter
{
	float:none;
	display:block;
	margin:0 auto;
}

#content img.imageAlignLeft
{
	float:left;
	margin:5px;
}

#content img.imageAlignRight
{
	float:right;
	margin:5px;
}*/

/*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;
	}
*/

/*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  h1.splahH1
{
	border-bottom:1px solid #000;
}
	
#content h2 {
	font-size: 80%;
	color: #000;
	font-weight:bolder;
	}
	
#content h2.splashH2
{
	font-weight:bold;
	font-style:italic;
	margin-top:0;
	margin-bottom:15px;
	padding-top:0;
	font-size:90%;
}



/*miscellaneous classes. ------------------------------------------------------------*/

#content div.leftColumn
{
	float:left;
	padding:0;
	margin:0;
	width:50%;
}

#content span.boldUnderline
{
	font-weight:bold;
	text-decoration:underline;
}

/*centers text */
