@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/shadow950.jpg) repeat-y center 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 */
	color: #2D2D2D;
	background-color: #FFFFFF;
	top: 4px;
}

p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
	line-height: 140%;
	margin-top: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

h1{
	font-size: 24px;
	color: #FF6600;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 5px;
	padding-top: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
		}	
		
		

	
h2{
	font-size: 18px;
	color: #666699;
	padding-left:5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 5px;
	padding-right: 5px;
}

h3{
	font-size: 18px;
	color: #0066cc;
	padding-left:5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 5px;
	padding-right: 5px;
}

h4{
	font-size: 14px;
	color: #FF6600;
	padding-left:5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	padding-right: 5px;
}

h5{
	font-size: 14px;
	color: #0066cc;
	padding-left:5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

h6{
	font-size: 14px;
	color: #666699;
	padding-left:5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}





.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0 0px 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. */
	background-color: #0066cc;
} 

#menu {

padding: 0 0px 0 0px; 
background-color: #ffffff;
height: 30px;
width: 950px;  
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20px; /* 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 */
		padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 20px; /* 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 */
		padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */



}

#sidebar1 a{
	color:#0066cc;
	text-decoration: none;
	}
	
#sidebar1 a:hover{
	color:#0066cc;
	text-decoration: underline;
	
	}
	
	
	
#sidebar2 a{
	color:#666699;
	text-decoration: none;
	}
	
#sidebar2 a:hover{
	color:#666699;
	text-decoration: underline;
	
	}
	






#mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
} 


h4 a{

	color: #FF6600;
	text-decoration: none;
		}	

h4 a:hover{

	
	color: #FF6600;
	text-decoration: underline;
		}	

a{

color: #FF6600;
text-decoration: none;

}


a:hover{
	color: #6666CC;
	text-decoration: underline;


}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666699;
} 
.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;
}



	
#footer p{
	margin:0;
	color: #FFF;}
	
	
#footer a{
	color:#fff;
	text-decoration: none;
	}
	
#footer a:hover{
	color:#fff;
	text-decoration: underline;
	}



 
