a:link
{
	color: #1a5485;
	text-decoration: none; 
}
a:visited
{
	color: #1a5485;
	text-decoration: none; 
} 
a:hover
{
	color: #1a5485;
	cursor:pointer;
	text-decoration: underline;
}	
a:active 
{
	color: #1a5485;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
table
{
	table-layout:automatic;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(26,84,133);
	font-size: 18px;
}
h2
{
	color: rgb(26,84,133);
	font-size: 14px; 
}
h3
{
	color: rgb(26,84,133); 
}
h4
{
	color: rgb(26,84,133);
}
h5
{
	color: rgb(26,84,133);
}
h6
{
	color: rgb(26,84,133);
}
#container {
	margin: 0px auto;
	width: 9004px;
	background: #FFFFFF;
}
	html>body #container { width: 900px; }

#header {
	margin: 0px auto;
	width: 900px;
	height: 60px;
	background: #FFFFFF;
	padding: 5px;
	border-bottom: solid #1a5485;
}

#profiletitle {
	/* margin: 10px auto; */
	float: left;
	width: 675px;
	height: 60px;
	background: #FFFFFF;
	text-align: left;
	font-size: 20px;
}

#phone {
	/* margin: 10px auto; */
	float: right;
	width: 224px;
	background: #FFFFFF;
	text-align: right;
	font-size: 20px;
}

#maincontent {
	margin: 10px auto;
	width: 900px;
	background: #FFFFFF; 
}

#content1 {
	float: left;
	width: 400px;
	height: 600px;
	padding-left: 5%;
}

#content2 {
	float: right;
	width: 400px;
	height: 600px;
	padding-left: 5%;
}

#related {
	float: left;
	width: 900px;
	height: 60px;
	padding-top: 10px;
	border-bottom: solid #1a5485;
	/* padding-left: 5%; */
}

#footer {
	margin: 0px auto;
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	font-size: 14px;
	
}

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;
}

