body {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-family: sans-serif;
	color: black;
	background: url('background.jpg') repeat-y top right;
}

#container {
	height: 100%;
	width: 100%;
	top: 0px;
}

#header {
	top: 0px;
	left: 635px;
	right: 0px;
	height: 43px;
	background-image: url('header.bg.jpg');
	z-index: 5;
}

#headerlink {
	position: absolute;
	top: 0.25em;
	right: 0px;
}

#headerlink a {
	font-size: 1.5em;
	color: #DA7C29;
	text-decoration:none;
	font-weight: bold;
	margin-right: 20px;
}

#sflogo {
	position: absolute;
	width: 635px;
	height: 125px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#sflogo .img {
	margin: 0px;
	padding: 0px;
	width: 635px;
	height: 125px;
	top: 0px;
	left: 0px;
}

#window {
	position: absolute;
	height: auto;
	left: 380px;
	right: 0px;
	top: 55px;
	margin-bottom: 100px;
	min-width: 350px;
    color: black;
    padding-left: 1em;
    padding-top: 1em;
}

#pen {
	position: relative;
	float: right;
	top: -10px;
	right: 0px;
	width: 125;
	height: 225px;
	padding-right: 10px;
	z-index: 5;
}

#content {
	display: block;
	top: 10px;
	left: 0px;
	margin-right: 20px;
	max-width: 450px;
	min-width: 220px;
}

#content h1 {
	font-size: 175%;
	margin: 0 0 1em 0;
}

#content h2 {
	background-color: #fecc5c;
	color: #DA7C29;
	font-weight: bold;
	border: 1px solid black;
	font-size: 120%;
	padding-left: 0.5em;
	width: 100%;
	margin-bottom: 1em;
	z-index: 10;
}

#content p {
	text-indent: 1em;
	text-align: justify;
	/*margin-left: 1em;*/
}

#content .footnote {
	margin-left: 25px;
	font-size: small;
}

#content .sig {
	margin-left: 75px;
}

#navigation {
 position: absolute;
 top: 140px;
 margin-top: 1em;
 width: 270px;
 left: 0px;
 margin-left: 15px;
 padding-bottom: 0.5em;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 border-left: 1px solid black;
}

#navigation h2 {
	background-color: #fecc5c;
	font-size: 120%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 0px;
	padding-left: 5px;
}

#navigation p {
	margin-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0.4em;
}

#navigation a {
	text-decoration: none;
	font-family: sans-serif;
}

#navigation a:visited {
	color: #0000EE;
}

#divy {
	position: absolute;
	height: 450px;
	width: 1px;
	background-image: url('divider.jpg');
	top: 100px;
	left: 375px;
	z-index: 5;
}

.clear {
	clear: both;
}

/* 
for jquery underline
Element to be underlined */
.jquery-underline-container {
    position: relative;
}

/* <span> to hold the underline */
.jquery-underline {
    position: absolute; 
    display: block;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    border-bottom: 4px solid #898989;
}
