@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #d04209 url(images/body.background.jpg);
	background-position: top left ;
	
	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;
}

a{
	color: #990000;
}

a:hover{
	color:#E45C08;
}
h1, h2, h3,h4, h5{
	margin-top:0px;
}
.thrColFixHdr #container { 
	width: 621px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/interface.bodytile.png);
	background-repeat:repeat-y;
	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. */
} 
.thrColFixHdr #header { 
	background-image:url(images/interface.header.png);
	background-repeat:no-repeat;
	width:621px;
	height: 74px;
	margin: 0 auto;
	margin-top: 10px;
	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. */
} 
.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: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
	color: #fff;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0px 10px 0px 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #dddddd;*/
} 

.thrColFixHdr #mainContentHome { 
	margin: 0px 180px 0px 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #dddddd;*/
} 
.thrColFixHdr #footer { 
	width: 621px;
	height: 50px;
	background-image:url(images/interface.footer.png);
	background-repeat:no-repeat;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	
} 
.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;
}
.rightbox{
	float: right;
	width:auto; 
	margin: 0px 0px 3px 5px; 
	font-size: .8em; 
	font-family:'Times New Roman', Times, serif;
	
}

.rightbox img{
	border: 1px solid #990000;
}

.borderbox{
	border:3px dotted #660000;
	padding: 7px;
}

.leftbox{
	float: left;
	width:auto; 
	margin: 0px 8px 8px 0px; 
	font-size: .8em; 
	font-family:'Times New Roman', Times, serif;
	
}
.leftbox img{
	border: 1px solid #990000;
}
.smallertext{
	font-size: .8em;
}

.smalltext{
	font-size:10px;
}

.sidebox{
	font-size:.7em;
	border: 1px dashed #000;
	padding: 10px;
	background-color:#FFEA7A;
	
}

.highlight{
	color:#FF0000;
}
/*Styles for menu hover thingy */
ul.makeMenu, ul.makeMenu ul {
	width: 115px;                 /* sets the size of the menu blocks */
	/* border: 1px solid #000;      /* puts a black border around the menu blocks */
  background-color: #642200;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	font-size: .8em;
	font-style:oblique;
	line-height: 1em;
	letter-spacing:0.01em;
}

ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  /*padding-left:5px;*/
  padding: 6px 0px 6px 0px;
  
  
   
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 115px; 
                   /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	/*border:1px solid #990000;*/
	top:-20px;
	font-size: 1em;
	
}

ul.makeMenu li > ul li{
	line-height:1em;
	border: 1px dotted #FFFFFF;
	padding-left: 10px;

	
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #FF9900;      /* gives the active menu items a yellow background */
	/* border-bottom: 1px dotted #115629;
  border-right: 1px dotted #115629;
  border-top: 1px dotted #115629;*/
  color: #000;                 /* makes the active menu item text black */  
  
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  line-height:1.2em;
  /*font-size:.8em;*/
  padding:0px;
  
}
/* and some link styles */
ul.makeMenu li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
.starburst {
	float: left;
}
