body, html {
	height: 100%;
	background-color: #f8f7ff; 
}

div {
	display: block; 
}

form {
    display: block;
    margin-top: 0em;
}

h1 {
	font-family: Verdana; 
	font-size: 18px; 
}

#body {
    height:100%;
}

#header {
	width: 100%;
    position: fixed;
    top: 0px;
    background-color: rgb(240,240,240);
    color: #333;
    border-bottom: 1px #AAA solid;
    box-shadow: 0px 1px 5px rgba(240,240,240);
    z-index: 100;
}

#logo {
    width: 200px;
    padding: 10px; 
}

#headerText {
	margin-left: 20px;
    background-color: #fff; 
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 5px; 
    margin-top: -12px;
    margin-left: -0px; 
    border-top: 1px #AAA solid;
    border-bottom: 1px #AAA solid;
}

#logout {
    font-size: 15px; 
    float: right;
    width: 70px;
    padding: 10px; 
    margin-top: 5px; 
    
}

#content {
    height: 100%;
    margin-top: 45px;
    margin-right: 30px;
    float: left;
    width: 99%;
    color: #333;
}
#contentContainer{
 	margin: auto;
    height: 100%; 
 	position: relative;
 	font-family: Georgia; 
}

#leftContent {
	display: inline-block;
	height: 100%;
	width: 25%;
    padding: 5px; 
    border-right: 1px #AAA solid;
    border-top: 1px #AAA solid;
    background-color: rgb(240,240,240);
}

#isciForm {
    margin-top: 50px; 
    margin-left: 25px; 
}

#isci {
    width: 150px;
}

#rightMenu {
	position: absolute;
	display: inline-block;
    margin-top: 12px; 
    margin-right: 10px;
    width: 75%;
    border-right: 1px #AAA solid;
    max-width: none; 
}

#format {
    font-size:11px; 
    text-align: right; 
    font-weight: bold; 
}

#urlText {
    width: 500px; 
    height: 20px; 
    border: 2px solid;
}


#statusPic {
	width: 20px; 
	height: 20px;
}
