/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:2em;
	font-weight:normal;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p, table td {
	font-size:0.8em;
	line-height:1.6em;
	color:#666666;
}

table {
	width:95%;
}

table tr.heading p, table tr.heading th {
	font-weight:bold;
	color:#183b16;
	font-size:1.2em;
	margin-bottom:0;
}

table tr.heading th {
	text-align:right;
	font-size:1em;
}

table tr th {
	text-align:left;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
	list-style-position:inside;
	color:#666666;
}

#wrapper .content a {
	color:#183b16;
	text-decoration:none;
}

#wrapper .menu {
	text-align:center;
}

#wrapper .menu ul li {
	font-size:0.9em;
	line-height:32px;
}

#wrapper .menu ul li a {
	color:white;
	text-decoration:none;
}

#wrapper .menu ul li ul li {
	font-size:0.8em;
	text-align:left;
	line-height:14px;
}

#wrapper .menu ul li ul li,
#wrapper .menu ul li ul li a {
	color:#183b16;
}

#footer, #footer p {
	text-align:center;
	color:white;
}

.breadcrumbs {
	font-size:0.8em;
	color:#aaaaaa;
}

.breadcrumbs a {
	color:#aaaaaa;
}

.thumbSubNav span {
	font-size:0.7em;
	color:#aaa;
}

.thumbSubNav span a {
	color:#aaa;
	text-decoration:none;
}

#wrapper .left ul li {
	color:#183b16;
}

#wrapper .left ul li a {
	color:#183b16;
	text-decoration:none;
}