@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
p {font-size:11px;line-height:20px;}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #262626;
	background-image:url(images/graybackground.gif);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0;  /* 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. */
	margin-bottom:-5px;
}
.oneColFixCtrHdr #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-top:10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}	

#contentContainer {
width:956px;
margin-left:39px;margin-right:0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:526px;
}

#leftDiv {width:352px;height:506px;float:left;background-color:#FFFFFF;padding-left:30px;padding-right:5px;padding-top:20px;font-size:11px;line-height:20px;}
#leftDiv a:link {color:#FF0000; text-decoration:none;}
#leftDiv a:visited {color:#FF0000; text-decoration:none;}
#leftDiv a:hover {color:#FF9900; text-decoration:underline;}
#rightDiv {width:554px;height:526px;float:right;background-color:#FFFFFF;}

#textContainer {width:470px;height:450px;float:right;background-color:#FFFFFF;padding-left:30px;padding-right:30px;padding-top:70px;font-size:11px;line-height:20px;border-left:1px solid #cccccc;}

#bigDiv {width:906px;height:506px;background-color:#FFFFFF;padding-left:30px;padding-right:5px;padding-top:20px;font-size:11px;line-height:20px;}
#textContainer a:link {color:#FF0000; text-decoration:none;}
#textContainer a:visited {color:#FF0000; text-decoration:none;}
#textContainer a:hover {color:#FF9900; text-decoration:underline;}

#textContainer2 {width:470px;height:490px;float:right;background-color:#FFFFFF;margin-top:10px;padding-left:30px;padding-right:30px;padding-top:20px;font-size:11px;line-height:20px;border-left:1px solid #cccccc;}
#textContainer2 a:link {color:#FF0000; text-decoration:none;}
#textContainer2 a:visited {color:#FF0000; text-decoration:none;}
#textContainer2 a:hover {color:#FF9900; text-decoration:underline;}

#textContainerRight {width:470px;height:490px;float:right;background-color:#FFFFFF;margin-top:10px;padding-left:9px;padding-right:30px;padding-top:20px;font-size:11px;line-height:20px;border-left:1px solid #cccccc;z-index:10;}

#textContainerRight a:link {color:#FF0000; text-decoration:none;}
#textContainerRight a:visited {color:#FF0000; text-decoration:none;}
#textContainerRight a:hover {color:#FF9900; text-decoration:underline;}

#photoContainerRight {width:510px;height:520px;margin-top:6px;float:right;background-color:#FFFFFF;font-size:11px;line-height:20px;border-left:1px solid #cccccc;z-index:20px;}

#tickerDiv {
	height:96px;
	background-color:#EE3424;
	background-image:url(images/RedSwirls.gif);
	background-repeat:no-repeat;

}
#newsbox a:link {color:#3697ad;}
	#newsbox a:visited {color:#3697ad;}
	#newsbox  a:hover {color:#4f92a2;}
	#newsbox a:active {color:#333;}

#navBar {
padding:0; height:20px;background-color:#CE0F0F;font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#262626;background-image:url(images/RedSwirls-17pixels.gif);
}
#navlist ul {margin-left:10px;padding:2px;}

#navlist li
{
display: inline;
list-style-type: none;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:.15em;
}

#navlist a { padding-right:6px;padding-left:6px;color:#262626;}

#navlist a:link, #navlist a:visited
{
color: #262626;
text-decoration: none;
}

#navlist a:hover
{
color: #D1D3AF;
text-decoration: none;
}

#secondaryNav {color:#666666; font-size:10px;margin-left:830px;letter-spacing:2px;font-family:Arial,helvetica,sans-serif;margin-top:10px;}
#secondaryNav a:link {color:#666666;text-decoration:none; font-weight:bold;}
#secondaryNav  a:visited {color:#666666;text-decoration:none;font-weight:bold;}
#secondaryNav a:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}

.oneColFixCtrHdr #footer {
	padding: 0 39px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:9px;
	color:#666666;
}
.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 */
}
#footer a:link {color:#666666;text-decoration:none;}
#footer a:visited {color:#666666;text-decoration:none;}
#footer a:hover {color:#FFFFFF;text-decoration:none;}

h3{font-family:Myriad Pro, Arial, Helvetica, sans-serif;font-weight:normal;font-size:16px;}
.fineprint {font-size:8px;line-height:11px;}

apDiv-drumtara {padding-left:30px;padding-right:5px;padding-top:20px;font-size:11px;line-height:20px;position:absolute;	left:508px;top:145px;
	width:525px;
	height:348px;
	z-index:1;}
	
	
		
		