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:  110px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
/* Replace width value with your choice of layout width. */
	width:  720px;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  top left repeat-y #FFFFFF;
	color:  #000000;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  0;
	float:  left;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
	width:  480px;
}

#leftcolumn {
	float:  left;
	width:  240px;
}

#leftcolumncontent {
	position:  absolute;
	/* replace top value with the height of your header. */
	top:  110px;
	left:  0;
	/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	background:  #ffffff;
	color:  #000000;
	margin:  0;
	padding:  0;
	/* Replace width with the width of your left column. */
	width:  240px;
}

#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:  110px;
	/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  url(../imgs/header_bkgr_repeat_wframe.gif);
	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:  30px;
	/* Replace with the background image and colour of your footer.  */
	background:  url(../imgs/footer_bkgr_repeat.gif);
	color:  #FFFFFF;
}

.formbutton{
			cursor:pointer;
			border:outset 1px #CCCCCC;
			background: #FF9900;
			color: #FFFFFF;
			font-weight:bold;
			padding: 1px 4px;
			}

a.topFrameLink:link { font-size: 11px; color: white; }
a.topFrameLink:visited { font-size: 11px; color: white; }
a.topFrameLink:hover { font-size: 11px; color: white; }
