/*
	Auburn University Style Sheet (Included on all pages with sidebars)
	Last Modified: April 24, 2006
	
	Table of Contents:
		header
		contentContainer
		sidebar
		sidebar - text formatting
*/

/* header
----------------------------------------------- */
#header {
/* Remove the gray line on border-bottom. */
	border: none; 
}
/* contentContainer
----------------------------------------------- */
#contentContainer {
/* Push the 'contentContainer' to the right because it actually appears before the 'sidebar' content the HTML for screen readers. Remember that 'content' is the one with the padding/margin set because IE5/Win doesn't handle the box model well. */
	float: right;
	width: 565px;
}
/* sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	width: 205px;
	background: no-repeat center 7px url(../images/ddLogoUniversity.gif);
	font-size: 0.79em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	padding-top: 35px;
	text-align: left;
}
/* sidebar - text formatting
----------------------------------------------- */
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	padding: 3px 6px 3px 20px;
	/*border-bottom: 1px #003366 solid;*/
}
#sidebar a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
.sidebarTitle {
	font-size:14px;
	font-weight:bold;
	color:#A1C1E7;
	letter-spacing:1px;
	font-variant:small-caps;
}