#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: 22px;
	font-weight: normal;
	color: #344D7C;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color:#666666;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 0px;
}
address {
	font-style: normal;
	font-size: 12px;

}
.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;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
    color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #344D7C;
	text-decoration: underline;
}
a:active {
	color: #344D7C;
}
.column {
	width: 275px;
	float: left;
	margin-right: 10px;
}
.new_doc .heading {
	color: #344D7C;
	font-size: 15px;
}
.new_doc {
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #344D7C;
	width: 130px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}	