html,body{
	color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CCCCCC;
	text-align: center;
}
A:link {text-decoration:none}
A:visited {text-decoration:none}

div#mainpage{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 100%;
	overflow: hidden;
	background-color: #C8ECF8;
}

div#title{
	border: 0px;
	padding: 0px;
	padding-bottom: 4px;
	width:800px;
	height: 100px;
	color: #000000;
	background-image: url(../images/banners/lmrbanner.png); 
	background-repeat: no-repeat;
}

div#content{
	width: 663px;
	padding-right: 8px;
	margin-bottom: 50px;
	float: right;
	text-align: left;
	overflow: hidden;
	color: #000000;
}

div#sidebar{
	float: left;
	overflow: hidden;
	padding-left: 4px;
	width: 115px;
	margin-bottom: 50px;
}

html>body div#footer{
	margin-top: -65px;
}
div#footer{
	clear: both;
	width: 800px;
	height: 50px;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C8ECF8;
	position: relative;
}

ul#mainnav{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 111px;
	background-color: #CCCCCC;
}

li.menuitem{
	list-style-type: none;
	height: 37px;
	width: 111px;
}

li.menuitem a {
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	display: block;
	height: 37px;
	width: 111px;
	background-image: url(../images/buttons/hover.jpg);
	background-repeat: no-repeat;
}

li.menuitem a { width: 111px; background: url(../images/buttons/default.jpg); background-repeat: no-repeat; }
li.menuitem a:hover { background: url(../images/buttons/hover.jpg); background-repeat: no-repeat; }