body {
	margin: 0 auto;
	background: url(/assets/html/clinicaltodaybg.jpg) repeat-x center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {}
a:hover {}
h1 {
	font-size: 23px;
	color: #666600;
	text-decoration: none;
}
#pagecontainer {
	margin: 0 auto;
	clear: both;
	height: auto;
	width: auto;
}
#headercell {
	margin: 0 auto;
	width: 860px;
	height: 130px;
	clear: both;
	display: block;
}
#logo {
	width: 225px;
	height: auto;
	float: left;
	display: inline;
	margin-top: 37px;
}
#menu {
	width: 635px;
	height: auto;
	float: left;
	display: inline;
}
.menuheader {
	display: block;
	height: 86px;
}

#menu a{
	float: left;
	display: block;
	height: 41px;
}
#menu a:hover {
	background-position: 0 -41px;
}
#menu a span {
	display: none;
	text-decoration: none;
}
#contentcell {
	margin: 0 auto;
	width: 850px;
	height: auto;
	clear: both;
	display: block;
	padding-bottom: 15px;
}
#footercell {
	margin: 0 auto;
	width: 850px;
	height: auto;
	clear: both;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C6B3B;
}
#footercell a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #6C0C0B;
}
.home {
	background: url(/assets/html/home.gif) no-repeat;
	width: 110px;
	height: 41px;
}
.articles{
	background: url(/assets/html/articles.gif) no-repeat;
	width: 116px;
	height: 41px;
}
.features {
	background: url(/assets/html/features.gif) no-repeat;
	width: 181px;
	height: 41px;
}
.contact {
	background: url(/assets/html/contact.gif) no-repeat;
	width: 119px;
	height: 41px;
}
.about {
	background: url(/assets/html/about.gif) no-repeat;
	width: 109px;
	height: 41px;
}
#newsarticles p {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #660000;
	text-decoration: none;
}
h3 a:hover {
	color: #666600;
	text-decoration: underline;
}
.publishdate {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.link {
	font-size: 11px;
}
/*pagination */

div.spagination {
     height:50px;
     margin-top:12px;
 }


div.bizpagingnav { padding-top: 6px; margin-top: 12px; height:50px; }
div.bizpagingnav a {
	padding: 2px 5px 4px 5px;
	margin: 2px;
	border: 1px solid #660000;
	text-decoration: none; /* no underline */
	color: #660000;
}
div.bizpagingnav a:hover, div.bizpagingnav a:active {
	border: 1px solid #C8C0AD;
	color: #6C0C0B;
}
div.bizpagingnav span.pageon {
	padding: 2px 5px 4px 5px;
	margin: 2px;
	border: 1px solid #660000;
	font-weight: bold;
	color: #FFF;
	background: #660000;
     }
div.bizpagingnav span.disabled {
     padding: 2px 5px 4px 5px;
     margin: 2px;
     border: 1px solid #CCCCCC;
     color: #CCCCCC;
}

