/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}


#content
{
	position: absolute;
	top: 130px;
	left: 0px;
}

.menu
{
	position : absolute;
	top : -120px;
	left : 5px;
	/*width : 10em;*/
	width: 162px;
	z-index : 1;
	padding : 120px 12px 12px;
	margin: 12px;
	background-color: #ccccff; /*e5e5fd*/
	/*margin-bottom : 0.5em;*/
}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.contentText
{
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:2em;
	margin-left:12em;
	height: auto;
	padding:0.5em;
	/*background-image:  url(../ccImages/cc-watermark.jpg);*/
	background-repeat: no-repeat;
	min-height:500px;
	background-color: #ffffff;
}

.footer {
	width: 100%;
	text-align: center;
	border-top:1px solid rgb(0,0,0);
	/*background-color:rgb(255,255,255);
	color:rgb(0,0,0);*/
	position:absolute;
	bottom :0px;
}
.header {
	width: 100%;
	text-align: center;
	position:absolute;
	top :0px;
	background-image:    url("../mjImages/mjMainLogo.jpg");
	height: 130px;
	background-position: left;
	background-repeat: no-repeat;
}
