/*
 * NAVIGATION
 */
.navArea
{
	margin: 20px 0px 0px 20px; /*top, right, bottom, left*/
	float: left;
	width: 144px;
}

.navElementParagraph
{
	margin: 0px 0px 10px 0px;
}

.navLastElementParagraph
{
	margin: 0px;
}

.navLink:focus
{
	outline: none;		
}

.navButton
{
	width: 144px;
	height: 30px;
	border: 0px;
}

/*
 * BLACKBOARD
 */
.blackboard
{
	margin: 20px 20px 0px 0px; /*top, right, bottom, left*/
	float: right;
	display: block;
}

/*
 * CONTENT FRAME
 */
.contentFrame
{
	float: left;
	margin: 0px 0px 0px 30px; /*top, right, bottom, left*/
	width: 580px;
	padding: 0px;
	border: 0px;
}

/*
 * FOOTER
 */
.footer
{
	clear: both;
	padding: 10px 0px 0px 0px; /*top, right, bottom, left*/
	text-align: center;
	background-image: url(images/border-bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 60px;
}

.footerDelimiter
{
	background-color: #A33743;
	width: 500px;
	height: 1px;
	border-style: none;
}

.footer *
{
	color: #C71818;
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
}

/*
 * CONTENT
 */
 
.contentBody
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FAF5ED;
}

.contentBody *
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Calibri, sans-serif;
	font-size: 16px;
}

.contentBody h1
{
	font-size: 20px;
	color: #A33743;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Georgia, Numbus Roman No9 L;
}

.spacer
{
	margin-top: 15px;
}

/*
 * Border
 */
.borderLeft
{
	padding: 0px 0px 0px 7px;
	margin: 0px 10px 0px 10px;
	background-image: url(images/border-left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.borderRight
{
	background-image: url(images/border-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FAF5ED;
	height: 100%;
}

/*
 * .borderBottom -> see .footer
 */


.edgeBottomLeft
{
	float: left;
	display: block;
	margin-left: -6px;
	margin-top: -17px;
}

.edgeBottomRight
{
	float: right;
	display: block;
	margin-left: 0px;
	margin-top: -17px;
}
