/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	background:url(none);
}
#topNav {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px 0;
	background:#FFF;
}

#abilene h1 {
	font-size:10px;
	color:#4e4e4e;
	padding:0px 5px;
}

#topNav ul li {
	font-size:10px;
	font-weight:bold;
	display:inline;
}
#leftNav {
	display: none;
}
#interest {
	display: list-item;
	background: none;
}
#flashHeader {display:none;
}
#container {
	background:url(none);
}

#contentHolder {
	background:url(none);
}
#content {
	text-align:center;
	background:url(none);
}
#content h1 {
	padding:10px;
	background:url(none) top center no-repeat;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#069;
	text-transform:uppercase;
}
#content h2 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#069;
	text-transform:capitalize;
}
#content h3 {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#069;
	text-transform:capitalize;
}
#content h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
}
#content p {
	text-align:left;
	text-indent: 25px;
}
#content p img {display:none;
	text-align:center;
	border: 1px solid #3b5882;
}

#content p img.imgNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content ul {
	text-align:left;
	list-style-type: square;
}
#content ol {
	text-align:left;
	list-style-type: decimal;
}
#content dl {
	text-align:left;
}
#content dt {
font-weight:bolder
}
#content hr{
	width: 80%;
}
#content .nobullets {
	list-style-type: none;
}
#content .alert {
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;
	padding: 10px;
	margin: 10px;
	background-color: #CCFFFF;
	text-align: center;
	text-indent: 0px;
}
#content .backToTop {display:none;
}
#content .linklist {
	list-style-type: none;
}
#advertisements {display:none;
}
#adContainer {display:none;
}
#footer {display:none;
}