<style type="text/css">
body {font-family: Times New Roman, Garamond, serif; link: #000080; visited: #000080; active: #800000; background-color: #FFFFFF; text: #000000; }
body {scrollbar-face-color: #99CC66; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: 000000; scrollbar-highlight-color: 000000; scrollbar-darkshadow-color: 000000; }
p {text-indent: 2em; margin-bottom: 0; }
h1 {font-size: 200%; color: #FF0000; font-family: Arial, Helvetica, Verdana, sans-serif; font-style: italic; }
h2 {font-size: 150%; color: #0000FF; font-family: Times New Roman, Garamond, serif; }
h3 {font-size: 125%; color: #0000FF; font-family: Times New Roman, Garamond, serif; }
h4 {font-size: 85%; color: #0000FF; font-family: Times New Roman, Garamond, serif; }
pre {font-family: monospace;}
a {text-decoration: none;cursor: sw-resize; }
a:hover {background: #FFFF99}
p.question {font-weight: bold;}
p.small {font-size: 80%; color: #0000FF; font-family: Times New Roman, Garamond, serif; }
/* This is just here for formatting purposes.  This has nothing to do with the layout. */
@import url(timstyle.css);

body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  0px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  100%;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  #99cc66;
	color:  #000000;
}

#contentarea {
 /* replace this value with the width of your left column */
	background:  #FFFFFF;
	color:  #000000;
	margin:  223;
	padding:  10px;
	float:  left;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
}
#contentarea[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left:  223px;
}

#leftcolumn {
	float:  left;
	width:  223px;
}

#leftcolumncontent {
	position:  absolute;
/* replace top value with the height of your header. */
	top:  0px;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background:  #99cc66;
	color:  #000000;
	margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	width:  223px;
}

#header {
	position:  absolute;
	top:  0;
	left:  0;
/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  100%;
/* replace this value with the height of your header. */
	height:  0px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  #99cc66;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	width:  100%;
/* Replace with the height of your footer.  Optional.  */
	height:  60px;
/* Replace with the background image and colour of your footer.  */
	background:  #99cc66;
	color:  #000000;
}
</style>
