*
{
	margin: 0;
	padding: 0;
	position: relative;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

body
{
	font-family: helvetica,verdana,"trebuchet ms",trebuchet,serif;
	font-size: 85%;
	font-size-adjust: none;
	padding-bottom: 30px;
}

p,
dd,
li
{
	font-size: 1em;
	line-height: 1.1em;
}

a
{
	text-decoration: none;
}

img
{
	border: 0 none;
	display: block;
}

div.clearer,
br.clearer
{
	clear: both;
}
/* ----- PAGE ----- */
#page
{
	position: relative;
	margin: 0 auto;
}

/* ----- HEADER ----- */
#header
{
	clear: both;
	width: 100%;
}

#header h1
{
	height: 170px;
	text-indent: -9999px;
}

#header h2
{
	position: absolute;
}

/* ----- COURSE SWITCHER ----- */
#course-switcher
{
	position: absolute;
	top: 20px;
	right: 20px;
}

/* ----- NAVIGATION ----- */
#navigation
{
	width: 100%;
	height: 37px;
}

#navigation a:link,
#navigation a:visited
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation #breadcrumbs
{
	float: left;
	margin: 9px 0 0 30px;
}

span.rsaquo
{
	font-size: 16px;
	line-height: 14px;
}

#navigation #links
{
	float: right;
	margin: 8px 280px 0 0;
}

#navigation #links a
{
	margin-left: 10px;
}

/* ----- CONTENT ----- */
#content
{
	clear: both;
	width: 100%;
}

/* ----- FOOTER ----- */
#footer
{
	clear: both;
	width: 100%;
}

#footer p
{
	width: 100%;
	position: absolute;
	color: white;
	font-size: 10px;
}

