﻿
body{background-color:White; margin:0px; padding:0px; font-family:Tahoma, Geneva, Sans-Serif;}

#LeftMenu{ width:160px; float:left; min-height:1500px;}
#bodywrapper {
	margin-top:  120px;
	width:  100%;
	background-color:White;
}

#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. */
}
#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:  200px;*/
}

#leftcolumn {
	/*float:  left;
	width:  200px; */
}

#leftcolumncontent {
	position:  absolute;
	top:1000px;
/* replace top value with the height of your header. */
	/*top:  125px;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	/*background:  url(../LayoutImages/body_bg.gif) top left repeat-y #3F9BCF;
	color:  #FFFFFF; */
	/*margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	/*width:  200px; */
}

#header {
	position:  absolute;
	top:  0;
	left:  0;
	text-align:center;
	width:  100%;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin: 15px 0px 15px 0px;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	width:  100%;
}

a.TopLink:link{ color:Gray;}
a.TopLink:visited{ color:Gray;}
a.TopLink:hover{ color:Gray;}


