/* CSS Document */

.content	{
	width: 780px;
	margin: 0 auto;
}

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #132457;
	text-decoration: none;
	background-color: #ffffff;	
}

h2 {  
	font-size: 1.2em; 
}



a:link {  
	font-size: 1em; 
	color: #132457; 
	text-decoration: underline;
}

a:hover {  
	font-size: 1em; 
	background-color: #132457;
	color: #ffffff; 
	text-decoration: none;
}

a:visited {  
	font-size: 1em; 
	color: #999999; 
	text-decoration: underline;
}

.address	{
	float: right;
}

.contentPic	{
	border: solid 1px #132457;
}

.headerPic	{
	float: left;
}

hr {
	color: #132457;
	margin-bottom: 10px;
}

