@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 24;
	padding-left: 0;
	background-color: #E1E0E5;
}
.thrColFixHdr #container {
	width: 1020px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
} 
.thrColFixHdr #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
html { overflow-x: hidden; }
	h2 {
	height:24px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-image: url(images/menubuttonBG_off.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	}
#foxmenu{
	position:relative;
	display:block;
	height:25px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	padding-bottom: 24px;
	}

#foxmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#foxmenu ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:19px;
	background-color: #ED0000;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

#foxmenu ul li a:hover{
	color:#fff;
	background-color: transparent;
	background-image: url(images/foxmenu_bg-OVER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#FFF;
	background-color: transparent;
	background-image: url(images/foxmenu_bluebg-OFF.gif);
	}
	h2 {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(images/menuBG_off.gif);
    }
	h2:before, h2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-image: url(images/menubuttonBG_off.gif);
	background-color: transparent;
	background-repeat: no-repeat;
    }
    h2:before {
	right: 100%;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    h2:after {
	left: 100%;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    
    h2:nth-of-type(1), h2:nth-of-type(1):before, h2:nth-of-type(1):after { background: #ED0000; }
    h2:nth-of-type(2), h2:nth-of-type(2):before, h2:nth-of-type(2):after { background: #6871b1; }
    h2:nth-of-type(3), h2:nth-of-type(3):before, h2:nth-of-type(3):after { background: #d1b935; }
    
    .left-only:after {
	display: none;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
    
    .right-only:before {
	width: 20px;
	background-color: transparent;
	background-image: url(images/menubuttonBG_off.gif);
    }
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #fff;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #fff;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	font-size: 12px;
} 
.thrColFixHdr #footer {
	background-color: transparent;
	display: block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	clear: both;
	width: 100%;
	min-width:100%;
	background-repeat: repeat-x;
	list-style-type: none;
	height: 24px;
	background-image: url(images/menubuttonBG_off.gif);
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: transparent;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(images/menubuttonBG_off.gif);
	font-size: 14px;
	color: #FFF;
}
.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: 10px;
    line-height: 0px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
