/***********************************************/
/* Mainstyle.css                               */
/***********************************************/

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

body{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #006633;
	background-color: #EFF3E7;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 8pt;
}

a:link, a:visited, a:hover {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: x-large;
	color: #006633;
	}

h2 {
 	font-size: large;
 	color: #006633;
	}

h3 {
 	font-size: 100%;
 	color: #006633;
	}

h4 {
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
	}

h5 {
 	font-size: 100%;
 	color: #334d55;
	}

ul {
 	list-style-type: disc;
	}

ul ul {
 	list-style-type: circle;
	display: list-item;}

ul ul ul {
 	list-style-type: none;
	}

li {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;}

label {
 	font-family: Georgia, Times, "Times New Roman", serif;
 	color: #334d55;
	}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	}
	
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	}

.story p {
	color: #006633;
  	padding: 0px 0px 10px 0px;
	}

.title {
	color: #006633;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	}

/************** sundry other styles *****************/

.main-table {
	background: #cccccc url("images/IrisBackground-760.jpg") repeat;}

	
.b12{
	font-size: 12pt;
	font-weight: bold;}

.n14{
	font-size:14pt;}

.b14{
	font-size: 14pt;
	font-weight: bold;}

.b14ss{
	font-size: 12pt;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	}
		
.banner {
	font-size: 24pt
	}
	
.caption {
	color: #006633;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
.column-in {
	margin:0;
	padding: 0.5em 0.5em 15%;
	margin-left: 2em;
	margin-top: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	line-height: 150%;
	font-size: 11pt;
	text-align: left;	
	}
	
.n12{
	font-size: 12pt;}
	
.navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	line-height: 150%;
	font-size: 11pt;
	text-align: left;
	}

.navbar li {
	list-style-type: none;
	font-size: 12pt;
	font-weight: normal;
	display: list-item;
	}

.quote{
	color: #006633;
	font-size: 9pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

.quote11{
	color: #006633;
	font-size: 11pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

.quote12{
	color: #006633;
	font-size: 12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

.quote12b{
	color: #00954a;
	font-size: 12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

.quoteCR{
	color: #006633;
	font-size: 9pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1em;
	text-align: left;
	margin-right: 4em;
	line-height: normal;
	}