/* CSS Document */

body {
	font: 76% 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS', Lucida, Verdana, Arial, Helvetica, sans-serif;
	}
#chronicCondition {
	color: #333333;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	}

#chronicCondition h1, #chronicCondition h2, #chronicCondition h3, #chronicCondition h4, #chronicCondition h5, #chronicCondition h6 {
	color: #45741e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

#chronicCondition h1 { font-size: 180%; }
#chronicCondition h2 { font-size: 160%; margin-top: 24px; }

#chronicWrap {
	background: url(../img/header.jpg) top left no-repeat;
	height: 164px;
	padding: 30px;
	}

#chronicTitle {
	color: #45741e;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 185%;
	font-weight: bold;
	text-align: right;
	width: 300px;
	}

#chronicContent {
	padding: 0 10px;
	margin-left:200px;
	}
#chronicSidebar {
	float: left;
	width: 180px;
	margin-top:20px;
	border-top: 5px solid #44761D;
	border-bottom: 2px solid #3C91A5;
	}
a {
	color:#3C91A5;
	}
a:hover {
	color:#44761D;
	text-decoration:none;
	}