html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	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: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(Assets/SFBackground.gif) no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #2e6087;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #603;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #063;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.03em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #933;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0;
}
.current {
}

a:link {
	text-decoration: none;
	color: #933;
}
a:hover {
	text-decoration: underline;
	color: #933;
}
a:active, a:visited {
	text-decoration: none;
	color: #933;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: url(Assets/sfBanner.png) no-repeat;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 10px;
}
.oneColFixCtrHdr #header {
	margin: 0;
	height: 210px;
	padding: 1px;
	background: url(Assets/sfBanner.png) no-repeat left top;
	position: relative;
} 
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.oneColFixCtrHdr #sidebar1 {
	float: left;
	width: 13.5em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0; /* top and bottom padding create visual space within this div */
	margin-right: 1em;
	height: 600px;
}
#header li {
	float: left;
	list-style: none;
	}	
#header ul {
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	bottom: 2px;
	list-style: none;
	line-height: 1.2em;
}
#header li a:link, #header li a:visited {
	background: #06C;
	padding: 0.2em 0.5em;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 0.5em;
	width: auto;
	text-align: center;
	white-space: nowrap;
}
#header li a:hover {
	color: #0CF;
	background: #FFF;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
    color: #03C;
	background: #FFF;
	cursor: default;
}
#sidebar1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 5px;
	bottom: 5px;
	list-style: none;
	color: #039;
}
.oneColFixCtrHdr #mainContent {
	padding: 15px;
	background-color: #FFF;
	margin-left: 14.2em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: normal;
}
#container #sidebar1 p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 3px;
}
