#title {display:none; }

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 0px;
}
address {
	font-style: normal;
}
.copyright {
	padding-top: 10px;
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
}
.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #368D7C;
	margin-bottom: 0px;
    margin-top: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.clear {
	clear: both;
}
a:link {
	color: #00B25E;
	text-decoration: none;
}
a:visited {
    color: #00B25E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
.column {
	width: 275px;
	float: left;
	margin-right: 10px;
}