@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 */
}
.oneColumn #containerAll { 
	width: 100%;  
	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;
} 
.oneColumn #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;
} 
.oneColumn #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. */
} 

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

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








.oneColumn #mainContent { 
	margin: 20px 0px 0 20px; /* 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 */
} 

.oneColumn #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; 
}
.oneColumn #mainContent p{ 
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 4px 20px 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;
}
.oneColumn #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;
}
.oneColumn #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 */	
}
.oneColumn #mainContent h1.nomargin{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 4px 0px 4px 6px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.1em;
}
.oneColumn #mainContent h2.nomargin{ 
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 4px 0px 4px 6px; /* the left and right margin should be given to every element that will be placed in the side columns */	
}
.oneColumn #mainContent h4{ 
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	margin: 4px 20px 4px 6px; /* the left and right margin should be given to every element that will be placed in the side columns */	
	line-height:1.4em;
}.oneColumn #mainContent a{ 
	color:#00ff00;
	text-decoration:none;
}
.oneColumn #mainContent a:hover{ 
	color: #00ff00;
	text-decoration:underline;
}
.oneColumn #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; 
}
.oneColumn #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; 
}
.oneColumn #mainContentcontainert a{ 
	color:#00ff00;
	text-decoration:none;
}
.oneColumn #mainContentcontainer a:hover{ 
	color: #00ff00;
	text-decoration:underline;
}


.oneColumn table {
	border-collapse:collapse;
	border:none;
	margin:0;
	padding:0;
}
.oneColumn tr {
	border-bottom:1px solid #333;
	margin-bottom:4px;
}
.oneColumn tr.norule {
	border-bottom:none;
	margin-bottom:4px;
}
.oneColumn td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#fff;
	vertical-align:top;
}
.oneColumn td.large {
font-size:12px;
}
.oneColumn th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	color:#fff;
}



.oneColumn #footer { 
	padding: 0px 0 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	width:900px;
} 
.oneColumn #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;
}