html { padding: 0px; margin: 0px; }
body { 	
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align: left;

	border-right: 2px solid #D4E8F7;
	border-left: 2px solid #D4E8F7;

	overflow: auto;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif; 
}

.bar1, .footer {
	width: 100%;
	background-color: #E6E6E6;
	text-align: center;
}
.bar2 {
	width: 100%;
	background-color: #003399;
	text-align: center;
	height: 66px;
}
.bar3 {
	width: 100%;
	background-color: #D4E8F7;
	text-align: center;
	font-weight: bold;
}
.bar4 {
	margin: 0 auto;
	width: 750px;

	border-right: 2px solid #D4E8F7;
	border-left: 2px solid #D4E8F7;

	font-size: 120%;
	
	text-align: left;
}

.centered {
	margin: 0 auto;
	padding: 5px;
	
	width: 750px;
	text-align: left;
}

.subjects {
	font-weight: bold; 
	font-size: 100%;
	text-align: center;
	
	margin: 5px 0;
}

.mainstories {
	float: left;
	width: 430px;
	padding: 0 0 30px 0;

}
.mainstories .title {
	display: inline;
	font-size: 130%;
	font-weight: bold;
		
	margin: 0 0 5px 0;
	padding: 0;
}
.mainstories .item {
	margin: 0 0 10px 0;
}
.mainstories .item .info {
	margin: 5px 0 0 0;
	font-size: 90%;
}

.right {
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.padding {
	padding: 5px;
}

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

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

.mainstories .item .info a:link { color: #003399; text-decoration: none; }
.mainstories .item .info a:visited { color: #003399; text-decoration: none; }
.mainstories .item .info a:hover { color: #003399; text-decoration: underline; }
.mainstories .item .info a:active { color: #003399; text-decoration: underline; }

.advertising {
	font-size: 90%;
	color: #333333;
	text-align: center;
}


/* NAV BAR CSS */
.menu {
	text-align: center;
	margin: 5px 0px 10px 0px;
	padding: 0;
	width: 100%;
}

.menu ul{
	font: bold 10px Arial;
	margin:0;
	margin-left: 0; 
	padding: 0;
	list-style: none;
}

.menu li{
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: white;
	margin: 0 1px 0 0; 
	padding: 5px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black;
}

.menu a:hover{ background-color: gray; }
.menu #current a{ background-color: #003399; }

