img.social-button {
  border:0; 
  width:50px; 
  height:50px;
  padding-right:15px;
}

img.validate {
  border:0;
  width:50px;
  height:15px;
}

article, header, footer, #linkbar, #content, div#header{
  width:800px;
}

article {
  margin-left:auto;
  margin-right:auto;
}


body {
  font-family:"Verdana", "Arial", "Helvetica", sans-serif;
  background-color:#ffffff;
  color:#4A7184;
  top:0px;
  bottom:0px;
}

div#content{
  position:absolute;
  margin:auto;
  top:88px;
  bottom:23px;
  overflow:auto;
}

header {
  height:80px;
}

footer {
  margin:auto;
  position:absolute;
  bottom:0px;
  font-size:10pt;
}

#contact-info {
	display: block;
	margin: auto;
	padding: 10px;
/*	border-left: 1px dotted #cfcfcf;
	border-right: 1px dotted #cfcfcf;
*/
}

section {
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #c9c9c9;
}

.line {
	margin-bottom: 5px;
	border-top: 1px solid #c9c9c9;
}

div#header{
  display:table;
  background-color:#003366;
  color:#ffffff;
  text-align:center;
  height:60px;
}

#linkbar{
  background-color:#DFE3EE;
  color:#4A7184;
  font-size:10pt;
  text-align:center;
  height:20px;
}

h1 {
  font-size:200%;
  font-weight:normal;
  display:table-cell;
  vertical-align:middle;
}

h2 {
	font-weight:bold;
	color:#4A7184;
	
/*	font-variant:small-caps;*/
}

table.data {
  border-collapse:collapse;
  border-spacing:0px;
}

.data th {
  color:#FFFFFF;
  background-color:#003366;
}

.data td, .data th {
  border:1px solid #003366;
  padding:3px 7px 2px 7px;
}

.data tr.alt td 
{
background-color:#DFE3EE;
}

a:link {
	color:#223366;
}
a:visited {
	color:#777777;
}

