html, body {
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
	font-family: Verdana, arial, sans-serif;
	line-height: 14pt;
	font-size: 8pt;
	margin-top: 0px;
}


.grayStripe
{
	background-color: #c7c7c7;
}

.container 
{	
	horizontal-align: center;
	width: 1040px;
	margin: auto;
}
	
a:link { color: #706E61; }

a:visited { color: #706E61; }
	
a:hover { text-decoration: underline; color: #677757; }

.white {color: #ffffff; }


#logo
{
	margin-top: 30px;
	background-image: url('../images/logo_bkg.png');
	padding-right: 300px;
	margin-bottom: 0px;
}

#tagline
{
	color: #706E61;
	font-size: 14pt;
	font-style: bold;
	position: relative;
	top: -175px;
}

#tab
{
	background-color: #666666;
	font-size: 10pt;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius:15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
	right: -400;
	top: -305;
	width: 180;
	padding: 10px;
	padding-left: 18px;
	text-align: center;

}

#tab2
{

	background-color: #666666;
	font-size: 10pt;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
	right: -800;
	top: -174;
	width: 150;
	padding: 10px;
	padding-left: 18px;
	text-align: center;

}

.contact
{
	width: 400px;
	float: right;
	font-size: 12pt;
}

.graycontainer
{
	background-color: #c7c7c7;
	padding: 20px;
}

.blurb
{
	width: 320px;
	margin-right: 20px;
	float: left;
	border-radius: 15px;
	text-align: left;

}

.borderBlurb
{
	width: 435px;
	float: left;
	padding: 20px;
	-moz-border-radius: 15px;
	border: solid 1px #ffffff;
}

.olivecontainer
{
	clear: all;
	background-color: #706E61;
	width: 1000px;
	margin: auto;
	margin-top: 30px;
	color: #ffffff;
	padding: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	
}

.ltgreencontainer
{
	clear: all;
	background-color: #B7DA9A;
	width: 1000px;
	margin: auto;
	margin-top: 30px;
	color: #706E61;
	padding: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.title
{
	font-family: Verdana, arial, sans-serif;
	font-size: 20pt;
}

.white
{
	color: #ffffff;
}

.olive
{
	color: #706E61;
}
	
	
a:link .green
{
	color: #B7DA9A;
}

.photo
{
margin-top: 10px;
border: 1px solid #706E61;
padding: 10px;
}
