/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 15px;
}

a:link, a:visited, a:hover {
	color: #3974B6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #3974B6;
	margin-right: 5px;
}

h2{
	font-size: 150%;
	color: #3974B6;
	margin-top: 0px;
}

h3{
	font-size: 130%;
	color: #666666;
	margin-bottom: 10px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	letter-spacing: 1pt;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .bottomtag styles *****************/

.bottomtag{
	font-size: 70%;
	margin-bottom: 20px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 20px;
	padding-top: 5px;
	float: left;
	text-align: left;
	clear: both;
	width: 95%;
	margin-left: 10px;
	padding-bottom: 20px;
}
.leftcol {
	font-size: 80%;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
	width: 150px;
	margin-right: 5px;
}
.globalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 20px;
	padding-top: 5px;
	width: 95%;
	margin-left: 10px;
}
.featurecol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	margin-bottom: 0px;
	float: right;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 90%;
	float: left;
	width: 95%;
}
.featurecol img {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.leftcol p {
	color: #666666;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
}
.banner {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 95%;
}
.featurecol p {
	text-align: justify;
}
.events {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	color: #999999;
	margin-top: 20px;
	letter-spacing: 0.1em;
}
.bannersmall {
	text-align: right;
	clear: both;
	margin-bottom: 10px;
	width: 90%;
}
.bannersmall h1 {
	font-size: 90%;
}
.leftcol img {
	clear: none;
	float: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.leftcol h1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #3974B6;
	margin-right: 0px;
	font-weight: bold;
}
.story2 {
	float: none;
	border-left-style: none;
	border-left-width: 1px;
}
.story2 p {
	text-align: justify;
}
.story2 img {

	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.storypage {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 80%;
	float: left;
	text-align: justify;
	width: 90%;
	clear: both;
}
.storypage p {
	text-align: justify;
}
.storypage img {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.eventslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	line-height: 120%;
	list-style-position: outside;
	list-style-type: disc;
	width: 90%;
	margin-left: 20px;
	margin-top: 20px;
}
