body.gooddaycorp {
	background-color: #000080; 	<!--This color is 'navy'.-->
	margin-top: 30px; 
	margin-left: 50px;
	font-family: "Times New Roman", serif; 
	font-color: #008080; 		<!--This color is 'teal'.-->
	font-size: 12pt; 
	font-style: regular; 
	font-weight: regular; 
}
.maincontent {
	tablelayout: fixed;
	border-collapse: collapse;
	border: 0px none #000000; 	<!--This color is 'black'.-->
	border-spacing: ;
	background-color: #EFD51F;	<!--background-color is dominated by cell background-color.-->
	width: 850px 
	vertical-align: top
}

.button (
	text-align: center;
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #008080;
	border: 0px none #000000; 
	padding: 0px;
	margin: 0px;
)
.button a:link {
	text-align: center;
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.button a:visited {
	text-align: center;
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.button a:hover {
	text-align: center;
	font-size: 14; 
	font-weight: bolder;
	color: #EFD51F;
}

th.title {
	text-align: left;
	font-size: 18px;
	font-color: #008080;
	vertical-align: middle;
	border: 0px none #000000; 
	padding-left:50; 
	padding-right:90; 
	padding-top:0; 
	padding-bottom:0;
	background-color: #DCD3CA;	
	height: 24px;
}
th.title a:link {
	float: right;
	vertical-align: middle;
	font-size: 12pt; 		
	font-style: italic; 
	font-weight: regular; 
	text-decoration: none;
	color: teal;
}
th.title a:visited {
	float: right;
	vertical-align: middle;
	font-size: 12pt; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none;
	color: teal;
}
th.title a:hover {
	float: right;
	vertical-align: middle;
	font-size: 14pt; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none;
	color: #EFD51F;
}
td.content {
	vertical-align: middle;
	border: 0px none #000000; 
	padding: 20,50,20,50; 
	text-decoration: none;
	background-color: white;
	width: 600px 
}
.content a:link {
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.content a:visited {
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.content a:hover {
	font-size: 14; 
	color: gold;
}
.clinks (
	;
}
.clinks a:link {
	font-size: 12; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.clinks a:visited {
	font-size: 12; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.clinks a:hover {
	font-size: 14; 
	color: gold;
}
.menu {
	text-align: left;
	vertical-align: top;
	border: 0px none #000000; 
	padding-left: 2px; 
	background-color: #DCD3CA;
	background-image: url('../../images/WebImages/gdcImages/smoke.jpg');

}
.menu a:link {
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.menu a:visited {
	font-size: 14; 
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.menu a:hover {
	font-size: 14; 
	font-weight: bold;
	color: gold;
}

img.picture {
	float: right;
	width: 205px;
	vertical-align: top;
	border: 0px none #000000; 
	margin: 0 0 10px 10px; 
)
img.pictureleft {
	float: left;
	align: left;
	width: 205px;
	vertical-align: top;
	border: 0px none #000000; 
	margin: 0 0 10px 10px; 
)

.floatleft (
	float: left;
)