a:link
{
	color: #3C78A7;
	text-decoration: none; 
}
a:visited
{
	color: #1a5485;
	text-decoration: none; 
} 
a:hover
{
	color: #3C78A7;
	cursor:pointer;
	text-decoration: underline;
}	
a:active 
{
	color: #1a5485;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10pt;
}
table
{
	table-layout:automatic;
	text-transform: uppercase;
	font-size:10pt;
	font-weight:bold; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #3C78A7;
	font-size: 18pt;
}
h2
{
	color: #000000;
	font-size: 12pt; 
}
h3
{
	color: #333339; 
}
h4
{
	color: #3C78A7;
}
h5
{
	color: #3C78A7;
}
h6
{
	color: #3C78A7;
}
#container {
	margin: 0px auto;
	width: 625px;
	background: #FFFFFF;
}
	html>body #container { width: 625px; }

#header {
	margin: 0px;
	width: 625px;
	height: 170px;
	background: #FFFFFF;
}

#byline {
	width: 605px;
	height: 25px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background:#2c2c2c;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	}
	
#content {
	width: 585px;
	height: auto;
	border-style:solid;
	border-color:#ECECEC;
	border-width:10px;
	background: #FFFFFF;
	padding: 10px;
	margin: 0 auto; 
}

#quote {
	width: 605px;
	color:#800000;
	font-family:Arial;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#connect {
	width: 605px;
	height: 80px;
	color:#800000;
	font-family:Arial;
	font-size:14pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#divider {
	height: 10px;
	background: #ECECEC;
	}

#footer {
	margin: 0px auto;
	width: 605px;
	background: #FFFFFF;
	text-align: left;
	font-size: 10pt;
	
}

ul.none {
	list-style-type: none;
}

div.img
{
  margin: 3px;
  border: 2px solid #1a5485;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 2px solid #1a5485;
  
}
div.img a:hover img 
{
border: 2px solid #1a5485;
}
div.desc
{
  text-align: center;
  font-weight: bold;
  width: auto;
  margin: 2px;
  font-size: 8pt;
}
