@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
h1, h2, h3, h4, ul, ol, li {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/2009/BkGnd.gif);
	background-repeat: repeat-y;
} 
/* Header 1 Faces */

.twoColFixLtHdr #header1 img {
	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 */
}
.twoColFixLtHdr #container #header1 {
	margin: 0px;
	padding: 0px;
}
/* Header 2 */

.twoColFixLtHdr #header2 {
	background-color: #ED1C24;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #header2 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #header2 #Year {
	text-align: right;
	width: 200px;
	float: left;
	padding-top: 40px;
}
.twoColFixLtHdr #container #header2 #Year h2 {
	font-size: 4em;

}
.twoColFixLtHdr #container #header2 h1 {
	margin-left: 250px;
	font-weight: lighter;
}
.twoColFixLtHdr #container #header2 #DateLoc {
	float: right;
	width: 250px;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 1.2em;
	text-align: right;
}
/* SideBar */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E24B38;
	background-image: url(images/2009/Left.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/* Main Content */

.twoColFixLtHdr #mainContent {
	background-attachment: scroll;
	background-image: url(images/2009/ContentBkGnd.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-right: 5px;
	padding-top: 15px;
} 
/* Footer */

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ED1C24;
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #container #sidebar1 #Menu {
	margin-top: 90px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 #Menu a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 200px;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 30px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 #Menu a:hover {
	background-image: url(images/2009/Left_Over.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	border-top-color: #333333;
}
.twoColFixLtHdr #container #mainContent h2 {
	margin-left: 10px;
	color: #ED1C24;
	display: block;
	padding-left: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B2D234;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-left: 30px;
	list-style-image: url(images/2009/Bullet.gif);
}
.twoColFixLtHdr #container #mainContent li {
	margin-bottom: 7px;
	line-height: 120%;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 120%;
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu {
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent h3 {
	display: inline;
	color: #ED1C24;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ED1C24;
	border-left-color: #ED1C24;
	margin-left: 30px;
	padding-left: 2px;
}
caption {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.twoColFixLtHdr #container #footer {
	text-align: center;
	padding: 2px;
}
.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #F7EF08;
}
.L50 {
	width: 49%;
	float: left;
}
.R50 {
	width: 49%;
	margin-left: 50%;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ED1C24;
}
.L60 {
	width: 61%;
	float: left;
}
.R40 {
	width: 38%;
	margin-left: 62%;
}
.twoColFixLtHdr #container #mainContent  h4 {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	color: #ED1C24;
}
.twoColFixLtHdr #container #mainContent hr {
	height: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	color: #E24B38;
}
.twoColFixLtHdr #container #mainContent #abs {
	background-color: #B2D234;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #F7EF08;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	width: 370px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent img {
	filter: DropShadow(Color=CCCCCC, OffX=4, OffY=4, Positive=True);
	border: 1px solid #999999;
	margin: 5px;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #000000;
}
