.container{
	max-width: 1400px;
}

td.themeat
{
	width: 80%;
	min-width: 800px;
	max-width: 1240px;	
}

td.leftpadder
{
	width: 20px;
	background-image: url(images/left-padder.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.rightpadder
{
	width: 20px;
	background-image: url(images/right-padder.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.lower
{
	height: 20px;
	background-image: url(images/lower-padder.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.lleft
{
	width: 20px;
	height: 20px;
	background-image: url(images/lleft.gif);
	background-repeat: no-repeat;
	background-position: right;
}

td.lright
{
	width: 20px;
	height: 20px;
	background-image: url(images/lright.gif);
	background-repeat: no-repeat;
	background-position: left;
}

td.entrylabel
{
	text-align: right;
}

td.entryinput
{
	text-align: left;
}


tr.titleline
{
	background-color: #cc9933;
}

td.menu
{
	text-align: left;
	vertical-align: top;
	width: 120px;
	background-color: #669936;
}
div.menu
{
	margin: 10 10 10 10;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div.menuitem{
	width: 100px;
	border-top: 1px solid black;
}

div.menuitem a, div.menuitem a:visited {
	color:#000000;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 10px;
}
div.menuitem a:hover {
	color:#000000;
	background: #FFEE66 none repeat scroll 0 0;
}



td.content
{
	background-color: #ffee66;
	padding: 10;
}

.content
{
	background-color: #ffee66;
	padding: 10;
}

div.banner
{
	width: 100%;
	height: 200px;
	background-image: url(images/banner.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

table.headerline
{
	background-color: #cc9933;
	width: 100%;
}

p.title
{
	margin: 0 0 0 3;
	padding: 0 0 0 3;
	float: left;
}
p.status
{
	margin: 0 3 0 0;
	padding: 0 3 0 0;
	float: right;
	white-space: nowrap;
}

table.body
{
	width: 100%;
	margin: 0;
	padding: 0;
}

table.footer
{
	font-family: Verdana, Arial;
	font-size: 10px;
}


