@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE; 
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#000 url(images/top02.jpg) no-repeat;
	height:201px;
}
.oneColFixCtrHdr #links {
	background: #FFFFFF;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #D92C27;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent p,
.oneColFixCtrHdr #mainContent li {
	color: #333;
}
.oneColFixCtrHdr #mainContent a{
	border: none;
}
.oneColFixCtrHdr #rightColumn {
	margin-left: 370px;
	padding-left: 20px;
}
.oneColFixCtrHdr #leftColumn {
	float:left;
	width:300px;
	padding-right: 20px;
}
.oneColFixCtrHdr #leftColumn a{
	text-align: left;
	font: inherit;
}
.oneColFixCtrHdr #leftColumn h5,
.oneColFixCtrHdr #links h5,
.oneColFixCtrHdr #leftColumn4 h5,
.oneColFixCtrHdr #leftColumn5 h5,
.oneColFixCtrHdr #mainContent h5
{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #D92C27;
	margin-top: 15px;
}
.oneColFixCtrHdr #rightColumn2 {
	margin-left: 50px;
	padding-left: 10px;
}
.oneColFixCtrHdr #rightColumn2 h4 {
	margin-bottom: 1px;
	color: #D92C27;
	font: bold 105% Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #leftColumn2 {
	float:left;
	width:50px;
	padding-right: 20px;
}
.oneColFixCtrHdr #rightColumn3 {
	margin-left: 70px;
	padding-left: 20px;
	background: inherit;
}
.oneColFixCtrHdr #leftColumn3 {
	float:left;
	width:600px;
	padding-right: 20px;
	background: inherit;
}
.oneColFixCtrHdr #leftColumn4 {
	float:left;
	width:400px;
	padding-right: 20px;
}
.oneColFixCtrHdr #rightColumn4 {
	margin-left: 370px;
	padding-left: 20px;
	text-align: center;
}
.oneColFixCtrHdr #leftColumn5 {
	float:left;
	width:200px;
}
.oneColFixCtrHdr #middle {
/*	margin-top: 64px;*/
	float: left;
	width:300px;
}
.oneColFixCtrHdr #rightColumn5 {	
	float: right;
/*	margin-top: 64px;*/
	margin-left: 2px;
}
.oneColFixCtrHdr #leftColumn5 a,
.oneColFixCtrHdr #middle a,
.oneColFixCtrHdr #rightColumn5 a{
	text-align: left;
	border: none;
}
.oneColFixCtrHdr #rightColumn5 ul li,
.oneColFixCtrHdr #middle ul li,
.oneColFixCtrHdr #rightColumn5 ul,
.oneColFixCtrHdr #middle ul{
	padding: 2px;
	font-weight: bold;
	margin-left: 5px;
}
.oneColFixCtrHdr #leftColumn5 ul li,
.oneColFixCtrHdr #leftColumn5 ul{
	padding: 2px;
	font-weight: bold;
	margin-left: 10px;
}
.oneColFixCtrHdr #fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear:both;
	height: 37px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#D92C27; 
	font-weight:bolder;
	overflow:hidden;
	border: none;
}
.oneColFixCtrHdr a img {
	border: none;
}
.oneColFixCtrHdr a:hover {
	color:#dc3129;
	border: 0px solid #000000;
}
.applemenu {
	margin: 5px 0;
	padding: 0;
	width: 740px; /*width of menu*/
	border: 0px solid #9A9A9A;
}
.applemenu div.silverheader a {
	background: #b5b5b5 url(silvergradient.gif) repeat-x center left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: #D92C27;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	background-image: url(silvergradientover.gif);
	color: #D92C27;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
/*	height: 125px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	text-align: left;
	margin-right: 5px;
}
.applemenu div.submenu ul {
	padding: 0px;
	margin-left: 15px;
}
