@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	color:#666666;
	background-color:#981615;
	background-image:url(/assets/ltfd/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}


/*----------------- TEXT STYLES --------------------*/

a.menu:link, a.menu:visited{
	color:#c4c4c4;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	line-height: 20px;
	}

a.menu:hover{
	color:#981615;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	line-height: 20px;
	}

a.footlink:link, a.footlink:visited{
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	}

a.footlink:hover{
	color:#CCCCCC;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	}
a:link,a:visited {
	color: 	#333333;
	text-decoration: underline;
	}
a:hover	{
	color: #981615;
	text-decoration: underline;
	}


.headlinetxt{
	margin-top:0px;
	color:#666666;
	font-weight:bold;
	}

p,li {
	font-size: 10pt;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #981615;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #981615;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #981615;
}

/*----------------- DIV STYLES --------------------*/
#container_outter{
	width:800px;
	margin:auto;
	text-align:center;
	}

#header{
	width:800px;
	height:266px;
	background-image:url(/assets/ltfd/lawrence-header.jpg);
	background-repeat:no-repeat;
	}
	
#main_cont{
	width:800px;
	min-height:380px;
	background-image:url(/assets/ltfd/main_bg.gif);
	}

#left_cont{
	width:165px;
	margin-left:10px;
	float:left;
	text-align:left;
	}

#right_cont{
	width:570px;
	margin-right:20px;
	float:right;
	text-align:left;
	}

#footer{
	width:800px;
	height:19px;
	background-image:url(/assets/ltfd/footer.gif);
	background-repeat:no-repeat;
	}
	
#footnav{
	width:800px;
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	line-height:16px;
	}
	
/*-----------CLASSES----------*/


.clearfloat{
	line-height:0px;
	font-size:0px;
	clear:both;
	}

.pageheading {
	font-size: 18pt;
	font-weight: bold;
	color: #981615;
}
.heading{
	font-size: 12pt;
	font-weight: bold;
	color: #981615;
}

.subheading {
	font-size: 12pt;
	font-weight: bold;
	color: #981615;
}
