/* Central Texas Land Bank Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/bg.jpg');
	margin-top: 10px;
	margin-left: 0px;
	}
	
#container {  /* this div wraps around the entire page table. It has the bgstripes bg 
				and could potentially replace the page table 
				==> NOTE: bgstripes bg style not needed now in table TDs */
	margin: 0 auto;
	width: 770px;
	position: relative;
	}

.title {
	color: #ed1c24;
	font-size: 18px;
	font-weight: bolder;
	}

.subtitle {
	font-size: 14px;
	font-weight: bolder;
	}

a {
	color: #03579F;
	text-decoration: none;
	}
	a:visited {
		color: #03579F;
		}
	a:hover {
		text-decoration: underline;
		}
		
h1 {
	font-size: 1.9em;
	font-weight: normal;
	text-align: right !important;
}
		
h2 {
	font-size: 1.6em;
	font-weight: normal;
}
		
h3 {
	font-size: 1.3em;
	font-weight: bold;
}

div.news {
	background-image: url('images/news.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	width: 200px;
	height: 300px;
	float: left;
	}

div.aboutus {
	background-image: url('images/aboutus.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	width: 300px;
	height: 191px;
	float: right;
	margin-left: 10px;
	}

.imgFloatR {
	float: right;
	margin: 10px 10px 10px 10px;
	padding: 4px;
	border: 1px solid #555;
	background-color: #E9E0C7;
}

.imgFloatL {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 4px;
	border: 1px solid #555; 
	background-color: #E9E0C7; 
}

.clear {
	clear: both;
	}
	
div.ABOL {
	padding: 10px;
	width: 200px;
	height: 300px;
	float: right;
	background-color: #CDAA7D;
	}
	

