﻿/* General page layout styles */
html,body{
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica;
	height:100%;
}
body{
	width:100%;
}
div{
	float:none;	
	border:solid 0px transparent;
}
img{
	border:solid 0px transparent;
	display:block;
	margin:0px;
}
span{
	margin:0px;	
}
table{
    border:solid 0px transparent;
    border-collapse:collapse;
    margin:0px;
    padding:0px;    
}
td{
	text-align:left; 
	vertical-align:top;
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
	border:solid 0px transparent;
}
h2{
	font-size:small;	
	font-weight:normal;
	margin:0px;
}
p{
	font-size:x-small;
}
a{
	display:inline-block;
	color:#0000ff;	
}
a:visited{
	color:#0000ff;	
}
a:active{
	color:#ff0000;	
}

/* Home page layout styles */
body.home{
	background-color:#000000;
	background-image:url(../assets/star_bckg.jpg);
	background-repeat:no-repeat;
	color:#cccccc;
	background-attachment: fixed;
	background-position: left top;
	
}
div#homeTopLeft{
	float:left;
	width:255px;
	margin-top:230px;
	margin-left:50px;
	text-align:center;
}
div#homeTopCenter{
	float:left;
	width:245px;
	margin-top:330px;
	margin-left:30px;
}
div#homeTopRight{
	float:left;
	width:275px;
	margin-top:405px;
	margin-left:30px;
}
div#homeNetworkIcons{
	clear:both;
	width:80px;
	border:solid 0px transparent;
	margin-left:50px;
	background-color: #000;
}
div#homeNetworkIcons a{
	display:block;
	border:solid 0px transparent;
	background-color: #000;
}
div#homeTopCenter p{
	color:#ffff00;
	margin:0px;
}
p.homeAdvertQuote{
	color:#ffff00;
	margin-top:15px;
}
p.homeAdvertSource{
	margin-top:-10px;
	*margin-top:-20px;
	color:#999999;
}

/* Sub-page layout styles */
div#subpageHeaderBanner{
	width:100%;
	min-width:600px;
	height:51px;
	background-image:url(../assets/tile_header.gif);
	background-repeat:repeat;
}
div#subpageHeaderBanner img{
	display:block;
	float:left;
}
div.subpageNavigation{
	font-size:x-small;
	font-weight:bold;
	margin-left:50px;
}
div#subpageContent{
	font-size:x-small;
	margin-top:30px;
	margin-left:75px;
	width:400px;
}
div.sectionHeaderJumpNavigation{
	font-size:larger;
	margin-left:10px;
	padding-left:20px;
	width:370px;
	border-left:solid 2px black;
}
div.sectionContent{
	margin-left:30px;
}
div.sectionContent p.sectionContentMore{
	text-align:right;	
}
div.sectionContent p.sectionContentMore a{
	
}
div.sectionContent p.sectionContentMore img{
	display:block;
	margin-left:10px;
	vertical-align:middle;
}
div.sectionContent img.contentImg{
	margin:3px;
}
div.sectionContent p.contentQuote{
	margin-left:20px;
	font-weight:bold;
}
table.contentHeaderHighlights tr td.label{
	text-align:right;
	width:100px;
	padding-right:13px;
	color:#666666;
	padding-bottom:13px;
}

/* Footnotes page layout styles */
body.footnotes{
	background-color:#000;
	color:#000000;
	width:260px;
}
body.footnotes ol li{
	font-size:x-small;
	margin-bottom:10px;
}

/* Other page layout styles */
div#footerNavigation{
	float:left;
	clear:both;
	margin-top:25px;
	color:#ffffff;
	font-size:x-small;
	text-align:center;
	width:1024px;
}
div#footerNavigation a{
	color:#ffffff;
	margin-left:5px;	
	margin-right:5px;
}
div#footerNavigation a:visited{
	color:#ffffff;	
}
div#footerNavigation a:active{
	color:#ffff00;	
}
img.topLevelNavIcon{
	display:inline;
	width:7px;
	height:11px;
	margin-right:5px;
}
img.calloutIcon{
	display:inline;
	width:9px;
	height:13px;
	margin-right:5px;
}
p.callout{
	font-size:small;	
	font-weight:bold;
	margin-bottom:5px;
}
a.topLevelNav{
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	font-size:small;	
	margin-top:10px;
}
a.topLevelNav:visited{
	color:#ffffff;	
}
a.topLevelNav:active{
	color:#ffff00;	
}

