@import url(alllevels.css);

#Wrapper
{
	background-color: #e6e5d0;
}

/**************************************************************************************************
 Breadcrumb: appears just below the department bar
 **************************************************************************************************/

ul#Breadcrumb
{
	position: relative;
	display: block;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;

	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

ul#Breadcrumb li
{
	display: inline;

	font-weight: bold;
}

ul#Breadcrumb li a
{
	padding-right: 7px;

	background-image:  url(../images/rightArrow.gif);
	background-position: right;
	background-repeat: no-repeat;

	text-decoration: underline; 
	font-weight: normal;
}

/**************************************************************************************************
 Navigation: the list of links on the left of the content on the web page
 **************************************************************************************************/

#Navigation
{
	position: relative;
	display: block;
	float: left;
		
	margin: 0;
	margin-left: 10px;
	margin-top: 7px;
	padding: 0;

	width: 10%;
}

#Navigation h1, #Navigation ul
{
	margin-left: 0px;

	width: 100%;
}

#Navigation h1
{
	margin-top: -13px;
	margin-bottom: -25px;
	padding: 0;

	color: #a98c4b;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

#Navigation ul
{
	margin-top:24px;
	margin-bottom: 1em;
	padding-left: 0;
	padding-bottom: 2px;

	border-top-width: 1px;
	border-top-color: #C5AF7D;
	border-top-style: solid;

	border-bottom-width: 1px;
	border-bottom-color: #C5AF7D;
	border-bottom-style: solid;

	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
	
#Navigation ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 125%;

	color: #333333;
	font-size: 11px; 

	text-indent: -15px;
	padding-left: 15px;
}

#Navigation ul li a {
	text-decoration: none;
}

#Navigation ul li a:hover {
	text-decoration: underline;
}

/**************************************************************************************************
 Body: the content area of the page
 **************************************************************************************************/

#Content
{
	position: relative;
	width: 77%;
	float: left;
	
	margin: 1%;

	color: #333333;
	font-size: 12px; 	
}

#Content, #Content a
{
	font-family: Arial, Helvetica, sans-serif;
}

#Content a
{
	color: #003c96;	
	text-decoration: underline;
}

#Content img
{
	margin: 5pt;
}

#Content h1
{
	margin-top: 10pt;
	margin-bottom: 13pt;
	padding: 0;

	color: rgb(64, 86, 121);
	font-size: 20px;
	font-weight: bold;
}

/**************************************************************************************************
 Printing styles
 **************************************************************************************************/

@media print 
{
	#BigLeftArea, #Navigation, #Content
	{
		float: none;
	}
	#BigLeftArea, #Content
	{
		width: 100%;
	}
	#Navigation
	{
		display: none;
	}
}
