﻿body
{ 
	background-color: White; 
	text-align: center; 
	font-family: Verdana; 
	font-size: smaller; 
	margin: 0 auto 
}

.quadrants_topright
{
	background-image: url(office.jpg); 
	background-repeat: no-repeat;  
	width: 360px;
	height: 240px;
	margin: 5px 5px 5px 5px;
	border: Solid 1px Black; 
	float: right;
}

.quadrants_topleft
{
	width: 370px;
	height: auto;
	text-align: left; 
	padding: 5px 5px 5px 5px;
	float: left;
}

.quadrants_bottomleft
{
	width: 360px;
	height: auto;
	text-align: left;
	padding: 5px 5px 5px 5px;
	float: left;
}

.quadrants_bottomright
{
	width: 360px;
	height: auto;
	margin: 5px 5px 5px 5px;
	border: Solid 1px Black; 
	float: right;
}

.bgd_blue
{ 
	background-color: #DDDDFF;  
	color: Black; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_blue
{ 
	background-repeat: no-repeat;  
	color: #DDDDFF;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px; 
	text-align: right;
	border: Solid 1px Black;
}

.bgd_orange
{ 
	background-color: #FFEE88;  
	color: Black; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_orange
{ 
	background-repeat: no-repeat;  
	color: Black;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px;
	border-bottom: Solid 1px Black;  
	text-align: right;
}

.bgd_red
{ 
	background-color: #990033;  
	color: White; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_red
{ 
	background-repeat: no-repeat;  
	color: #FFCCCC;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px;
	border-bottom: Solid 1px Black;  
	text-align: right;
}

.bgd_green
{ 
	background-color: #CCFFCC;  
	color: Black; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_green
{ 
	background-repeat: no-repeat;  
	color: #CCFFCC;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px;
	border-bottom: Solid 1px Black;  
	text-align: right;
}

.bgd_gray
{ 
	background-color: Silver;  
	color: Black; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_gray
{ 
	background-repeat: no-repeat;  
	color: Silver;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px; 
	text-align: right;
}

.bgd_yellow
{ 
	background-color: #FFFFCC;  
	color: Black; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Black;
}

.hdr_yellow
{ 
	background-repeat: no-repeat;  
	color: Black;
	width: 740px; 
	height: 90px;
	padding: 5px 5px 5px 5px; 
	text-align: right;
}
