
/***********************************************/
/* Tamara Dodge                    */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*position:absolute;*/
	/*width: 800px; */ 
	text-align:center;
}



h1{
	font: normal 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#masthead{
	position: absolute;
	top: 120px; /* tamie changed from 0 - how far down the menu is from the top */
	left: 0%; /* was 2% */
	right: 0%; /* was 2 % */
	width: 100%;/* was 96.5*/
}


#tickertape{
	position: absolute;
	top: 0px; /* tamie changed from 0 - how far down the menu is from the top */
	left: 0%; /* was 2% */
	right: 0%; /* was 2 % */
	/*width: 100%;  was 96.5*/	
}
/***********************************************/
/* does the date on the web page*/
/***********************************************/
#dateTime{
	padding: 20px 0px 0px 8px; 
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-indent: 600px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 800px;
	height: 25px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	margin-left: 5px

}

/* the words on the menu bar */
#globalLink{
	position: absolute;
	top: 3px; /* tamie changed from 6 */
	height: 22px; /*was 22px */
	padding: 0px;
	margin: 0px;
	left: 0px; /*tamie changed from 10px */
	z-index: 100;
	color:#ffffff;
}

a.glink, a.glink:visited{
  	font-size: 12px; /*was small*/
  	color: #ffffff; /*was 000000*/
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px 4px 5px; /* was 2 5 4 5 */
	border-right: 1px solid #FF6633;
	text-decoration:none; /* tamie added */
}

a.glink:hover{
  	color: #FF6633;
	
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute; 
	top: 70px; /* tamie changed from 84 - locaion of the drop down menu*/
	left: 150px;
	/*width: 100%;*/
	height: 20px;
	visibility: hidden;
	color:#000000;  /* tamie changed was #ffffff then 000000*/
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 10px; /* was 80% */
	color: #000000; /* tamie changed was #ffffff */
}

.subglobalNav a:hover{
	color: #000000; /* tamie changed was #cccccc */
}


