
/* Layout Stylesheet */ 

body {
	margin: 20px;
	background: #ADD8E6;
	color: #000000;
	text-align: center;
	padding: 0;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:950px;
 margin:auto;
 }

#hdr {
 background:#eeeeee;
 background-image: url(images/newheader.jpg);
 background-position: center;
 height:100px;
 color: #333333;
 }

#bar {
	height: 25px;
	background: #0488A6;
	color: #333333;
	border: solid #000000;
	border-width: 1px 0 1px 0;
}

#bodyblock {
 position:relative;
 color: #333333;
 width:950px;
 padding:0;
 background-image: url(images/1b.jpg);
 background-repeat: repeat;
}

#l-col {
	float: left;
	color: Black;
	font-weight: bold;
}

.cont {
 width:795px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 background-image: url(images/1b.jpg);
 background-repeat: repeat;
 }

.cont img {
	float: right;
	padding: 10px 10px 10px 10px;
}

.cont2 {
 width:795px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 background-image: url(images/1b.jpg);
 background-repeat: repeat;
 }

.cont2 img {
	float: left;
	padding: 10px 10px 10px 10px;
}
 
.cont3 {
 width:795px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 background-image: url(images/1b.jpg);
 background-repeat: repeat;
}

#ftr {
 height:45px;
 background:#c0c0c0;
 background-image: url(images/footer.jpg);
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 .clearboth { clear: both; }

