
  body { 
    margin:0px 0px 0px 0px; 
	padding:0px 0x 0px 0px;
	background-color:#3F0487;
	}
    
  #headerBar {
    left:0px;
    top:0px;
   	position: relative;
	margin: 0px 0px 0px 0px;
	background-color:#3F0487;
    }
  #headerBar img {
    border-color:#3F0487;
    }
    
  #navBar {
    position: relative;
    float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
    width:15%;
	padding:0px;
	}
  #navBar ul{
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	list-style-type: none;
	color: #FFFF99;
	background: #3F0487;
	vertical-align: middle;
	text-align: center;
	}
  #navBar li { 
    height:20;
	}
  #navBar ul a{
    display: block;
	line-height: 30px;
    font-family: Verdana;
	font-size: x-small;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	color: #FFFF99;
	background: #3F0487;
	}
   #navBar ul a:hover {
	display: block;
	text-decoration: none;
	background-color: #8000FF;
	line-height: 30px;
    }  
  #sloganBar {
    background-color:#CDA3E9;
	font-family: Verdana;
	font-size: large;
	font-weight: 800;
	font-style: italic;
	}
  #sloganBar div {
	padding:5px 5px 5px 20px;
	border:0px 0px 0px 0px;
	}
  #mainDisplay {
    position:relative;
	float:right;
    margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border:0px 0px 0px 0px;
	font-family: Verdana;
	font-size: normal;
	font-style: normal;
    background-color:#ffffff;
	height:100%;
    width:80%;
    overflow:auto;
    }
