/*styles.css  */
/************ content area stylings ************/

#content h1 { font-size: 1.6em; padding: 0; margin: 0 0 0.5em 0; font-weight: bold; color: #123390; line-height: 1.5em; font-family: Georgia, "Times New Roman", Times, serif; }
#content h2 { font-size: 1.2em; margin:1em 0 0.5em 0; color: #123390; font-weight: bold; padding-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif;  }
#content h3 { font-size: 1.1em; font-weight: bold; color: #123390; font-family: Georgia, "Times New Roman", Times, serif; border-bottom: 1px dashed; width: 30%; 	margin: 1em 0 .5em 0;}
#content h4 { font-size: 1em; font-weight: bold; color: #123390; font-family: Georgia, "Times New Roman", Times, serif; }
#content p { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 90%; padding: 0; margin: 0; margin-bottom: 12px; color: #333; line-height: 155%; text-align:left; }
#content th { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; padding: 0 0 5px; margin-bottom: 12px; color: #333; line-height: 155%; text-align:left; }
#content td { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 90%; padding: 0; margin: 0; margin-bottom: 12px; color: #333; line-height: 155%; text-align:left; }
#content a:link { color: #36C; padding: 0; margin: 0; text-decoration: underline; }
#content a:visited { color: #3b5876; padding: 0; margin: 0; text-decoration: underline; }
#content a:hover { color: #b93d34; padding: 0; margin: 0; text-decoration: underline; }
#content a:active { color: #900; padding: 0; margin: 0; text-decoration: none; }
#content ul li { list-style-type:square; line-height: 145%; font-size: 90%; }
#content ol li { font-size: 90%; }
#content ul ul li { list-style-type:circle;  }

/*IMAGE styles */
/*#content img { float: left; margin-right: 15px; margin-bottom: 10px;}*/
#content img.left {float: left; margin-right: 15px; margin-bottom: 10px; }
#content img.regWBorder { float: none; margin:0;border: solid #999 1px;}
#content img.right { float: right; margin-left: 15px; margin-bottom: 10px; margin-top: 10px;}
.imgborder { border: solid #999 1px; }
#content img.rightWBorder { float: right; margin-left: 15px; margin-bottom: 10px; margin-top: 10px;border: solid #999 1px;}
#content img.leftWBorder { float: left; margin-right: 15px; margin-bottom: 10px; margin-top: 10px;border: solid #999 1px;}

span.notes {color: #900; margin-bottom: 0; margin-top: 0px; padding: 0; font-weight: bold;}	
#caption {float:right; width: 280px; padding: 5px; margin: 0 0 10px 10px; }
#caption img { margin: 0 5px 10px 2px; border: 1px solid #999;}

#caption p {
	font-size: 80%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #036; 
	margin: 4px 5px 10px 2px; 
	text-align: left;
}

.bold { font-weight:bold; }
.italic { font-style: italic; }
.small {font-size:.9em;}
.smaller {font-size:.8em;}
.smallest {font-size:.75em;}
.clr { 	clear: both; }

#rightcolumn h3 {
	font-size: 110%;
	background-color:#093;
	color:#fff;
	font-variant: small-caps;
	padding: 5px;
	margin-top: 0;
}

#rightcolumn p {
	font-size: 90%;
	margin-top: 2px;
	margin-left: 5px;
}

#footer p {
	margin: 2px 0;
}

#content p.contact {
	margin: 0 0 .5em 0;
}
