body {
	background-color: #AB9978;
	margin: 0;
	padding: 0;
}

a:link {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
}

/* LocalNav - temporary fix to remove styles for the hybrid
----------------------------------------------- */
#localnav div {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}

/* sidenav - temporary fix to style the sidenav
----------------------------------------------- */

#sidenav {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}

#sidenav h1 {
	font-size: 12px; 
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	background-color: #AB9978;
	padding: 4px 0px 6px 18px;
	margin: 8px 0px 4px 0px;
	background-image: url(/images/triangle_white_8x9.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
}

#sidenav h1 a:link, #sidenav h1 a:visited, #sidenav h1 a:hover {
	font-weight: bold;
	color: #ffffff;
}

#sidenav h1 a:hover {
	text-decoration: underline;
}

#sidenav h2 {
	font-size: 11px; 
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
	background-color: #AB9978;
	padding: 4px 0px 6px 18px;
	margin: 8px 0px 4px 0px;
	background-image: url(/images/triangle_white_8x9.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
}

#sidenav h2 a:link, #sidenav h2 a:visited, #sidenav h2 a:hover {
	font-weight: bold;
	color: #ffffff;
}

#sidenav h2 a:hover {
	text-decoration: underline;
}

#sidenav ul {
	font-size: 10px; 
	line-height: 11px;
	list-style: square url(/images/sub_bullet6x5.gif) outside;
	color: #663300;
	margin: 0px 0px 0px 14px;
	padding: 0px 5px 0px 7px;
}

#sidenav ul.size2 {
	font-size: 11px; 
	line-height: 12px;
	list-style: square url(/images/sub_bullet6x5.gif) outside;
	color: #663300;
	margin: 0px 0px 0px 14px;
	padding: 0px 5px 0px 7px;
}

#sidenav li {
	margin-top: 4px;
	padding-right: 5px;
}

#sidenav p, #sidenav h3 {
	font-size: 10px; 
	line-height: 11px;
	color: #663300;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#sidenav a:link, #sidenav a:visited, #sidenav a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}

#sidenav a:hover {
	text-decoration: underline;
}
/* Places a unit banner on the page
need to change the padding and height value, ie 211px to match the height of the image */
#unitBanner {	
	padding: 0 0 0 0;
	background-image: url(../images/deptbanner.jpg); background-repeat: no-repeat;
	width: 550px;
	height: 120px;
}

#unitBanner h2{	
	padding: 15px 0 0 320px;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 24px;
}

#unitBanner h3{	
	padding: 5px 0 0 325px;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 20px;
	color: #006699;
}

/* Places a unit banner on the page for Foreign Languages
need to change the padding and height value, ie 211px to match the height of the image */
#unitBannerFL {	
	padding: 0 0 0 0;
	background-image: url(../images/deptbanner.jpg); background-repeat: no-repeat;
	width: 550px;
	height: 120px;
}

#unitBannerFL h2{	
	padding: 15px 0 0 320px;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 24px;
}

#unitBannerFL h3{	
	padding: 2px 0 0 325px;
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 14px;
	color: #006699;
}

#unitBannerFL h4{	
	padding: 2px 0 0 325px;
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 12px;
	color: #006699;
}

