
<!-- 


html         { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:0; margin-bottom:0; color:#FFFFFF; background-color:black; }

label      { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:3; margin-bottom:3 }

table        { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:3; margin-bottom:3}

h1           { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF9933; font-size: 18pt; margin-bottom: 6 }

h2           { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF9933; margin-bottom: 3; font-size:12pt; margin-top:3 }

h3           { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF9933; margin-bottom: 6 }

h4           { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000; font-weight: bold; margin-bottom: 6 }

h5           { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000; font-weight: bold }

hr {
  border: 1px;
  width: 90%;
	
color:  #996633;
background-color: #996633;
height: 2px;
}



a:link		   { Color: #0099FF; text-decoration:none }

a:visited		{

				color: #0099FF; 

				text-decoration:none 

				}



				

a:hover		{  color: #0099FF; 

				text-decoration:none

				}



				

a:active		{

				 color: #0099FF; 

				 text-decoration:none

				 }


body  {
	
	background-color:orange;
	background:transparent url(tlo.jpg) repeat scroll left top;
	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 */
	
}

 #container { 
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:transparent url(back_middle.jpg) repeat scroll left top;
	
/*background-color:#241E24;*/
	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. */
} 
 #header { 

height:230px;
	background:transparent url(back_top.jpg) no-repeat scroll left top;
	padding: 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. */
} 
 #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


 #sidebar1 {
	float: left; 
	width: 130px; /* since this element is floated, a width must be given */
	  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
 #sidebar2 {
	float: right; 
margin-right:10px;
	width: 210px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-top:-170px;

}
 #sidebar1 h3,  #sidebar1 p,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 14px;
}


 #mainContent {
text-align:justify; 

	padding: 3px; 
padding-top:0px;	
	/*background-color:#4D4D4D;*/ 
 	margin: 0px 235px 0 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
margin-top:-20px;
	} 
 #mainContent2 {
text-align:justify; 

	padding: 3px;	background-color:#4D4D4D; 
 	margin: 0 20px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(back_foot.jpg) no-repeat scroll left top;
height:45px;
} 
 #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 */
}

/* Miscellaneous classes for reuse */
.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;
}

#menu {
	width: 690px;
	/*background:  #FF9933  ;*/
        /*background-image:url('logo.jpg');
	background-repeat: no-repeat;*/
	border-bottom: 0px #D0DADB solid;
	margin-left:-10px;
	height: 33px;
	z-index:1000;
        padding-top:140px;

}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	background:  #ff9000;
}

#menu  ul li {
	float: left;
	/*background:  #0099FF  ;*/
/*background:  #FF9933  ; */
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1, 5em;
	list-style-type: none;
	
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	/*background:  #FF9933  ;*/
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0.9em 0.8em 0.5em 1em;
	
}

#menu  ul li a:hover {
	color: #fff;
	text-decoration: none;
	
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
	
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background:  #ff9000;
	z-index:1000;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
	z-index:1000;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
	z-index:1000;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color:  #FF8401;
	background-image: none;
	z-index:1000;
}




--> 
<!--[if IE]>


 #sidebar1,  #sidebar2 { padding-top: 30px; }
 #mainContent { zoom: 1; padding-top: 0px; }

<![endif]-->