body  {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background: #090000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;

}
#container { 
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #090000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #dc0101;
	border-left: 1px solid #dc0101;
	border-right: 1px solid #dc0101;
	border-bottom: 1px solid #dc0101;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 5px;

}
#mainArea { 
	float: left;
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #090000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #dc0101;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	
} 
#header { 
	background: #090000; 
	padding: 0px 0px 0px 0px;  /* 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. */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dc0101;
	
	
} 
#nav {
	background: #090000;
	padding: 0px 0px 0px 0px;  /* 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. */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;

} 
#ltRail {
	float: left;
	/*text-align: center;*/
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding: 7px 0px 0px 0px;
	
	} 
#rtRail {
	float: right;
	width: 254px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #dc0101;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;

}
#mainContent { 
	float: left;
	width: 697px;
	background:#090000;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	border: 1px solid #dc0101;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}
#secondaryContent { 
	float: left;
	background:#090000;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	
	
}
#calendar { 
	float: left;
	background:#090000;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	border: 1px solid #dc0101;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}
#features { 
	float: left;
	width: 698px;
	background:#090000;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	border: 1px solid #dc0101;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#profiles { 
	float: left;
	width: 431px;
	background:#090000;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	border: 1px solid #dc0101;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}
#individualFeatures { 
	float: left;
	background:#090000;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 10px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
#profileText {
	float: middle;
	text-align: center;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: 1px solid #dc0101
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	padding: 7px 0px 0px 0px;*/	
	
}
#sidebar1 {
	float: left;
	width: 245px;
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;


	
}
#sidebar2 {
	float: left;
	width: 245px;
	text-align: center;
	font-size: 14px;
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	

}
#sidebar3 {
	float: left;
	width: 240px;
	text-align: left;
	font-size: 14px;
	background: #890000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0;
	

}
#sidebar4 {
	float: left;
	width: 240px;
	text-align: left;
	font-size: 14px;
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0;
	
	
}
#featureBox1 {
	float: left;
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	
	
}
#featureBox2 {
	float: left;
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #090000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #dc0101;
	margin-left: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;
	padding: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	
	
}
#images { 
	float: left;
	background: #090000;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: 10px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 5px; /* the auto margins (in conjunction with a width) center the page */
	display: inline;

	

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	float: left;
}


a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;	
}


a:hover { 
	color:#dc0101;
}


bigRed {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #dc0101;
}



td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
}
.style11 {font-size: 10px}
.style12 {font-size: 12px}
