@charset "UTF-8";
div#container {
	background-image: url(../SPLASH/images/about%20teelin%20bkd.jpg);
}
#header {
	padding-top: 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:175px;
	float: left; /* since this element is floated, a width must be given */
	width: 955px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
#mainContent p {
	padding: 3px 75px 3px 75px;
	font-size: 10pt;
}
#mainContent h4 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
#mainContent h5 {
	padding: 10px 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#mainContent h6 {
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
}
#mainContent ul {
	padding: 0 0 0 20px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
#centeredmenu {
	margin:0;
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
	height:50px;
	overflow:hidden;
	position:relative;
}
#centeredmenu ul li a {
	color:#B7121F;
}
.LARGE11red {
	font-size:11pt;
	color: #B7121F;
}
