﻿/* CSS Document */


a.navLink:link, a.navLink:visited, a.navLink:active {color:#ff00cc; text-decoration:none; font-size:.8em; font-weight:bold }
a.navLink:hover { color:white; text-decoration:none; font-size:.8em }

a:link, a:visited, a:active {COLOR: blue;}
a:hover {COLOR:#ff00cc;}


/*
#pageContent {
	width: 1024px ;
	background-color:#CCCCCC;
  	margin-left: auto;
  	margin-right: auto;
	border: solid 1px grey;
	
}
*/

body {
	background-color: black;
	font-family: HELVETICA, ARIAL, SANS-SERIF;
	font-size: 1em;
}

h4 {
	color:blue;
	text-align:center;
}

#IE6Hack {
	text-align:center;
}

#header {
	width: 1024px;
	background-color: black;
	margin-left: auto;
  	margin-right: auto;
	border:solid 1px black;
	padding-top: 20;
	padding-bottom: 20;
}

#banner {
	background-color:#ff00cc;
	width:605px;
	margin-left: auto;
  	margin-right: auto;
}

#nav {
	background-color: black;
	width:1000px;
	margin-top: 10px;
	margin-left: auto;
  	margin-right: auto;
}

#navLinkTableCell{
	width:83px;
}

#pressSpan{
	color:white;
}

#navPipe {
	color:white;	
}

#content{
	width:1024px;
	background-color:white;
	border:solid 1px black;
	margin-left: auto;
  	margin-right: auto;	
	padding-left: 10px;
	padding-top: 10px;
	padding-right:10px;
	text-align:left;
}

ul.pink li{
	color:#ff00cc;
}

#footer{
	width:1024px;
	margin-left: auto;
  	margin-right: auto;	
	color:#ff00cc;
	margin-top: 10px;
	font-size: .8em;
}

