/** GENERAL **/
html, body{
	margin: 0;
	}
a{
	color: #334761;
	text-decoration: none;
	}

/** MASTER & CONTAINERS **/
#master{
	background: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #172a32;
	}
#mContainer{
	background: #fff;
	width: 809px;
	min-height: 808px;
	margin: auto;
	padding: 0px 20px;
	}
#mHeader{
	width: 797px;
	height: 177px;
	background: url(images/publicunderstandingofhealthbanner1.jpg) top left no-repeat;
	margin: auto;
	}
#mBody{
	width: 797px;
	position: relative;
	margin: auto;
	padding-bottom: 5px;
	}
	
/** MAIN MENU **/
#mMenu{
	width: 100%;
	display: table;
	border-bottom: #000 solid 2pt;
	padding: 5px 0px;
	margin: 0px;
	list-style: none;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	}
#mMenu li{
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	background: #5aaea8;
	}
li.extraend{
	width: 14.3%;
	}
#mMenu a{
	color: #fff;
	}
#mMenu a:hover, #mMenu a.active{
	color: #172A32;
	}
	
/** CONTENT **/
#content{
	border-right: #172A32 solid 1pt;
	padding: 0px 25px 25px 25px;
	margin: 25px 0px 0px 0px;
	width: 530px;
	min-height: 600px;
	padding: relative;
	}
.header{
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
	}
.date{
	display: block;
	font-size: 9pt;
	font-weight: bold;
	}
.postcred{
	display: block;
	font-size: 9pt;
	padding: 5px;
	border-top: #172A32 solid 1pt;
	}
.postcred a{
	color: #172A32;
	font-weight: bold;
	text-decoration: none;
	}
#footer{
	font-size: 8pt;
	padding: 3px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	}
#sidebar{
	width: 189px;
	position: absolute;
	right: 0px;
	top: 65px;
	padding: 0px 9px 0px 20px;
	}
#sHeader{
	width: 189px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.slist{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 10.5pt;
	}
.slist li{
	padding: 0px 0px 15px 0px;
	}
.slist a{
	color: #172A32;
	}
.slist ul.sub{
	padding: 0px 0px 20px 0px;
	margin: 0px;
	list-style: none;
	font-weight: normal;
	color: #334761;
	font-size: 10.5pt;
	}
ul.sub li{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
.slist ul.sub a{
	color: #334761;
	}
div.post{
	margin-bottom: 20px;
	}
div.post .body{
	line-height: 16pt;
	display: table;
	width: 100%;
	margin-bottom: 15px;
	}
div.post .body a{
	text-decoration: underline;
	}
#content textarea{
	width: 350px;
	}
.navigation{
	display: table;
	width: 100%;
	}
.alignleft{
	float: left;
	}
.alignright{
	float: right;
	}
.navigation a{
	font-weight: bold;
	}

/** SIDEBAR HEADER **/
h2.home{
	background: url(images/home.gif) top left no-repeat;
	}
h2.about{
	background: url(images/aboutus.gif) top left no-repeat;
	}
h2.people{
	background: url(images/people.gif) top left no-repeat;
	}
h2.project{
	background: url(images/projects.gif) top left no-repeat;
	}
h2.resource{
	background: url(images/resources.gif) top left no-repeat;
	}
h2.blog{
	background: url(images/blog.gif) top left no-repeat;
	}
h2.contact{
	background: url(images/contactus.gif) top left no-repeat;
	}
	
/** ABOUT PAGE BOOK & QUOTE **/
#bookimg{
	width: 151px;
	height: 220px;
	background: url(images/Advancing%20Health%20Literacy%20Cover.jpg);
	display: block;
	}
#sidebar cite{
	font-size: 10.5pt;
	}
#sidebar cite span{
	font-weight: normal;
	}
