@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#4c4c4c;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.page_threeCol_wideRight #containerAll { 
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#4c4c4c;
	width:920px;
	background-image:url(images/dropshadow.jpg);
	background-repeat:repeat-y;
	padding:0px;
} 
.page_threeCol_wideRight #containerTop { 
	width: 900px;  
	margin: 0 10px 0 10px ;/* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FF0000;
} 
.page_threeCol_wideRight #container { 
	width: 900px;  
	margin: 30px 10px 0 10px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.page_threeCol_wideRight #menu {
position:relative;
width:100%;
height:32px;
background-image:url(images/off_red.gif);
background-repeat:repeat-x;
	padding: 0 0px; 
	margin: 0;
} 

.page_threeCol_wideRight #header { 
width:900px;
	padding: 0 0px; 
	margin: 0; 
} 
.page_threeCol_wideRight #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 */
}




.page_threeCol_wideRight #sidebarMainContainerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0px 0 0 0px;
	background-color:#2d2d2d;
}
.page_threeCol_wideRight #sidebar_1 {
	width: 100%;
	/*background-image:url(images/sidebarGrad.jpg);
	background-repeat: repeat-x; 
	background: #2c2c2c;  the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0px 0 0 0px; 
}
.page_threeCol_wideRight #sidebar1 img {
	margin: 0 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 0 0px; 
}
.page_threeCol_wideRight #sidebar1 p{ 
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.4em;
}
.page_threeCol_wideRight #sidebar1 h1{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.1em;
}
.page_threeCol_wideRight #sidebar1 h2{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
}
.page_threeCol_wideRight #sidebar1 a{ 
	color:#00ff00;
	text-decoration:none;
}
.page_threeCol_wideRight #sidebar1 a:hover{ 
	color: #00ff00;
	text-decoration:underline;
}
.page_threeCol_wideRight #sidebar1container {
	width: 100%;
	background-image:url(images/homePage_sidebarContainerBkg.jpg);
	background-repeat: repeat-x; 
	/*background: #2c2c2c;  the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0 0 0 0px; 
}
.page_threeCol_wideRight #sidebar1container img {
	margin: 3px 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 0 0px; 
}



.page_threeCol_wideRight #sidebarMainContainerRight {
	float: right; /* since this element is floated, a width must be given */
	width: 385px; /* 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-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0px 0 0 0px; 
}
.page_threeCol_wideRight #sidebar_2 {
	width: 100%;
	/*background-image:url(images/sidebarGrad.jpg);
	background-repeat: repeat-x; 
	background: #2c2c2c;  the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0px 0 0 0px; 
}

.page_threeCol_wideRight #sidebar2 img {
	margin: 0 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 0 0px; 
}
.page_threeCol_wideRight #sidebar2 p{ 
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.4em;
}
.page_threeCol_wideRight #sidebar2 h1{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.1em;
}
.page_threeCol_wideRight #sidebar2 h1.top{ 
	margin: 0px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
}
.page_threeCol_wideRight #sidebar2 h2{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
}
.page_threeCol_wideRight #sidebar2 a{ 
	color:#00ff00;
	text-decoration:none;
}
.page_threeCol_wideRight #sidebar2 a:hover{ 
	color: #00ff00;
	text-decoration:underline;
}
.page_threeCol_wideRight #sidebar2container {
	width: 100%;
	background-image:url(images/homePage_sidebarContainerBkg.jpg);
	background-repeat: repeat-x; 
	background: #333333;/*  the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0 0 0 0px; 
}
.page_threeCol_wideRight #sidebar2container img {
	margin: 0px 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 20px 0px; 
}




.page_threeCol_wideRight #mainContent { 
	margin: 0px 415px 0 230px; /* 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: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.page_threeCol_wideRight #mainContent img {
	margin: 0 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 0 0px; 
}
.page_threeCol_wideRight #mainContent p{ 
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.4em;
}
.page_threeCol_wideRight #mainContent h1{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.1em;
}
.page_threeCol_wideRight #mainContent h2{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 4px 0px 4px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */	
}
.page_threeCol_wideRight #mainContent a{ 
	color:#00ff00;
	text-decoration:none;
}
.page_threeCol_wideRight #mainContent a:hover{ 
	color: #00ff00;
	text-decoration:underline;
}
.page_threeCol_wideRight #mainContentcontainer {
	width: 100%;
	background-image:url(images/homePage_sidebarContainerBkg.jpg);
	background-repeat: repeat-x; 
	background: #333333;/*  the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
	overflow:auto;
	margin: 0 0 0 0px; 
}
.page_threeCol_wideRight #mainContentcontainer img {
	margin: 0px 0 0 0px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	padding: 20px 0px; 
}


.page_threeCol_wideRight #footer { 
	padding: 0px 0px 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	width:900px;
} 
.page_threeCol_wideRight #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 0 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}



.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;
}