@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cfe3e5;
	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;}	
	
dl	{font-size:12px;
	text-align:left;
	padding-left:20px;}
dt	{font-weight:bold;
	color:#000000;}
dl	dt	{font-weight:bold;
	color:#000000;}
	

.thrColFixHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mainContentBackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container #mainContent .times {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.thrColFixHdr #header {
	background-image: url(images/index_01.jpg);
	display: block;
	height: 160px;
	width: 1024px;
	background-repeat: no-repeat;
	text-align: right;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/index_02.jpg);
	margin-top:-7px;
	height: 550px;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 90px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/index_04.jpg);
	height: 550px;
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar1    #nav  {
	display: block;
	margin-left: 116px;
	margin-top: 100px;
}
.thrColFixHdr  #sidebar1  #nav  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 6px;
}
.thrColFixHdr  #sidebar1  #nav  a:hover  {
	color: #FF0000;
	text-decoration: none;
}

/* When Where page nav */
.thrColFixHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/index_02.jpg);
	height: 675px;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar1a    #nav  {
	display: block;
	margin-left: 116px;
	margin-top: 100px;
}
.thrColFixHdr  #sidebar1a  #nav  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 6px;
}
.thrColFixHdr  #sidebar1a  #nav  a:hover  {
	color: #FF0000;
	text-decoration: none;
}
.thrColFixHdr #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 90px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/index_04.jpg);
	height: 675px;
	background-repeat: repeat-y;
}
/* End when where page */
.thrColFixHdr #mainContent {
	width: 680px;
	margin-left: 245px;
	background-color: #FFFFFF;
} 
.thrColFixHdr  #mainContent .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}


.thrColFixHdr  #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr  #mainContent a {
	color: #006600;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #FF0000;
}

.thrColFixHdr  #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.thrColFixHdr  #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
.thrColFixHdr  #mainContent  h1 code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr  #footer  {
	background-image: url(images/index_05.jpg);
	height: 74px;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #cfe3e5;
} 
.thrColFixHdr  #footer  a  {
	color: #006600;
	text-decoration: none;
}
.thrColFixHdr  #footer  a:hover  {
	text-decoration: none;
	color: #FF0000;
}
.green {
	color: #006600;
}
.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;
}

