@charset "UTF-8";
body {
	font: 16px/1.25em Georgia;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	word-spacing: 0.25em;
	/*background: url(images/doc-bg.gif) repeat-x;*/
}

img
{
	border-width: 0px;
	border-style: none;
}
.container {
	width: 48em;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.rule {
	background: #800;
	height: 0.25em;
	width: 48em;
}
.clear {
	clear: both;
	height: 0px;
}
H1{
	font-size: 2em;
	display: block;
	padding-top: 1em;
	margin: 0 0 1em;
	letter-spacing: 0em;
}
H2{
	font-size: 1.75em;
	display: block;
	padding-top:1em;
	line-height: 1em;
	margin: 0px 0 0.75em;
	letter-spacing: 0em;
}
H3{
	font-size: 1.5em;
	margin: 0 0 0.5em;
	display: block;
	padding-top:1em;
	line-height: 1em;
}
H4{
	font-size: 1.25em;
	display: block;
	padding-top:1em;
	margin: 0 0 0.25em;
	line-height: 1em;
}

H1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight:lighter;
	color: #000;
}
#header-container {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 12em;
	width: 48em;
	background-color: #FFE023;
}
#header-container   h1    {
	color: #000;
	font: 3em/1em Calibri, Helvetica, Arial, sans-serif;
	clear: left;
	margin: 0.3em 0em 0em 0.5em;
	padding: 0px;
}
#header-container  img  {
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 0em;
	width: 6em;
	height: 6em;
	float: left;
}
#heading   {
	width: 6em;
	height: 6em;
	margin: 1em 0em 0em 1em;
}
#header-nav, #affiliates-bar, #footer #techo-geek-stuff, #footer #nav {
	display: none;
}

#main-content {
	background-color: #FFF;
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom: 0.0625em dotted #666;
}
#main-content h1 {
	font-size: 2em;
	margin: 0px;
	padding-top: 1em;
	line-height: 0em;
}
#footer
{
	color: #666;
	font: 0.67em Lucida Grande, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer #copyright {
	margin: 1em;
	width:34em;
	float:left;
	letter-spacing: 0em;
	word-spacing: 0em;
}

.fancy-box {
	background: #E8E8E8;
	border: 0.0625em solid #d0d0d0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	color: #333;
	padding-top: 1.5em;
	margin-bottom: 1em;
}
.fancy-box>h2, .fancy-box>h3 {
	color: #E8E8E8;
	font-family: "Helvetica Neue", Helvetica, Arial;
	padding: 0em;
	display: block;
	background: #9a3a3a url(../images/fancy-box-header-flourish-small2.gif) no-repeat 2% 50%;
}
.fancy-box h2 {
	padding: 0.25em 0.25em 0.25em 1.25em;
	font-size: 1.25em;
}
.fancy-box h3 {
	font-size: 1em;
	padding: 0.125em 0.125em 0.125em 1.5em;
}

.fancy-box  img.left {
	float: left;
	margin: 0.5em 1em 0.5em;
}
.fancy-box img.right {
	float: right;
	margin: 0.5em 1em 0.5em;
	clear: left;
}
.fancy-box p {
margin-right: 1em;
	margin-left: 1em;
	font-size: 0.83em;
	margin-top: 0px;
	margin-bottom: 0.75em;
}

.para-first-line {font-size: 1.5em}

#main-content  .notice, #main-content  .notice-left, #main-content .notice-right, #main-content .notice-centre {
	color: #000;
	padding: 1em;
	float: none;
	border: 0.0625em dotted #333;
}

#main-content .photo 
{
	margin: 0.5em 1.5em;
	float: right;
}
#main-content .photo-left
{
	margin: 0.5em 1.5em;
	float: left;
}
#main-content .photo .caption, #main-content .photo-left .caption {
	font: 0.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main-content .photo img, #main-content .photo-left img {
	border: 0.0625em solid #ddd;
	padding: 0.25em;
}
acronym {
	border-bottom: 0.0625em dotted #666;
	padding-bottom: 0em;
}
ul.spaced li {
	margin-bottom: 0.25em;
}
a, a:hover, a:visited {
	color: #000000;
	text-decoration: none;
}
