@charset "utf-8";
/* CSS Document */
<!--
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}*/
body {
	margin: 5; /* 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;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style-position: inside;
	list-style-image: url(images/arrow-sm.jpg);
	list-style-type: disc;
}
h1 {
	font-size:16px;
	color:#990000;
}
h2 {
	font-size:14px;
	color:#990000;
}
h3 {
	font-size:14px;
	color:#0000CC;
}
.boldit{
font-weight:bold
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FF0000;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #mainContent .time {
	background-image: url(images/times.jpg);
	background-repeat: no-repeat;
}

<!-- Box area  -->
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}.b1h {height:1px; background:#aaa; margin:0 5px;}.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}.b2bh, .b3bh, .b4bh {background: #ddd;}.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}.contenth {background: #ddd; border-right:1px solid #aaa; border-left:1px solid #aaa;}.contenth div {margin-left: 12px; padding-top: 5px;}

.oneColFixCtrHdr #container #mainContent .timebox {
	text-align: center;
	height: auto;
	width: 550px;
	margin-left: 100px;
}
.oneColFixCtrHdr #container #mainContent .timebox1 {
	text-align: left;
	height: auto;
	width: 400px;
	margin-left: 150px;
}

.b1hr, .b2hr, .b3hr, .b4hr, .b2bhr, .b3bhr, .b4bhr{font-size:1px; overflow:hidden; display:block;}.b1hr {height:1px; background:#990000; margin:0 5px;}.b2hr, .b2bhr {height:1px; background:#990000; border-right:2px solid #990000; border-left:2px solid #990000; margin:0 3px;}.b3hr, .b3bhr {height:1px; background:#990000; border-right:1px solid #990000; border-left:1px solid #990000; margin:0 2px;}.b4hr, .b4bhr {height:2px; background:#990000; border-right:1px solid #990000; border-left:1px solid #990000; margin:0 1px;}.b2bhr, .b3bhr, .b4bhr {background: #fff;}.headhr {background: #990000; border-right:1px solid #990000; border-left:1px solid #990000;}.headhr h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}.contenthr {background: #fff; border-right:1px solid #990000; border-left:1px solid #990000;}

.contenthr div {
	margin-left: 12px;
	padding-top: 5px;
	margin-right: 12px;
}
.oneColFixCtrHdr #container #mainContent .timebox {
	text-align: center;
	height: auto;
	width: 550px;
	margin-left: 100px;
}
.timebox a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
<!-- end box area -->
.style1 {
	font-size: 36px;
	color: #FF0000;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	color: #0000CC;
	font-weight: bold;
	font-size: 14;
}
.oneColFixCtrHdr #container #mainContent #highlight {
	background-color: #FFFF66;
}
.style5 {color: #FFFFFF}



-->
