@charset "UTF-8";

body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.618em;
	color: #6a6a6a;
}
div.warning-box {
	display: none;
}
#header h1 a, #header h1 a:visited {
	font-size: 1.618em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 65px 0 0 0;
	color: #00bce4;
	line-height: 1em;
	text-decoration: none;
}
#header h2 {
	font-size: 2.618em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 10px .618em 10px;
	color: #00bce4;
}
#nav {
	display: none;
}
#splash img {
	margin: 0 10px 1.618em 10px;
}
#splash-overlay {
	display: none;
}
#content-main h3 {
	font-size: 2.618em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 10px .618em 10px;
	color: #00bce4;
}
#content-main h4 {
	font-size: 1.618em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 10px .618em 10px;
	color: #00bce4;
}
#content-main p, #content-main ul, #content-main ol {
	margin: 0 10px 1.618em 10px;
}
#content-main ul li {
	list-style: disc outside;
}
#content-main ol li {
	list-style: decimal outside;
}
#content-main em {
	font-style: italic;
}
#content-main strong {
	font-weight: bold;
}
#content-main blockquote {
	border-top: 1px solid #efefef;
	padding: 1.618em 0 0 0;
	margin: 0 0 1.618em 0;
	font-style: italic;
	border-bottom: 1px solid #efefef;
}
#content-main a {
	text-decoration: none;
	color: #00bce4;
}
#content-main a:visited, #content-main a:hover, #content-main a:active {
	color: #000;
}
#content-main #footer {
	border-top: 1px solid #efefef;
	padding: 1em 0 0 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 10px;
	color: #000;
}
#content-main table {
	margin: 0 0 1.618em 0;
	width: 100%;
}
#content-main thead th {
	background: #00bce4;
	color: #fff;
	padding: .618em 10px;
}
#content-main tbody td {
	border-bottom: 1px dotted #efefef;
	padding: .618em 10px;
}

#content-sub {
	display: none;
}
