body, table td{
        font-size: 14px;
}

body{
	color: #271C05;
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, Times New Roman;
        line-height: 1.5;
	width: 100%;
	background-color: white;
	margin-bottom: 30px;
}

#header{
	background-color: #D99A1C;
	margin-bottom: 40px; 
	height: 119px;
	min-width: 770px;
}

#header #title{
	margin-top: 18px;
	margin-bottom: 12px;
}

#header .button{
	margin-right: 20px;
}

#header #logo{
	margin-left: 23px;
	margin-right: 80px;
}

#left{
	width: 190px;
	float: left;
}

#left h1{
	margin-top: 8px;
	font-size: 150%;
	padding-left: 20px;
	border-bottom: 2px solid #D99A1C;
}

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

#left ul li{
	margin-bottom: 1em;
}

#left ul ul li{
	margin-bottom: 0.5em;
}

#left strong{
	font-weight: normal;
	background-color: #D99A1C;
	padding: 0px 0px 0px 4px;
	position: relative;
	left: -4px;
	display: block;
}

#right{
	width: 70%;
	padding-left: 30px;
	display: table; /* to render clears inside this block correctly */
}

#right h1{
	margin-top: 0;
}

#right p.first{
	padding-top: 10px;
}

/***********************/

blockquote{
	font-style: italic;
}

ul{
	list-style: circle;
}

ul li{
	margin-bottom: 0.3em
}

ul li ul{
	margin-top: 0.3em
}

ol li{
	margin-bottom: 0.3em
}

h1{
	font-weight: normal;
}

h2{
	font-weight: normal;
	margin-top: 2.2em
}
h3{
	font-size: 125%;
	font-weight: normal;
	font-style: italic;
	margin-top: 2em
}

h1 + h2{
	margin-top: 0;
}

h2 + h3{
	margin-top: 0;
}

h1 small{
	font-size: 60%;
/*	position: relative;
	top: -15px;*/
	display: block;
}

table{
	border-collapse: collapse;
}

table td, th{
	padding: 0;
	margin: 0;
	vertical-align: top;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-right: 2em;
        line-height: 1.5;
}

table th{
	text-align: left;
}

table td{
	border-bottom: 1px solid #bbb;
}
table{
	border: 0;
}
table th{
	border-bottom: 1px solid #777;
}




/***********************/
img {
	border: 0px;
}

img.frame {
	border: 1px solid black;
}

img.frame-left{
	border: 1px solid black;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

img.frame-right{
	border: 1px solid black;
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

img.frame-center {
	border: 1px solid black;
	margin: 0 auto;
	display: block;
}

img.noframe {
}

img.noframe-left{
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

img.noframe-right{
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

img.noframe-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/***************************************************/
ul.chronicle li strong{
	color: #666;
	font-weight: normal;
	font-size: 80%;
	position: relative;
	top: -0.2em;
}

ul.chronicle li{
	margin-bottom: 1.5em;
}
/********************************************/

.col2{float:left;width:49%;text-align:center;font-size:150%;margin-top:20px;}
.col3{float:left;width:33%;text-align:center;font-size:130%;margin-top:20px;}
.col2 small{font-size: 67%; display: block;}
.col3 small{font-size: 77%; color: #666;}

/*********************************************/

a.external{
	background: url(/external.png) center right no-repeat;
	padding-right: 13px;
}


