@charset "utf-8";
/* CSS Document */
/*CSS Design written and maintained by D. Eric Lundberg*/
body  {
	background-color: #DEEEFE;
	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;	
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
} 
.thrColFixHdr #header {
/* 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. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 5px;
	background-image: url(../images/bg_blue_grad.png);
	background-repeat: repeat-x;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	/*background-color: #EBEBEB;*/
	background-image: url(../images/bg_blue_upgrad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background-image: url(../images/bg_blue_upgrad.png);
	background-repeat: repeat-x;
	background-position: bottom;/*
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;*/	
	width:202px;
}
.thrColFixHdr #mainContent {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 185px;
	text-align: justify;
	padding-top:5px;
	padding-right:15px;
	padding-left:5px;
	padding-bottom:0px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #75ccff;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #container #header img {
	border: 3px solid #000000;
}
.thrColFixHdr #container #sidebar1 img {
	border: 1px solid #000000;
}
.thrColFixHdr #container #sidebar2 img {
	border: 1px solid #000000;
}
.thrColFixHdr #mainContent h1	{
	text-align:center;
	font-size:32px;
}
.thrColFixHdr #mainContent h2	{
	text-align:center;
	font-size:18px;
}
.thrColFixHdr #sidebar2 #refreshwrapper	{
	padding-top:10px;
	text-align:center;
}
.thrColFixHdr #footer a {
	text-decoration:none;
	color:#0000CC;
}
.thrColFixHdr #footer a:hover {
	color:#ffffff;
}
.thrColFixHdr #mainContent a {
	text-decoration:none;
	color:#0000ff;
}
.thrColFixHdr #mainContent a:hover {
	color:#000000;
}
.thrColFixHdr #sidebar1 p	{
	text-align:center;
	padding-left:10px;
}
.thrColFixHdr #sidebar2 p	{
	text-align:center;
	padding-left:10px;
}