#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	background-image: url('./images/gears_green.png');
	background-repeat: no-repeat;
	background-position: center;
}
.sub_container {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tip_content {
	width: 650px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#chart_left {
	float: left;
	width: 380px;
	padding: 5px;
	text-align: center;
}
#chart_right {
	float: right;
	width: 380px;
	padding: 5px;
	text-align: center;
}
#cat_left {
	float: left;
	width: 190px;
	padding: 5px;
	text-align: right;
}
#cat_right {
	float: right;
	width: 380px;
	padding: 5px;
	text-align: left;
}
.separator {
	clear: both;
	text-align: center;
}
/* Basic hyperlink declarations. */
a:link {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
a:visited {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
a:hover {
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
/* Navbar hyperlink declarations. */
a.nav:link {
        color: #FF0000;
        font-family: 'Crimson Text', serif;
        font-size: 20px;
        text-decoration: underline;
}
a.nav:visited {
        color: #0000FF;
        font-family: 'Crimson Text', serif;
        font-size: 20px;
        text-decoration: underline;
}
a.nav:hover {
        color: #008000;
        font-family: 'Crimson Text', serif;
        font-size: 20px;
        text-decoration: underline;
}
p {
	font-family: 'Crimson Text', serif;
	font-size: 26px;
	text-indent: 30px;
	color: #000000;
}
h1 {
	font-family: 'Muli', sans-serif;
	color: black;
	font-size: 48px;
	text-align: center;
}
h2 {
	font-family: 'Muli', sans-serif;
	color: black;
	font-size: 20px;
	text-align: center;
}
.hilite_bw {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: black;
	background-color: white;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.hilite_wb {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: white;
	background-color: black;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.banner {
	text-align: center;
	padding-bottom: 10px;
}
.bgcolor_01 {
	background-color: #D2A6C7;
}
.bgcolor_02 {
	background-color: #FDE2B8;
}
.bgcolor_03 {
	background-color: #D2CE00;
}
.bgcolor_04 {
	background-color: #FFF99D;
}
.subhead {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: black;
}
.pointer {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: black;
}
.chart_head {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: black;
}
.chart_foot {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: black;
}
.tip_link {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: blue;
}
