﻿@charset "utf-8";
/* CSS Document */

body  {
	font: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E6E2B7;
}
#topmenu{
    position: absolute; 
    width: 901px; 
    height: 80px; 
    z-index: 1; 
    left: 175px; 
    top: 9px; 
    margin-top: 20px;	
}

#leftmenu{
	float: left;
	position: absolute;
	width: 175px;
	height: 285px;
	z-index: 1;
	left: 175px;
	top: 110px;
}

#maincontent{
	position: absolute;
	width: 550px;
	height: 285px;
	left: 350px;
	top: 110px;
	background-image: url('images/schmitt-layout-maincontent.png');
	text-align:left;
}

#rightcolumn{
	float: right;
	position: absolute; 
	width: 175px; 
	height: 285px; 
	z-index: 1; 
	left: 900px; 
	top: 110px; 
}

#content_extend{
	position: absolute;
	width: 901px;
	z-index: -1;
	left: 173px;
	top: 396px;
	background-image: url('images/schmitt-layout-content-horiz.png');
	background-repeat: repeat;
	text-align:left;
	height: 285px;
}

#footer{
	width: 901px;
	height: 80px;
	left: 174px;
	background-image: url('images/schmitt-layout-footer.png');
	position: absolute;
	top: 681px;
}


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
padding-top:5px;
margin-left: 10px;
margin-right:5px;
color: #000000;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
padding-top:1px;
padding-left: 10px;
padding-right:5px;
color:#663366;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
padding-left: 10px;
padding-right:5px;
}
 
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top:1px;
	margin-left: 15px;
	margin-right:5px;
}

ul{
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:10pt;
	padding-top:2px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 10px;
	list-style-image:url(images/listbullet.png)

}
 
li{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	

} 


.datatable {
border:#6D8255;
background-color:#D8DFCF;
}

td, th{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
background-color:#D8DFCF;


}
.datatable2 {
	border:#6D8255;
	background-color:#D8DFCF;
	margin-left: 80px;
}

