@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../menu/pg_bg.jpg);
}
a:link {
	color: #990000;
	}

a:visited {
	color: black;
	}

a:hover {
	color: #fe0104;
	text-decoration: underline;
}

a:active {
	color: #ff6600;
	}

h1 {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
/*	text-decoration: underline;*/
	margin-top: 10px;
	margin-bottom: 5px;
	color: #990000;
}
h2 {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*text-decoration: underline;*/
	margin-top: 10px;
	margin-bottom: 5px;
	color: #990000;


}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.txt11red{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}
.tablebordered {
border:1px solid #666666;
}
.table_txt11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.allColFixHdr #container { 
	width: 800px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.allColFixHdr #container #mainContent p {
	font-size: 11px;
}

.allColFixHdr #header { 
/*	background: #DDDDDD; */
	padding: 0 0px 0 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. */
	height: 150px;
	background-image: url(../menu/pg_bg.jpg);
	background-repeat: repeat;
} 
.allColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
}
.allColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	margin-top: 0px;
	/*background: #EBEBEB;*/
	/*       TOP, RHS, BOT,LHS  */
	padding: 0px 0px 0px 0px;
}
.allColFixHdr #sidebar2 {
	float: right;
	width: 200px;
	margin-top: 0px;
	/*background: #EBEBEB;*/
	/*       TOP, RHS, BOT,LHS  */
	padding: 0px 0px 0px 0px;

}
.allColFixHdr #sidebar1 p {
	font-size: 11px;
}
.allColFixHdr #sidebar1 h3 {
	margin: 0;
	padding: 0px 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*text-decoration: underline;*/
	margin-top: 10px;
	margin-bottom: 5px;
	color: #990000;
}
.allColFixHdr #sidebar2 p {
	font-size: 11px;
}
.allColFixHdr #sidebar2 h3 {
	margin: 0;
	padding: 0px 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
}

.allColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#333333;*/
	background-image: url(../menu/footer_bg.jpg);
	background-repeat: repeat;
	color: #b5b5b5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
} 
.allColFixHdr #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 */
	font-size: 11px;
	color: #b5b5b5;
}
	
#footer a:link {
	color: #fefefe;
	text-decoration: none;
	}

#footer a:visited {
	color: #fefefe;
	text-decoration: none;
	}

#footer a:hover {
	color: #ff8e42;
	text-decoration: underline;
}

#footer a:active {
	color: #ff6600;
	text-decoration: underline;
	}

.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;
}