/***
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{

}
#header table{
	width:760px;
}
#mainBodyLayout{
	border-left:1px solid #FC0;
	border-right:1px solid #FC0;
	background-color:#E5D6B9;
}
#toolscell{

}
#contentcell{

}
#content{
	padding:15px 0px 10px 15px;
}
#footer{
	background-color:#E5D6B9;
	padding-left:5px;
	border-left:1px solid #FC0;
	border-right:1px solid #FC0;
	border-bottom:1px solid #FC0;
}

body{
	background-color:#800080;
	margin:15px;
}
body,div,td,p{
	font-family:Trebuchet MS;
	font-size:15px;
}
.ghost{
	color:#CCC;
}
.errMsg{
	color:DARKRED;
	font-weight:900;
}