#body
{
	margin: 0 0 0 0;
	font-family: arial, 'lucida console', sans-serif;
	background-color: white
}

#page
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

#header
{
	position: relative;
	padding: 0.5%;
	top: 0;
	left: 0;
	height: 19%;
	width: 99%;
	background-color: white;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	font-size: 150%;
	font-weight: bold;
	color: orange;
	border-bottom: thin solid black
}

#main
{
	position: relative;
	top: 0;
	left: 0;
	height: 80%;
	width: 100%
}

#menu_bar
{
	position: relative;
	padding: 0.5%;
	top: 0;
	left: 0;
	height: 99%;
	width: 19%;
	text-align: left;
	background-color: white
}

#core
{
	position: absolute;
	top: 0;
	left: 20%;
	height: 100%;
	width: 80%
}

#content
{
	position: relative;
	padding: 0.5%;
	top: 0;
	left: 0;
	height: 89%;
	width: 99%;
	background-color: white;
	border-left: thin solid black;
	border-bottom: thin solid black
}

#contentHeader
{
	position: relative;
	top: 0;
	left: 0;
	height: 10%;
	width: 100%;
	line-height: 120%;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: lightgrey
}

#contentBody
{
	position: relative;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	text-align: justify;
	background-color: white
}

#footer
{
	position: relative;
	padding: 0.5%;
	top: 0;
	left: 0;
	height: 9%;
	width: 99%;
	text-align: justify;
	background-color: white;
	border-left: thin solid black
}

/* Menu Handler */
#menu
{
	float: left
}

#menu li
{
	color: black;
}

#menu li:hover
{
	background-color: lightgrey;
	font-weight: bold;
	cursor: move
}

#subMenu li
{
	color: black
}

#subMenu li:hover
{
	font-weight: bold;
	color: blue;
	cursor: move
}


/* Class Handlers - used for any embedded formatting applied to content */
.quote
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold
}