﻿* {
    font-family:Serif;
    font-size:1em;
}

html, body {
    height:auto !important;
    margin:none;
    padding:none;
}

body > .container {
    height:auto;
}

.container {
    background-image:none;
    border:none;
    height:auto;
    width:auto;
}

form {
    display: block;
}

.topWrapper {
    float:none;
    height:auto;
    width:auto;
}

.head {
    background-image:none;
    height:auto;
    width:auto;
}

.head h1 {
    display:table;
}

.head h1 img {
    float:left;
	border:none;
}

.head h1 span {
    font-size:1.8em;
    margin:15px 0 0 0;
    float:left;
}

.topNavigation {
    display:none;
}

.middleWrapper {
    margin:none;
    width:auto;
}

.leftNavigation {
    display:none;
}

.Content {
    color:#000;
    float:none;
    width:auto;
}

.pnlContent {
    overflow:auto;
}

.PathListWrapper {
    font-size: 1em;
}




