/* CSS Document */

/*This style sheet is created by Maria Finkenbinder, Red Bear Network (2006) for the Greater Sitka Chamber of Commerce website.*/

/*HTML tags*/
body	{
		background-color: #21335F;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
img		{
		border: none;
		}
h1		{font-size: 20px;
		text-align: left;
		color: #899E25;
		margin-bottom: 15px;
		text-transform: uppercase;
		}
h2		{
	font-size: 16px;
	font: "Trebuchet MS", "Tempus Sans ITC", Tahoma;
	color: #21335F;
	text-align: center;
		}
h3		{
		font-size: 14px;
		color: #899E25;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 3px;
		text-transform: uppercase;
		}
h4		{
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 2px;
		}
h5		{
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 2px;
		color: #899E25;
}
		
a		{
		text-decoration: none;
		color: #7c2b3c;
		font-weight: bold;
		}
a:hover	{
		text-decoration: none;
		color: #990000;
		font-weight: bold;
		}
/*CLASS divs*/
.table	{
	border: 4px ridge #899E25;
	padding: 1px;
		}

.rowback	{
		background-color: #9999FF;
		}
.caption	{
		font-style:	italic;
		font-size: 10px;
		width: 540px;
		}

/*DIV ids*/
#container	{
		background-color: #FFFFFF;
		top: 5px;
		margin-right: auto;
		margin-left: auto;
		width: 750px;
		}
#header {
		background-color: #FFFFFF;
		width: 750px;
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #21335F;
		}
#menubar	{
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #21335F;
		color: #FFFFFF;
		}
#menubar a {
		text-decoration: none;
		font: Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5em;
		}
#menubar a:hover {	
		background-color: #FFFFFF;
		color: #21335F;
		font-weight: bold;
		}
#content {
		background-color: #FFFFFF;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;		
		position: relative;
		}
#maincontent {
		width: 549px;
		padding-left: 20px;
		padding-right: 10px;
		margin-left: 0px;
		float: left;
		color: #000000;
		text-align: justify;
		border-right: 1px solid #21335F;
		}
#contentwide {
		width: 700px;
		padding-left: 20px;
		padding-right: 10px;
		margin-left: 0px;
		float: left;
		color: #000000;
		text-align: justify;
		}

#rightcol {
		background-color: #FFFFFF;
		width: 160px;
		padding: 5px;
		float: right;
		}
#board 	{
		width: 549px;
		}
#logo	{
		float: left;
		width: 159px;
		}
#derby	{
		float: right;
		width: 390px;
		}
#luncheon { background-color: #99CC99;
			width: 140px;
			margin-top: 0px;
			margin-bottom: 0px;
			display: block;
			text-align: center;
			line-height: 14px;
		}
#clear {	background: #FFFFFF;
			clear: both;
		}
#footer {	border-top: 1px solid #21335F;
			padding-top: 8px;
			padding-bottom: 8px;
			font-size: 9px;
			color:#FFFFFF;
			background-color: #21335F;
		}
#footer a:link { color: #fff; text-decoration:underline;}
#leftfoot {	text-align: left;
			width: 343px;
			float: left;
			margin-left: 8px;
		}
#rightfoot {
			float: right;
			width: 390px;
			text-align: center;
			margin-top: 10px;
			margin-right: 8px;
		}
#rightfoot a { color: #cccccc; text-decoration:underline;}

#midfoot {	margin-left: 250px;
			margin-right: 250px;
			margin-top: 5px;
			text-align: center;
			font-size: 9px;
		}		
#member_entry {	font-size: 14px;
				margin-left: 20px;
				margin-bottom: 20px;
			}
#alpha_header {font-size: 18px;
				color: #990000;
				}
#dir_links {font-size: 16px;
			text-align: center;
			}
#member_name { font-weight:bold;
				color: #009933;
				font-size: 16px;
			}
			
.right {
margin: 0 0 0 .6em;
float:right;
}
.left {
margin: .3em 1em .2em 0;
float:left;
}
.redtext {
color: #FF0000;
font-size: 1.6em;
}
.bluetext {
color: #01319D;
font-weight: bold;
font-size: 1em;
}
.homepageheader1{
		font-size: 20px;
		font-weight:bold;
		color: red;
		margin-bottom: 15px;
		text-transform: uppercase;
		}
