@charset "utf-8";

body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
#container {
	width: 760px;
	background: #FFFFFF;
	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. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
#container #mainContent .note {
	font-size: .8em;
	color: #666666;
}

#container #maincontent #header {
	padding: 10px;
}
#container #maincontent #content {
	background-color: #FFFFFF;
	text-align: center;
}
#container #maincontent #header h1 {
	color: #FF9900;
}


.topnav 
{
font: 11px Arial, Helvetica, sans-serif; 
color: #000099; 
text-decoration: none;
}

a:link { color: #000099; text-decoration: none }
a:active { color: #000099; text-decoration: none }
a:visited { color: #000099; text-decoration: none }
a:hover { color: #000099; text-decoration: underline }

 /*
 * AM added for image floats:
 */
img.amalignright { 
margin: 0 0px 0px 15px;
padding: 4px;
border: 1px solid #ccc;
float: right;
}

img.amalignleft {
	padding: 4px;
	float: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}


.headline-region {
background-color:#E1E1E1;
border:medium none;
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:bold;
}
.headline-title {
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:bold;
text-decoration:none;
}
.nprnewspacks_title {
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:bold;
text-decoration:none;
}
.headline-tease {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
}
.nprnewspacks_teaser {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
}
.weather-region {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:bold;
}
.weather-current-icon_desc {
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
}
.weather-current-temp {
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:medium;
font-weight:bold;
}
.weather-current-forecast-link {
color:#000099;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:6pt;
font-weight:bold;
}
#container #maincontent #content #embedme {
	text-align: center;
	margin-left: 270px;
}
.flagbox {
	background-color: #FFFF66;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	border: 1px solid #FF0000;
	padding: 10px;
}
