/***
The id's listed below are the main features for this css page and should be used to control width, margins, background-color and padding.
***/
#header{
	background-color:ALICEBLUE;
	padding:15px 0px 8px 15px;
	border-bottom:1px solid #333;
}
#mainBodyLayout{

}
#toolscell{
	background-color:FORESTGREEN;
	padding:15px 10px 10px 10px;
}
#contentcell{
	background-color:SNOW;
}
#content{
	padding:15px 0px 10px 15px;
}
#footer{
	padding-left:5px;
}
body{
	margin:0px;
}
body,div,td{
	font-family:Trebuchet MS;
	font-size:13px;
}