@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a4a4a4;
	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;
}
.thrColFixHdr #container {
	position:relative;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height:100px; 
	/*background:  #669966; */
	background-image: url(../images/headerbg2.jpg);/*url(images/bg3.jpg);*/
	padding: 0 10px 0 20px;   /* 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 {
	text-align:center;
	font-size: 40px;
	color: #003300; 
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	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: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header h2 {
	font-size: 18px;
	font-weight:normal;
	text-align:center;
	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 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 150px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar0 { 
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

ul#navlist
{
background: #EBEBEB;
text-align: left;
list-style: none;
padding: 25px 0 0 0;
margin: 0; /* auto;*/
width: 180px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
width: 180px;
}

ul#navlist li a
{
display: block;
width: 180px;
padding: 0.5em 0.2em 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
/*border-color:#FFFFFF #FFFFFF #aaab9c #FFFFFF;*/
/*border-bottom-color: #FFFFFF;*/
border-style: solid;
color: #000000; /* #777;*/
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 100;
font-size: 14px;
/*background: #f7f2ea;*/
}

.thrColFixHdr #sidebar1 >ul#navlist li a {	
	width: 145px;
	margin: 0; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #003399;
background: #999999; /* transparent;*/
border-color: #aaab9c #fff #fff #ccc;
}
.thrColFixHdr #sidebar2 p{
	/*background-color: #FFFFFF ;*/
	width: 165px;
	margin-left: 0;
	padding-left:0;
	padding-top: 2px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	/*min-height: 65px;*/
	text-align: left;	
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

.thrColFixHdr #sidebar2 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.thrColFixHdr #sidebar3 {
	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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	min-height: 600px;
	margin: 0 158px 0 180px; /* 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: 35px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	border-left: #999999 thin solid;
	background-color: #CCCCCC; 
} 

.p{
	color: #336666;
	margin: 15px 20px 2px 15px;
	text-align:center;
	font-style: oblique;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../images/fotterbg3.jpg);/*url(images/bg3.jpg);*/
	min-height: 80px;	
} 
.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;
}

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 10px 0 0 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 22ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;	
	margin-right: 1em;
		
}

ul.nav>li{
	margin: 0;
	padding: 6px 6px;
	border: 1px #CCCCCC solid;	
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 4px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #EBEBEB;
	color: #000000;	
	font-size:14px;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #999999;
	color: #000000;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #000000;
}

/*
ul{
	border: 1px solid #369;
}
*/
.nav a{
	text-decoration: none;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	font-size: 14px;
}
