/* CSS Document - AbileneFamilies.com */

body {
	background-color:#f5eedb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

bodybold {
	background-color:#2e2e2e;
	font-family:Arial, Helvetica, sans-serif;
                font-size:16px;
	font-weight:bold;
}

table.main {
	width:100%;
	height:100%;
}

table.inner {
	width:779px;
}

td.header {
	width:779px;
	height:129px;
	background-image:url(../media/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

td.left {
	width:140px;
	background-image:url(../media/left_nav.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
}

td.right {
	width:619px;
	background-color:#FFFFFF;
}

td.footer {
	width:779px;
	height:30px;
	background-color:#04558d;
}

table.leftnav {
	width:125px;
}

table.content {
	width:610px;
}

a.left_links:link {
	color:#2e2e2e;
	text-decoration:none;
}

a.left_links:hover {
	color:#2e2e2e;
	text-decoration:underline;
}

a.left_links:visited {
	color:#01326c;
	text-decoration:none;
}

span.textwhite {
	color:#FFFFFF;
	font-size:10px;
}

span.headline4 {
	color:#900028;
	font-size:32px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
span.headline2 {
	color:#04558d;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

span.headline {
	color:#900028;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

span.redtext {
	color:#900028;
	font-weight:bold;
}