* {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/stars.gif) #232E58;
}

h1 {
	color: #0055a4;
	font-size: x-large;
	font-variant: small-caps;
	padding: 0 5px;
	font-weight: 500;
}

h1 span {
	font-weight: 900;
}

h2 {
	color: #666;
	font-size: large;
	width: 90%;
	padding: 0 5px;
	font-weight: 700;
}

h2 span {
	font-weight: 900;
}

h3 {
	color: #0055a4;
	font-style: italic;
	padding: 0 5px;
	font-weight: normal;
	font-size: medium;
}

h3 span {
	font-weight: 900;
}

h4 {
	color: #666;
	font-style: italic;
	padding: 0 5px;
	font-size: small;
}

p {
	padding: 0 5px;
}

span {
	font-weight:bolder;
}

#pwrsct {
	background: url(images/powerscout.png) no-repeat left bottom;
	width: 363px;
	height: 380px;
	position: fixed;
	bottom: 0px;
	left: 820px;
	z-index: -1;
}

#horizon {
	width: 100%;
	height: 34px;
	position: fixed;
	bottom: 0px;
	z-index: 1;
	background-image: url(images/horizon.png);
	background-repeat: repeat-x;
}

#collage{
	width: 860px;
	height: 125px;
	background-color: #000;
}

#collageOverlay {
	width: 220px;
	height: 94px;
	position: absolute;
	top: 12px;
	left: 7px;
	z-index: 1;
}

#nav {
	background-color: #0055A4;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	width: 100%;
	margin: 0px;
	color: #FFF;
}

#nav ul{
	margin: 0;
	padding: 7px 0px 5px 10px;
}

#nav ul li{
	display: inline;
	list-style-type:none;
	padding-right: 10px;
}

#nav ul li a{
	color:  #FFF;
	text-decoration:none;
}

#nav ul li a:hover{
	text-decoration: underline;
}

#nav ul li a:visited {
	color: #FFF;
}

/* The div for individual article pages */
div#article {
	height: 100%;
}

div#article p,h1,h2,h3,h4,h5 {
	margin: 20px 0px 0px 10px;
}

div#article h1 {
	text-align: left;
}

/* For images inside articles */
div#article img {
	border: 1px solid black;
	margin: 5px 10px 5px 10px;
}

#powerlinks {
	background-color: #0055A4;
	color: #FFF;
	z-index: 1;
	position: absolute;
	left: 887px;
	top: 44px;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
}

#powerlinks img {
	border: 0;
}

#powerlinks ul{
	margin: 0;
	padding: 0;
}

#powerlinks ul li{
	margin-top: 3px;
	list-style-type: none;
}
	
#wrapper {
   position: absolute;
   width: 860px;
   border: 1px black solid;
   background: white;
   left: 25px;
   top: 25px;
}

td.bodylinks p {
	padding-bottom: 8px;
}

#highlights {
	position: relative;
	margin-top: 5px;
	width: 250px;
}

#highlights h1 {
	padding: 5px 3px 4px 10px;
	border: 1px solid black;
	font-size: 14pt;
	color: #FFF;
	background-color: #0055A4;
	
	/* Uncomment this and comment the other line below
	   to get a nice docked-with-the-side effect. */
	/*border-right: 0px;*/
	margin-right: 5px;
}

#highlights h1 span {
	font-weight: 900;
}
#highlights h1 a {
	color:#ffffff;
	text-decoration:none;
}
#highlights h1 a:hover {
	text-decoration:underline;
	}

#highlights h2 {
	font-size: medium;
	color: #4c4c4c;
}

#highlights ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	margin-left: 10px;
	font-size: 15px;
}
#highlights ul a, a:visited {
	color:#0055A4;
}

#copyright {
	position: fixed;
	bottom: 0px;
	padding-bottom: 3px;
	width: 100%;
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
	z-index: 2;
}
#copyright a {
	color: #ffffff;
}

