body 
	{
	/* font-family: Georgia, serif; */
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;  /* overal font and sizing */
	font-size: 12px;
	text-align:center; centers the layout in IE /* */
	}
	
 * {margin:0; padding:0;} 	/* removes defaults of all elements */
 	
p {padding-bottom: 0.8em;}

div#wrapper{
	width: 800px;
	text-align:left; 	 /*stops elements inheriting the body's text-center */
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	-moz-box-shadow: 0 0 10px 2px  #888;
	-webkit-box-shadow: 0 0 10px 2px  #888;
	[if Lte IE 9]border: 5px solid red;
	
	/*
	box-shadow: 0 0 10px 2px #888; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
	}
	
	
div#main {
	text-align:left; 	 /*stops elements inheriting the body's text-center */
	background-color: #CCCCCC;
	background-image: url(PB_background2.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 5;
	} 
	

div.widecol { 
	width: 499px;
	display: block;
	/*border: solid 1px blue;*/
	}
	
div#sideCol { 
	width: 300px;
	display: block;
	/*border: solid 1px yellow;*/
	}
	
div#sideCol p{margin: 2px 9px 2px 9px;}

div#narrowcol{margin: 0; padding: 0;}
	
div.left {float: left;}
div.right, img.right {float: right;}



div#nav {
	width: 100%;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
    background: url(grey_grad1.jpg) bottom #666;
    z-index: 100;
	}

#nav ul  {margin-left: 0px; list-style: none; }

#nav ul li {
	float: left;
	margin:0;
	padding:0;
	font-size: 1.5em;
	font-family: Times New Roman, Times, Georgia, Serif;
	letter-spacing: 0.03em;
	}
	
#nav ul a {
	color: #FFF;
	float: left;
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	border-bottom: none;
	border-right: 2px solid #FFF;
	background-image: url(grey_grad1.jpg) bottom;
	text-align: center; 
	}

#nav ul li.mojo_active a{
	background-color: #D6D0C9;
	color: #152039;
	}

#nav ul a:hover{ 
	background-color: #152039;
	color: #FFF;
	}
	
#nav ul a .small{
	font-size: .8em;
	font-weight: normal; 
	color: #999999;
	}
	

div.clearfloats {clear: both;}

div#mainblurb{ 
	display: block;
	padding-top: 1.0em;
	padding-right: 0.5em;
	padding-left: 1.0em;
	padding-bottom: 0.5em;
	clear: all;
	/*background-color: #CCCCCC;
	border: solid 1px yellow;width: 90%;*/
	}
	
	
#mainblurb, #mainblurb td { 
	line-height: 1.5em;
	color:#590000;
	font-size: 1.1em; 
	font-weight: normal; 
	}


div#mainblurb p {line-height: 1.6em; }	
	
div#mainblurb form {margin-left: 10px;}

#main h2 {margin-left: 10px; padding-bottom: .5em;}
#main ul { margin-left: 25px;}
#main li { padding-bottom: .2em;}

div#mainblurb table{font-size: 1.0em;}	

div#mainblurb table th {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold:
	}	

#topimages img {
	padding: 0;
	margin: 0;
	border: 0px;
	}
	
div#footer {
	margin-top: 0;
	text-align: center;
	}
	
div.footerlinks{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background: url(grey_grad1.jpg) bottom #666;
	display: block;
	/*border: 1px solid red;*/
	clear: both; 
	}

#footer ul {
	
	/*width: 60%;*/
	margin-left: 16em;
	text-align: center;
	padding: 0.4em;
	}

div#footer li
	{
	text-align: center;
	float: left;
	list-style: none;
	margin: 0 1em 0px 1em ;
	}
	
div#footer li a:link {text-decoration: underline; color: #FFFFFF;}
div#footer li a:visited {text-decoration: underline; color: #FFFFFF;}
div#footer li a:hover {text-decoration: none; color: #607051;}

.imginfo p{
	font-size: 1.0em;
	font-weight: normal; 
	clear:right;
	margin-top: 1.2em;
	margin-bottom: 0.1em;
	vertical-align: baseline;
	}

div#healthlinks {margin-left:30px;}

.imginfo {
	
	float:left;
	/*right: 20px;
	width: 210px;
	height: 10em;
	border: 1px dotted #999;*/
	text-align: center;
	clear:bottom;
	margin-top: 0em;
	margin-bottom:5px;
	margin-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	vertical-align: baseline;
	
	}
	
.imginfo img {
	vertical-align: baseline;
	margin-top:0.1em;
	margin-bottom:0.1em;
	}
	
.imginfo p{margin-top:0.1em;
	margin-bottom:0.1em;
	}
	


	
