﻿	body 
	{
		font-family: verdana, arial, helvetica;
		font-size: small;
		background-image: url(/images/background.jpg);
		background-color: black;
		background-attachment: fixed;
		margin-top: 10px;
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 10px;
	}
	
	h1
	{
		font-size: large;
	}
	
	h2
	{
		font-size: medium;
		color: #001277;
	}
	
	#top
	{
		margin-bottom: 20px;
		height: 63px;
	}
	
	#topbarleft
	{
		float: left;
	}
	
	#topbarleft img
	{
		display: block;
	}
	
	#topbarright
	{
		font-size: 11px;
		text-align: center;
		float: right;
		font-weight: bold;
	}
	
	#greenbuildinglink
	{
		display: block;
		width: 600px;
		text-align: right;
		vertical-align: middle;
	}
	
	#greenbuildinglink a 
	{
		text-decoration: none;
	}
	
	#greenbuildinglink a span
	{
		text-decoration: underline;
		color: black;
		font-size: 11px;
		height: 27px;
		top: -10px;
		position: relative;
	}
	
	#navbar
	{
		font-size: 13px;
		color: white;
		font-weight: bold;
		height: 29px;
	}
	
	#navbar_inner
	{
		background-image:url('/images/navbar_background.gif');
		background-repeat: repeat-x;
		display: inline-block;
	}
	
	#navbar a
	{
	 	text-decoration: none;
	 	color: white;
		height: 31px;
	}
	
	#content
	{
		margin-left: auto;
		margin-right: auto;
		border: 1px solid black;
		background-color: white;
		width: 880px;
		padding: 20px;
		position: relative;		
		z-index: 0;
		background-image: url(/images/background_light.jpg);
		background-color: white;
		background-attachment: fixed;
		overflow: scroll;
	}
	
	#maintagline
	{
		position: absolute;
		padding-left: 60px;
	}
	
	#bottomtext
	{
		margin-left: auto;
		margin-right: auto;
		color: white;
		text-align: center;
		font-weight: bold;
		background-color: black;
		width: 922px;
	}
	
	#homepagetext_toprow
	{
		height: 100px;	
		filter:alpha(opacity=100);
		opacity:1;
		margin-bottom: 30px;
	}
	
	#homepagetext_col1
	{
		display: block;
		width: 325px;
		height: 90px;
		float: left;
	}
	
	#homepagetext_col2
	{
		display: block;
		width: 380px;
		height: 90px;
		float: right;
	}
	
	#homepagetext_col3
	{
		display: block;
		width: 150px;
		height: 90px;
		float: right;
	}
	
	.hpcolumn p
	{
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		width: 300px;
	}
	
	#homepagetext_midrow	
	{
		height: 45px;	
		margin-top: 30px;
	}
	
	#homepagetext_midrow_left
	{
		float: left;	
		width: 400px;
		text-align: center;
		color: #0093DD;
	}
	
	#homepagetext_midrow_right
	{
		float: right;	
		margin-right: 80px;
	}
	
	.transparent
	{
		filter:alpha(opacity=0);
		opacity:0;	
	}
	
	#body_leftcolumn
	{
		width: 600px;	
	}
	
	#body_rightcolumn
	{
		width: 250px;
		float: right;
	}
	
	#body_rightcolumn img
	{
		margin-bottom: 20px;
	}
}