/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BCAD85;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
a:hover{text-decoration:none;}

.lt_text{color:#8A1D00;}

#wrapper{
	margin:2px auto;
	padding: 0 20px 45px 20px;
	width:726px;
	text-align: left;
	background-color:#FFF;
}

#header{
	height: 180px;
	padding: 45px 0 0 0;
	font-size:28px;
	font-weight:bold;	
	line-height:60px;
	text-transform:uppercase;
	background-image:url(images/monolite-fullcolor20.jpg);
	background-position:550px 40px ;
	background-repeat:no-repeat;
}

table{ 
	width:100%;
	margin: 0 0 40px 0;
	text-align:left;
	border-collapse:collapse;
}

td{	border-bottom:#000000 solid 2px; line-height: 18px;}

th{
	border-bottom:#000000 solid 2px;
	border-top:#000000 solid 2px;
	background-color:#CDCDCD;
	font-size:15px;	
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align: middle;
}

th, td{padding-left: 3px; vertical-align:top;}

h2{ 
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;}


.left{
	width: 31%;
	 }

table.cols td{
	font-size:14px;	
	font-weight:normal;
	vertical-align: top;
}

.leftCols{
	width:32%;
	border-bottom:#000 solid 1px;
	border-right: #000 1px solid;
}


.otherCols {
	width: auto;
	border-bottom:#000 solid 1px;
	border-right: #000 1px solid;
	}

.rightCols{
	border-bottom:#000 solid 1px;
}

#footer{
	text-align:center;
}