@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	background: #1C3E50;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.thrColFixHdr #container {
	width: 976px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFEBBB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../pics-new/page-back.gif);
	background-repeat: repeat-y;
	line-height: 17px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	position: relative;
	height: 314px;
} 
#header #hd1 {
	position: absolute;
	height: 314px;
	width: 248px;
	background-image: url(../pics-new/logo.gif);
}
#header #hd2 {
	background-image: url(../pics-new/hd2.jpg);
	height: 314px;
	width: 218px;
	position: absolute;
	left: 248px;
}
#header #hd3 {
	background-image: url(../pics-new/hd3.jpg);
	height: 314px;
	width: 248px;
	position: absolute;
	left: 466px;
}
#header #hd4 {
	background-image: url(../pics-new/hd4.jpg);
	height: 314px;
	width: 262px;
	position: absolute;
	left: 714px;
}


#header #maz1 {
	position: absolute;
	height: 314px;
	width: 248px;
	background-image: url(../pics-new/logo.gif);
}
#header #maz2 {
	background-image: url(../pics-new/maz2.jpg);
	height: 314px;
	width: 218px;
	position: absolute;
	left: 248px;
}
#header #maz3 {
	background-image: url(../pics-new/maz3.jpg);
	height: 314px;
	width: 248px;
	position: absolute;
	left: 466px;
}
#header #maz4 {
	background-image: url(../pics-new/maz4.jpg);
	height: 314px;
	width: 262px;
	position: absolute;
	left: 714px;
}









#container #header-bottom {
	background-image: url(../pics-new/header-bottom.gif);
	height: 22px;
}


.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFEBBB;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-color: #FFEBBB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 248px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #FFEBBB;
} 
#footer #footer-top {
	background-color: #CD9933;
	height: 22px;
}
#footer img {
	margin-right: 0px;
	margin-left: 0px;
}

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#bottomlinks {
	font-size: 11px;
	color: #CD9933;
	background-color: #1C3E50;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}
#bottomlinks a {
	font-size: 11px;
	color: #CCCCCC;
	background-color: #1C3E50;
	text-decoration: none;
}
#bottomlinks a:hover {
	color: #FF0000;
	text-decoration: none;
}



.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.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;
}
#mainContent #contentarea {
	padding: 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#contentarea #pagecontent  table td {
	padding: 4px;
}
#sidebar2 .sb-line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	text-indent: 8px;
	display: block;
	line-height: 18px;
}
#sidebar2 .sb-header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	text-indent: 8px;
	display: block;
	line-height: 18px;
	background-color: #F4D081;
}
#contentarea table td {

	padding: 4px;
}
#contentarea table .table44 {
	padding: 4px;
	border: 1px solid #F4D081;
}
#contentarea .table44 {
	border: 1px solid #F4D081;
}
#sidebar2 .sb-line .click-style {
	font-size: 10px;
	line-height: 14px;
}
