.print { display: none; }

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

h1, h2 { margin: 0px; }

table {
	table-layout: fixed;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 0px;
}

img { border: none; }

a {
	color: #558269; /* L&M text green */
	text-decoration: none;
}
a:hover { color: black; }
a.selected { color: black; }

a.inverse { color: black; }
a.inverse:hover { color: #558269; } /* L&M text green */

a img.arrowmask { background-color: #a3b3af; }
a:hover img.arrowmask { background-color: black; }

a.disabled, a.disabled:hover {
	color: black;
	cursor: default;
}

a.adminLink {
	display: block;
	color: #558269;
	font-weight: bold;
}


.box { border: 1px solid #a9bdac; } /* L&M line green */

#MainArea, #LogoBox, #ClaimBox {
	position: absolute;
	left: 175px;
	width: 682px;
}

#LogoBox {
	top: 10px;
	height: 76px;
}

#LogoBox img {
	margin-left: 10px;
	margin-top: 57px;
}

#ClaimBox {
	top: 93px;
	height: 18px;
}

#ClaimBox div {
	margin-left: 10px;
	margin-top: 2px;
}

#MainArea { top: 123px; }

#ContentBox {
	position: absolute;
	width: 100%;
	height: 532px;
}

h1 {
	position: absolute;
	left: 10px;
	top: 61px;
}

h1 div { font-size: 18px; }

#Text, #SideBar {
	position: absolute;
	top: 107px;
}

#Text {
	left: 10px;
	width: 500px;
}

#SideBar {
	left: 352px;
	width: 330px;
}

div.title { color: #558269; } /* L&M text green */

#Footer {
	/*margin-top: 10px;
	margin-left: 10px;*/
	position: absolute;
	left: 10px;
	top: 540px;
	color: #558269; 
}


/*** Navigation ***/
#Navigation, #Subnavigation {
	position: absolute;
	width: 155px;
}

#Navigation {
	top: 123px;
	left: 10px;
}

#Subnavigation { top: 114px; }
#Subsubnavigation {
	margin-left: 10px;
	margin-bottom: 5px;
}

#Subnavigation img { margin-bottom: 3px; }

#Navigation a, #Subnavigation a { display: block; }


/*** Login Panel ***/
#Login {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 0px;
	width: 100px;
	height: 100px;
	z-index: 0;
}

#Login div {
	margin-bottom: 3px;
	text-align: left;
	font-size: 12px;
}

#Login input  {
	width: 120px;
	height: 13px;
	border: 1px solid #AFB2BA;
	font-size: 12px;
}

#Login input[type='submit']  {
	width: 122px;
	height: 25px;
}

#Login input[type='checkbox']  {
	width: 10px;
	height: 10px;
}
