@charset "UTF-8";
div#container {
	background-image:url(../SPLASH/images/about%20teelin%20bkd.jpg);
}
div#header {
	padding: 0;  /* 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. */
	padding-top:30px;
	height:200px;
	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 a:link {
	text-decoration: none;
	font-weight: normal;
	color: #B7121F;
}
#header a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #B7121F;
}
#header a:hover,
#header a:active {
	text-decoration: none;
	font-weight: bold;
	color: #B7121F;
}
#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 */
}
#centeredmenu {
   float:left;
   width:100%;
   padding-top:20px;
   padding-bottom:20px;
   height:40px;
   overflow:hidden;
   position:relative;
}
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. */
	vertical-align: top;
	text-align: left;
	padding-bottom:40px;
	padding-top: 20px;
}
#mainContent p {
	padding: 3px 0 3px 0;
	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;
}
ul {
	padding: 0 0 0 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
