html , body {
  height: 100%;
}

body {
  height: 100%;
  background-color:  #67CDDF;
  xbackground-color:  #CCCCCC;
}


h1 {
	font-size: 36px;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	color: #444444;
}

.titlecap {
  color:#67CDDF;
  font-size: 48px;
}

a {
  color:#222222;
}
a:hover {
  color:#67CDDF;
}

h4 a {
  color:#67CDDF;
}

h4 a:hover {
  color:#222222;
}

h3 {
	margin: 0px;
	display:inline;
	font-size: 17px;
}

hr {
	color:#66FFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline;
}

h4 {
	text-decoration: underline;
	color: #67CDDF;
	margin-left: 10%;
	padding: 0px;
	display: inline;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#67CDDF;
}

#positioningdiv {
	margin:auto auto;
	width:800px;
	text-align: center;
}
#container {
  text-align: left;
  margin: 0px;
  border: 1px solid #666666;
  padding: 20px;
  background-color:#FFFFFF;

}

#header {
	color:#000000;
	text-align: center;
	height:150px;
}

#content {
	color:#444444;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-image: url(images/atp_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	position: relative;
	background-color:#FFFFFF;
	vertical-align :bottom;
    clear: both;
}

#title {
	vertical-align:middle;
	width: 675px;
	text-align:center;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#titleimage {
	width: 125px;
	text-align: right;
	float:right;
}

#footerleft {
	float: left;
	text-align: left;
	vertical-align :bottom;
}

#footerright {
	float: right;
	text-align: right;
	vertical-align :bottom;
}

#links {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
}

#images {
	text-align:center;
	width: 800px;
	margin-left:75px;
}

.image {
	float: left;
	text-align: center;
	xborder: 2px solid #000000;
}

.imagespacer {
	float: left;
	width: 10px;
	height: 106px;
}

#container, #header, #links, #footer, #content, #images {
	width: 800px;
}

.style {
	text-decoration: underline;
}

#copyright {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 11px;
	color: #444444;
	vertical-align :bottom;
}
.newline {
	display:block
}