/* need to include both the HTML5 elements and the class'ed div's for pages designed for IE */
body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background: #CCCCCC;
}
* {
	margin: 0;
	padding: 0;
}
div.content {
	background: url(/images/template-background-930.gif);
	margin: auto;
	width: 990px;
	margin-top: 30px;
	margin-bottom: 30px;
}
header, div.header {
	background: url(/images/bilibanner.jpg) no-repeat scroll 0 0 #B2D5FB;
	padding: 10px;
	color: white;
}
nav, div.nav {
	background: #B2D5FB;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}
nav a, div.nav a {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
nav a.selected, div.nav a.selected {
	border-bottom: 2px solid white;
}
nav a:hover, div.nav a:hover {
	color: #1445D9;
}
nav a.selected:hover, div.nav a.selected:hover {
	color: white;
}
nav ul, div.nav ul {
	text-align: center;
	list-style: none;
}
nav li, div.nav li {
	display: inline;
	padding: 2px;
	padding-left: 2em;
}
div.wrapper {
	background: url(/images/article-edge.gif); /* hate to create a new div just for styling, but I can't see a better way */
}
article, div.article {
	background: transparent url(/images/hp-task-bg.gif) no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
article a, div.article a, footer a, div.footer a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid lightgrey; /* fallback for browsers that don't support rgba */
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
article a:hover, div.article a:hover {
	color: #65A69F;
}
article ul, div.article ul {
	padding-left: 2em;
}
footer a:hover, div.footer a:hover {
	color: #5E75F2;
}
article h1, article h2, article h3, article h4, div.article h1, div.article h2, div.article h3, div.article h4 {
	color: #1445D9;
}
footer, div.footer {
	font-size: 80%;
	background: #AEB8BF url(/images/hp-task-end.gif) no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header, nav, article, footer, div.header, div.nav, div.article, div.footer {
	display: block;
}
header, nav, div.wrapper, footer, div.header, div.nav, div.footer{
	margin-left: 30px;
	margin-right: 30px;
}
div.bsd {
	font-size: 80%;
	float: right;
	font-weight: bold;
	font-family: serif;
}
br.clear {
	clear: both;
}
img.cc { /* creative commons link */
	 border-width: 0;
	 float: left;
	 margin-right: 1em;
}
dd {
	margin-left: 2em;
}
div.patient {
	width: 48%;
	float: left;
}
div.modifiers {
	width: 48%;
	float: right;
}
div.patient fieldset, div.modifiers fieldset {
	padding-left: 2px;
}
article p, div.article p {
	line-height: 1.2em;
	text-indent: 1em;
	padding-top: 1em;
}
sup {
	font-size: 0.4em;
}
