@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #044B7F;
}
#container  {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */s
} 
#header  {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
} 
#nav  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 25px;
}
#mainContent  {
	float: left;
	margin-top: 35px;
	width: 705px;
} 
#chronotherapy {
	float: left;
	width: 373px;
	text-align: left;
	margin-left: 35px;
	margin-top: 10px;
}
#introText {
	float: left;
	width: 365px;
	text-align: left;
	margin-top: 8px;
	margin-left: 8px;
	font-size: 17px;
	line-height:22px;
}
#bodyContent {
	float: left;
	text-align: left;
	margin-left: 23px;
	width: 675px;
	font-size: 16px;
	color: 666;
	line-height: 21px;
}
#centeredContent {
	text-align: center;
	font-size: 17px;
	line-height:25px;
	margin-top: 25px;
}
#feeds {
	float: right;
	margin-top: 15px;
	width: 265px;
	text-align: left;
	font-size: 12px;
}
#footer  {
	background-color: #02416F;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	padding: 15px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#hr {
	background-color: #999;
	height: 1px;
}
#indent {
	float: left;
	padding-left: 30px;
}
.indent {
	padding-left: 50px;
}
#indent_left {
	width: 200px;
	float: left;
	padding-left: 135px;
	margin-top: 0px;
	margin-bottom: -10px;
}
#indent_right {
	width: 290px;
	float: right;
	margin-top: 0px;
	margin-bottom: -10px;
}
#note {
	width: 225px;
	float: right;
	margin-top: 22px;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding: 15px;
	color: #044B7F;
	font-weight: bold;
	background-color: #DDD;
	margin-left: 20px;
	margin-bottom: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #044B7F;
	line-height: 27px;
}
.italics {
	font-style: italic;
	font-size: 15px;
}
.homeCentered {
	font-size: 16px;
	text-align: left;
	line-height: 21px;
	font-weight: normal;
	color: #666;
}
.bioNames {
	font-size: 18px;
	font-weight: bold;
	color: #044B7F;
}
.boldHeaders {
	font-size: 16px;
	font-weight: bold;
	color: #044B7F;
}
.boldSubHeadings {
	font-size: 15px;
	font-weight: bold;
	color: #044B7F;
}
.homeHeaders {
	font-size: 19px;
	font-weight: bold;
	color: #044B7F;
	text-align: left;
}
.boldSubHeadingsHOME {
	font-size: 16px;
	font-weight: bold;
	color: #044B7F;
}
.homeCopy {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
.img {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.homeimg {
	float: center;
	margin-left: 10px;
}

a:link {
	color: #044B7F;
	text-decoration: underline;
	font-weight:bold;
} 
a:visited {
	color: #044B7F;
	text-decoration: underline;
	font-weight:bold;
} 
a:active {
	color: #044B7F;
	text-decoration: underline;
	font-weight:bold;
} 
a:hover {
	color: #044B7F;
	text-decoration: underline;
	font-weight:normal;
}


a.foot:link {color: #fff; text-decoration: underline} 
a.foot:visited {color: #fff; text-decoration: underline} 
a.foot:active {color: #fff; text-decoration: underline} 
a.foot:hover {color: #fff; text-decoration: underline;}
a.references:link {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	vertical-align: super;
	line-height: 11px;
} 
a.references:visited {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	vertical-align: super;
	} 
a.references:active {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	vertical-align: super;
	} 
a.references:hover {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	vertical-align: super;
	}
	
a.typesofchrono:link {
	color: #044B7F;
	font-weight:bold;
	text-decoration: none;
	font-size:17px;
} 
a.typesofchrono:visited {
	color: #044B7F;
	font-weight:bold;
	text-decoration: none;
	font-size:17px;
	} 
a.typesofchrono:active {
	color: #044B7F;
	font-weight:bold;
	text-decoration: none;
	font-size:17px;
	} 
a.typesofchrono:hover {
	color: #044B7F;
	font-weight:bold;
	text-decoration: underline;
	font-size:17px;
	}

a.reflink:link {
	color: #666;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
} 
a.reflink:visited {
	color: #666;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
	} 
a.reflink:active {
	color: #666;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
	} 
a.reflink:hover {
	color: #666;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
	}
.thumbs {
	font-family: Georgia;
	font-size: 9px;
	color: #333;
	text-align: left;
	width: 84px;
	float: left;
	line-height: 12px;
}
.aboutNav {
	font-size: 10px;
	text-align: justify;
}
