*	{
	margin: 0px;
	padding: 0px;
}
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #ffffff;
	background-image: url('../images/lamech_logo.gif');
	background-repeat: no-repeat;
	background-position: 99% 400px;
}
h1	{
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #636931;
}
h2	{
	font-size: 1em;
	margin-bottom: 15px;
	color: #636931;
}
h3	{
	font-size: 0.95em;
	margin-bottom: 15px;
	color: #636931;
}
p	{
	margin-bottom: 15px;
}
.mainPane {
	width: 500px;
	display: block;
	margin: auto;
	margin-top: 50px;
	vertical-align: middle;
	background-color: transparent;
}
.panel {
	padding: 5px;
	background-color: #CECFBD;
	border: 1px solid #636931;
}
/*
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-decoration: underline;
}
/*
/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #333333; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
	border-bottom: 1px solid #ffffff; /* set border color to page background color */
	background-color: #ffffff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
	background-color: #ffffff; /* set selected tab background color as desired */
	color: #636931; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #333333; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #CECFBD; /* set unselected tab background color as desired */
	color: #666666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #ffffff; /* set desired hover color */
}

/* end css tabs */

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
