@import url("/pngHack/pngHack.css");

.body		{
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		}

.pagetitle	{
		position: relative;
		left: 0px;
		top: 3px;
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		color: #996633;
		background-color: transparent;
		padding: 10px 20px;
		width: 100%;
		}

.intro		{
		font-weight: normal;
		color: black;
		background-color: transparent;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 85%;
		margin-left: 8%;
		margin-right: 7%;
		}

.navbar		{
		position: relative;
		left: 0px;
		top: 0px;
		background-color: #e2f2e1;
		width: 96%;
		padding: 5px 2%;
		text-align: right;
		font-size: 22px;
		font-weight: bold;
		font-variant: small-caps;
		line-height: 2;
		color: #189410;
		clear: both;
		}

.navimg		{
		float: left;
		vertical-align: middle;
		border: 0px;
		padding: 3px 0%;
		}

.sectionbar	{
		position: relative;
		left: 0px;
		top: 0px;
		width: 96%;
		padding: 2px 2%;
		height: 16pt;
		text-align: right;
		vertical-align: middle;
		line-height: 1.2;
		color: white;
		background-color:  #189410;
		border-bottom-width: 5px;
		border-color: white;
		clear: both;
		}

.linkbar	{
		float: left;
		vertical-align: middle;
		color: white;
		font-weight: bold;	
		font-variant: small-caps;
		background-color:  #189410;
		}

.sec2		{
		color: #e2f2e1;
		background-color: #189410;
		line-height: 1.2;
		padding: 2px 0px;
		}

a.sec:link	{
		color: #e2f2e1;
		padding: 2px 10px;
		background-color:  #189410;
		white-space: nowrap;
		line-height: 1.2;
		}
a.sec:active	{
		color: #e2f2e1;
		padding: 2px 10px;
		background-color:  #189410;
		white-space: nowrap;
		line-height: 1.2;
		}
a.sec:visited	{
		color: #e2f2e1;
		padding: 2px 10px;
		background-color:  #189410;
		white-space: nowrap;
		line-height: 1.2;
		}
a.sec:hover	{
		color: white;
		padding: 2px 10px;
		background-color:  #189410;
		white-space: nowrap;
		line-height: 1.2;
		}

.menubar	{
		text-align: center;
		font-weight: bold;	
		font-variant: small-caps;
		margin-top: 20px;
		padding: 3px 0px;
		clear: both;
		}

a.menu		{
		color: #996633;
		background-color: transparent;
		padding: 0px 20px;
		font-weight: bold;	
		font-variant: small-caps;
		}

a.menu:hover	{
		color: #c1a182;
		background-color: transparent;
		font-weight: bold;	
		font-variant: small-caps;
		padding: 0px 20px;
		}

.floatleft	{
		float: left;
		margin-right: 5%;
		}

.floatright	{
		float: right;
		margin-left: 5%
		}


a		{
		color: #006B84;
		background-color: transparent;
		}

a:hover		{
		color: #00A5C6;
		background-color: transparent;
		}

h3             {
	       color: navy; 
	       background-color: transparent;
	       padding: 5px 0px
	       }


.edit	       	{
		float: left;
		vertical-align: middle;
		padding:  1px 5px;
		margin-left: 20px;
		margin-right: 20px;
		color: white;
		background-color: #63C6DE;
		font-size: 13pt;
		font-weight: bold;
		font-variant: small-caps;
		text-decoration: none;
		border: none;
		}


