/* Start of CMSMS style sheet 'essa' */
/* CSS Document */

html, body{
	font-family: "Lucida Grande",Geneva, Verdana, Arial, Helvetica, sans-serif;
	background: #71828A;
	padding: 0px;
	margin: 0px;
}

h1{
	color: #039;
	display: none;
	text-transform:uppercase;
	font-size: large;
	padding-top: 15px;
	margin: 0px;
}

h2{
       margin:5px;
	text-transform: uppercase;
	font-size: large;
	color: #039;
}

#content img{
 border: #ccc 1px solid;
padding: 3px;
margin: 0px 8px;
}

#content a, #content a:visited , #content a:hover, #content a:active{
	color: #286EA0;
	text-decoration: underline;
}

.smaller{
	font-size:smaller;
}

.larger{
	font-size:larger;
}

#header{
	text-align: left;
  	max-width: 900px;
	height: 250px;
  	padding: 0px;
  	margin: 0px auto 0px auto;
}

.hide, dfn{
	display: none;
}

.toplinks, .toplinks a{
	float: right;
	padding: 0px;
}

#container {
	background: #fff;
 	max-width: 900px;
 	padding:0px;
 	margin: 0px auto 0px auto;
  	color: #303030;
	line-height: 150%;
	font-size: small;
} 

#outer{ 
  border-left: solid 180px #EBEBEB;  /* color of the left column  */
} 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

#content{
	background: white;
	position: relative;
	margin-left: 10px;
	padding: 1px 10px 10px 10px;
}

#content p{
	padding-left: 1em;
}

#content h3{
color: #039;
	border-bottom: #ccc 1px solid;
}

#menu {
  width: 180px;
  float: left;
  text-align: left; 
  position:relative; 
  margin: 1px 1px 0px -180px;
}

#menu2 ul{
list-style: none;
padding: 0px 5px 10px 15px;
margin: 0px;
}

#menu a.menuactive{
color: #ff8000;
}

#menu ul li a{
	color: #286EA0;
	text-decoration:none;
}

#menu ul li ul a{
color: #555;
}

#menu ul li a:hover, #menu h2 a:hover{
	color: blue;
	text-decoration: underline;
}
.error_message{
color: red;
}

div.breadcrumbs{
     margin: 0px 0px 0px 7px;
     	font-size: tiny;
     color: #888;
}

div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

.orange {
  color: #FF8000;
}

#footer{
	background: #005FA9;
	clear:both;
	color: white;
	text-align:center;
        font: status-bar;
	padding: 5px;
	margin: 0px auto 10px auto;
}

#footer a, #footer a:visited , #footer a:hover, #footer a:active{
color: white;
}

@media print{
html, body, #content, #footer, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
background: white;
color: black;
}

#content, #footer {
 font-size: 12px;
}

#footer{
 border: solid 1px black;
  margin-top: 10pt;
}

#menu, #header, .toplinks, .breadcrumbs, .right49, .left49, #NewsPostDetailReturnLink #footer a{
display: none;
}

#outer{ 
  border-left: solid 0px #fff;    /* color of the left column  */ 
  background-color: white;        /* color of the content column */
 }  
}
/* End of 'essa' */

