html, body
{
	height:100%;
}

body {
	margin:0px;
	padding:0px;
}

div#container
{
	height:100%;
	min-height:100%; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#565A64;
	font-weight: bold;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.borderthing {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}
a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.home:hover {
	color: #FFFFFF;
	background-color: #999999;
 }
 
a.theteam {
	color: #9DC0B5;
	text-decoration: none;
	font-weight: bold;

}
a.theteam:hover {
	color: #FFFFFF;
	background-color: #999999;
 }
 
 
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
 a.footer:hover {
	text-decoration: underline;
}
 
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #575b64;


}
.content {
	font-size: 12px;
	font-weight: normal;

}
ul {
	list-style-image: url(images/bullet.gif);
}

.sitedesigners {
	color: #9DC0B5;
;
}
.contactform {
	background-color: #DEEFEF;
	border: 1px solid #999999;
}

td.leftcolumn
{
	background-image: url(images/dots_left.gif);
}

td.dots
{
	background-image: url(images/dots.gif);
}

td.rightcolumn
{
	background-image: url(images/dots_right.gif);
}
p.spacer
{
	margin-bottom:100px;
}
