* { margin: 0px; padding: 0px; }

IMG { border: 0px; }

body {
	background-color: #E7EFEF;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
#header {
	height: 105px;
	background-image: url('./theme/header.jpg');
	background-repeat: no-repeat;
	border-left: 1px solid #3F534A;
	border-top: 1px solid #3F534A;
}

#container {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	margin-top: 25px;
}

#printthis {
	background-color: #FFFFFF;
	width: 550px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: center;
}

#menu {
	background-color: #FFFFFF;
	width: 154px;
	float: left;
}
#menu_text {
	background-image: url('./theme/menubg.jpg');
	background-repeat: repeat-y;
	border: 0px solid;
	padding: 5px;
	padding-left: 1px;
}

#page {
	margin-left: 154px;
	width: 726px;
	border-left: 0px solid #FFFFFF;
	background-image: url('./theme/bgpage.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	min-height: 360px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#footer {
	position: relative;
	width: 900px;
	height: 30px;
	padding-top: 11px;
	padding-left: 30px;
	font-size: 7pt;
	background-image: url('./theme/footerbg.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#footer table {
	font-size: 7pt;
}
input,select,textarea {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #008200;
	background-color: #E7EFEF;
}

.lofo {
	font-weight: normal;
	float: right;
	padding-right: 15px;
}

A.footer { color: #FFFFFF; }
A.footer:hover { color: #FAFF6D; }
A:hover { color: #008200; }
table { font-size: 8pt; text-align: left; }

A {
	color: #000000;
	text-decoration: none;
}

h1.title {
	font-size: 17pt;
	color: #008200;
	font-weight: bold;
}

/*Menu items*/
td.menu {
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
}

tr.menu:hover{
	border: 0px solid;
	background-color: #e6ed4f;
	color: #000000;
	cursor: pointer;
}


/*Lofo items*/
table.cat {
	border: 1px solid #008200;
	background-color: #F4F4F4;
	font-size: 8pt;
	font-weight: bold;
}
table.cat td { padding: 5px; }

a.placelofo {
	border: 1px solid #008200;
	background-color: #F4F4F4;
	padding: 5px;
	position: absolute;
	margin-top: 2px;
}

td.tdmenutop {
	background-color: #008200;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

td.tdmenudate {
	background-color: #008200;
	color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 30px;
}

table.tborder{
	border: 1px solid #008200;
	padding: 0px;
}

td.tdmenutitle {
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}

td.tdmenutitle2 {
	color: #000000;
	padding-left: 5px;
	font-weight: normal;
}

td.tdmenuoption {
	padding-right: 5px;
	padding-top: 2px;
}

/*List items*/
ul {
	list-style-type: square;
	padding-left: 25px;
}