html, body{
	margin:0;
	height:100%;
}
*{
	font-family:Arial, Helvetica, sans-serif;
	color:#002060;
	font-size:10pt;
}
#headerWrap{
	position:relative;
	width:1100px;
	height:190px;
	margin:0px auto;
}
#header{
	width:1100px;
	height:190px;
	background:white;
	border-bottom:1px solid #365f91;
}
#headerInner{
	padding-top:5px;
}
#contentWrap{
	width:1100px;
	/*height:100%;*/
	margin:0px auto;
	padding-top:47px;
	/*background-image:url(images/contentBg.jpg);
	background-position:245px 0;
	background-repeat:repeat-y;*/
}
#sideNav{
	/*width:245px;*/
	padding-right:20px;
}
#sideNav a{
	font-size:12pt;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
}
#content{
	padding-left:5px;
	overflow:auto;
	text-align:justify;
}
a{
	text-decoration:underline;
	color:#002060;
	font-weight:bold;
}
.nav a{
	color:#8eb2e2;
	text-decoration:none;
}
.nav a:hover, .nav a.on, a.on{
	color:#002060;
}
.newslist a{
	font-weight:normal;
}
.sirius{
	font-weight:bold;
	color:#002060;
}
.energy{
	font-weight:bold;
	color:#365f91;
}
.tall{
	line-height:1.5em;
}
a {
  outline: none;
}
