@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #FFCC66;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.fixed975 #container {
	width: 975px;
	background: #dddddd;
	margin: 0 auto;
	border: 0px;
	box-shadow:10px 10px 20px #000000;
	text-align: left; /* this overrides the text-align: center on the body element. For non-IE5 browsers */
}
/*-- ONE COLUMN PAGE ELEMENTS --*/
.fixed975 #header {
	background: #990000; 
	padding: 0px;  /* set padding to "0" for images*/
}
.fixed975 #header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fixed975 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dddddd;
	color: #333333;
}
.fixed975 #mainContent h2 {
	margin: 0; /* margin collapse element */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #003399;
}
.fixed975 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FF9900;
/*	background-image:url(/images/footer.gif);*/
/*	background-repeat:no-repeat;*/
}

/* -- TWO COLUMN PAGE ELEMENTS --*/
.fixed975 #sidebar1 {
	float: left;
	width: 210px; 
	background: #FFFFCC;
	padding: 15px 10px 15px 20px;
}
.fixed975 #sidebar1 .hlfRed { 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
	font-weight: 700;
	color: #990000;
} 
.fixed975 #sidebar1 .bold { 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: 700;
} 
.fixed975 #sidebar1 a:link { 
font-size: 90%;
color:#000000;
text-decoration: none;
}
.fixed975 #sidebar1 a:visited { 
font-size: 90%;
color:#000000;
text-decoration: none;
}
.fixed975 #sidebar1 a:hover { 
font-size: 90%;
color:#000000;
text-decoration: underline;
}
.fixed975 #sidebar1 a:active { 
font-size: 90%;
color:#000000;
text-decoration: underline;
}
.fixed975 #mainContent2 { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 
.fixed975 #mainContent2 h2 { 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #003399;
} 
.fixed975 #mainContent2 .hlf { 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
	font-weight: 700;
	color: #003399;
} 

/* -- FOOTER ELEMENTS --*/
.fixed975 #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	text-align:center;
	color:#660000;
}
.fixed975 #footer a:link { 
font-size: 1em;
color:#ffffff;
text-decoration: none;
}
.fixed975 #footer a:visited { 
font-size: 1em;
color:#ffffff;
text-decoration: none;
}
.fixed975 #footer a:hover { 
font-size: 1em;
color:#ffffff;
text-decoration: underline;
}
.fixed975 #footer a:active { 
font-size: 1em;
color:#ffffff;
text-decoration: underline;
}
/* -- FLOATING ELEMENTS -- */
.fltrt { 
	float: right;
	margin-top: 12px;
	margin-left: 8px;
	margin-bottom: 8px;

}
