﻿body
{
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	color: #000000;	
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	}

ul
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
 	text-align: center;
	}
	 
li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	}

/*	Master Page Graphics and Layout Elements */

#UpdatesEvents
{
	color: White;
	position: absolute;
	left: 50%;
	margin-left: 150px;
	top: 0%;
	margin-top: 0px;
	width: 200px;
	height: 25px;
	z-index: 2;
	}

a.UpdatesEventsLink:link, a.UpdatesEventsLink:visited, a.UpdatesEventsLink:hover, a.UpdatesEventsLink:active
{
	color: White;
	font-variant: small-caps;
	text-decoration: none;
}

#InfoRequest
{
	color: White;
	position: absolute;
	left: 50%;
	margin-left: 310px;
	top: 0%;
	margin-top: 0px;
	width: 200px;
	height: 25px;
	z-index: 2;
	}

a.InfoRequestLink:link, a.InfoRequestLink:visited, a.InfoRequestLink:hover, a.InfoRequestLink:active
{
	color: White;
	font-variant: small-caps;
	text-decoration: none;
}

#CliffsLogoArea
{
	position: absolute;
	left: 50%;
	margin-left: -575px;
	top: 0%;
	margin-top: 0px;
	width: 112px;
	height: 82px;
	z-index: 2;
	}

#LeftBorderImage
{
	position: absolute;
	left: 50%;
	margin-left: -660px;
	top: 50%;
	margin-top: -230px;
	z-index: 0;
	}

#RightBorderImage
{
	position: absolute;
	left: 50%;
	margin-left: 400px;
	top: 50%;
	margin-top: 60px;
	z-index: 0;
	}

#MainContentArea
{
	background-color: White;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -285px;
	width: 910px;
	height: 580px;
	z-index: 1;
	}

#MainNavigationWindow
{
	background-color: #E8E8E8;
	position: absolute;
	left: 50%;
	margin-left: -435px;
	top: 50%;
	margin-top: 220px;
	width: 880px;
	height: 110px;
	z-index: 1;
	}

#InnerNavigationWindow
{
	background-color: White;
	border: 1px black solid;
	margin-left: 9px;
	margin-top: 9px;
	width: 860px;
	height: 85px;
	z-index: 1;
	}
	
.InnerNavigationRows
{
	padding-top: 10px;
	}

a.InnerNavigationLinks:link, a.InnerNavigationLinks:visited, a.InnerNavigationLinks:hover, a.InnerNavigationLinks:active
{
	color: Gray;
	font-variant: small-caps;
	text-decoration: none;
}


#InnerNavigationTitleRowLeft
{
	float: left;
	padding-left: 25px;
	}
	 
#InnerNavigationTitleRowRight
{
	float: right;
	padding-right: 25px;
	}
	 
#FooterNavigationWindow
{
	background-color: Transparent;
	position: absolute;
	left: 50%;
	margin-left: -435px;
	top: 50%;
	margin-top: 330px;
	width: 880px;
	height: 25px;
	z-index: 1;
	}
	
#FooterNavigationLeft
{
	font-size: x-small;
	float: left;
	}

#FooterNavigationLeft li
{
	float: left;
	}

a.FooterNavLinks:visited, a.FooterNavLinks:link, a.FooterNavLinks:hover, a.FooterNavLinks:active
{
	color: Gray;
	font-variant: small-caps;
	text-decoration: none;
	}
	 
#FooterNavigationRight
{
	color: Gray;
	font-size: x-small;
	float: right;
	}

#SiteTitle
{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 28px;
	font-variant: small-caps;
	color: #83431D;	
	}

/*  Content pages  */

#ContentPageMainFrame
{
	 background-color: White;
	 position: absolute;
	 top: 50%;
	 margin-top: -285px;
	 left: 50%;
	 margin-left: -450px;
	 width: 900px;
	 height: 570px;
     }
