* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font: normal 62.5%/1.5 Verdana, sans-serif;
	background: #fff url(../img/body.gif) repeat-y 50%;
}
a:link, a:visited, a:active {
	color: #5697bf;
	text-decoration: none;
}
a:hover {
	color: #2b88d9;
	text-decoration: underline;
}
h2 {
	color: #2b88d9;
	font-size: 1.2em;
	padding-bottom: 1em;
}
p {
	font-size: 1.1em;
	padding-bottom: 1em;
}
li {
	list-style: none;
}
address {
	font-style: normal;
}
abbr,
acronym {
	color: #999;
	border-bottom: dotted 0.1em #c0c0c0;
}
abbr:hover,
acronym:hover {
	color: #444;
	border-bottom: dotted 0.1em #5697bf;
	cursor: pointer;
}

#container {
	width: 78em;
	margin: 0 auto;
	background: #fff url(../img/background.gif) repeat-x 0 0;
	border-left: solid 0.1em #fff;
	border-right: solid 0.1em #fff;
	overflow: auto;
}

#header {
	font-size: 1em;
	background: #fff url(../img/header.jpg) no-repeat 19.5em 0;
	width: auto;
	height: 100px;
}
#header h1 {
	font-size: 1em;
	display: block;
	background: url(../img/logo.gif) no-repeat 50%;
	width: 19.5em;
	height: 100px;
	text-indent: -9999em;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#sidebar {
	float: left;
	width: 19.5em;
}

#navigation {
	background: #308cd9 url(../img/nav-bg.jpg) repeat-x 50% 100%;
	border-bottom: solid 0.1em #fff;
}
#navigation li a {
	color: #f2f2f2;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0.4em 0 0.4em 1em;
	border-bottom: solid 0.1em #fff;
	border-right: solid 0.1em #fff;
}
#navigation li a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation li.selected a {
	color: #f2f2f2;
}
#navigation li.selected a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation li ul li a {
	color: #f2f2f2;
	font-weight: normal;
	text-decoration: none;
}
#navigation li ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* only shows second-level menus if parent is selected */
#navigation li ul {
	display: none;
}
#navigation li.selected ul {
	display: block;
}

#content {
	float: right;
	width: 54.5em;
	padding: 1em 2em 1em 0;
}
#content ol, #content ul {
	margin: 0 0 1em 2.4em;
}
#content li {
	font-size: 1.1em;
	padding-bottom: 0.5em;
	list-style-image: url(../img/bullet.gif);
}

#content #breadcrumb {
	color: #777;
	display: block;
	margin: 0 0 1em;
}
#content #breadcrumb li {
	background: url(../img/breadcrumb-divider.gif) no-repeat 0 50%;
	display: inline;
	margin-left: 0.3em;
	padding-left: 1em;
}
#content #breadcrumb li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#content #breadcrumb li a {
	color: #777;
	text-decoration: none;
}
#content #breadcrumb li a:hover {
	color: #2b88d9;
	text-decoration: none;
}
#content #breadcrumb li em {
	font-style: normal;
}

#content #footer {
	color: #777;
	margin: 0;
	padding-top: 1em;
}
#content #footer li {
	list-style-image: none;
	padding: 0;
}

.hr {
	background: #8dcbf2;
	height: 0.1em;
	clear: both;
}
.hr * {
	display: none;
}
.text-only {
	display: none;
	overflow: hidden;
}
.thumb {
	background: #fff;
	display: block;
	float: right;
	margin: 0 0 2em 1.5em;
	padding: 0.1em;
	border: solid 0.1em #8dcbf2;
}

#text-size {
	background: #f2f2f2;
	overflow: auto;
	border: solid 0.2em #f2f2f2;
}
#text-size p {
	color: #777;
	display: table-cell;
	float: left;
	width: auto;
	padding: 0.1em 0 0 0.8em;
}
#text-size ul {
	display: table;
	float: right;
}
#text-size ul li {
	text-align: center;
	background: #bef3ed;
	display: table-cell;
	width: 1.7em;
	border-left: solid .2em #f2f2f2;
}
#text-size ul li.selected {
	background: #8dcbf2;
	cursor: pointer;
}
#text-size ul li#normal a {
	font-size: 1em;
}
#text-size ul li#medium a {
	font-size: 1.1em;
}
#text-size ul li#large a {
	font-size: 1.2em;
}
#text-size ul li a {
	color: #fff;
	text-decoration: none;
}
#text-size ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#text-size ul li span {
	display: none;
}

#address {
	background: #f2f2f2;
	border-top: solid 0.1em #fff;
	padding: 0.8em 0 1em 0;
}
#address p {
	margin: 0;
	padding: 0 1em;
}
#address address {
	color: #444;
	font-size: 1.1em;
	margin: 0;
	padding: 0 1em 1em 1em;
}