@charset "UTF-8";
/* CSS Document OPSMAIN
This will become the master CSS document to correct the problems in the OPS website that exist as of 021018.0830*/
body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #60bcf9;
	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 */
}

section.outterContainer 
{
	background-color: #60bcf9;
	width : 80%
}
header 
{
	background: #60bcf9;
	text-align: center
}
nav
{
	float: left;
	margin-left:5%;
	width:35%;
	text-align: left;
	background-color: #60bcf9;
	text-align: left
}
section.rightSection 
{ 
	float: right; 
	margin-left: 5%;
	width: 55%;
}						

article.articleCommon 
{ 
	width:80%;
	text-align: left;
	background-color: #60bcf9;
}
article.articleTopic 
{
	width:80%;
	text-align: left;
}
nav 
{ 
	background-color: #60bcf9;
	text-align: left
}
footer 
{	
	clear: both;
	width:100%;
	background-color:#60bcf9;
	text-align :center;
}