/* CSS Document */
body
	{
		font-family:arial;
	}

#headingStyle
	{
		color:FF0000;
	}

#navBar
	{
		position:absolute;
		top:255px;
		left:5px;
	}
	
/*The box hack model for IE, so they will look the same in all browers*/
* html #navBar 
	{
		position:absolute;
		top:285px;
		left:5px;
	} 
/*End hack*/


#navBar li 
	{
		padding:3px;
		list-style:none;
	}


#navBar li a
	{
		color:#0000CC;
		text-decoration:none;
	}


#navBar li a:hover
	{
		color:#FF0000;
		text-decoration:none;
		font-weight:bold;
	}

#breadHolder
	{
		position:absolute;
		top:245px;
		left:225px;
	}

/*The box hack model for IE, so they will look the same in all browers*/
* html #breadHolder 
	{
		position:absolute;
		top:275px;
		left:225px;
	} 
/*End hack*/


#bread
	{
		font-weight:bold;
		color:#339999;
	}

#bread a
	{
		text-decoration:none;
		color:#339999;
	}

#bread a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}

#content
	{
		position:absolute;
		top:295px;
		left:230px;
		width:500px;
	}

/*The box hack model for IE, so they will look the same in all browers*/
* html #content
	{
		position:absolute;
		top:325px;
		left:230px;
		width:500px;
	} 
/*End hack*/


#content a
	{
		text-decoration:none;
		color:#0000CC;
	}

#content a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}

#footer1 a
	{
		color:#0000CC;
		text-decoration:none;

	}

#footer1 a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}
