root {
    display:block;
}

body {
    background-color:white;
    width:95%;
    font-size:small;
    font-family:sans-serif;
}

#page_header {
    padding: 10px;
    width:100%;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    font-family:monospace;
    font-size:large;
    font-weight:bold;
}

a.home {
	text-decoration:none;
	color:black;
}

#page_header a {
    color:black;
    text-decoration:none;
}

#pageContent {
    width:100%;
}

.float_right {	
    float:right;
}

.float_left {
    float:left;
}

.site_map {
    border-top:1px solid black;
}

.site_map h6 {
    text-align:center;
}	

.site_map ul li {
    font-size:x-small;
}

.site_map li {
    list-style-type:none;
}

.site_map a {
    color:black;
    font-size:x-small;
    font-weight:bold;
    text-decoration:none;
}

.site_map a:hover {
    text-decoration:underline;
}	

.site_map ul li a {
    font-weight:bold;
    font-size:x-small;
    text-decoration:none;
}	

#main_body {
    float:right;
    margin-top:15px;
    margin-bottom:15px;
    padding:10px;
    background-color:white;
    width:70%;
    border-top:1px solid black;
}

#left_sidebar {
    float:left;
    margin-top:15px;
    width:25%;
    border-right:1px solid black;
    border-top:1px solid black;
    padding:10px;
}

.shell {
    border: 1px dotted white;
    width:50%;
    background-color:black;
    color:white;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:20px;
    overflow:auto;
}

.file {
    border:1px dotted black;
    width:85%;
    background-color:white;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:35px;
    overflow:auto;
}

.port {
    background-color:white;
    color:gray;
	/*text-decoration:underline;*/
}

.disclaimer {
    color:red;
}

#right_sidebar {
    float:left;
}


