html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
}

h1 {
    text-align: left;
    font-size: 1.5em;
    color: #222244;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

h2 {
    font-size: 1.3em;
    color: #222244;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

h3 {
    font-size: 1.1em;
    color: #222244;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

input, textarea, select {
    font-family: verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 1em;
}

td {
    font-size: 1em;
}

p {
    margin-top: 6pt;
    margin-bottom: 0;
    padding: 5px;
}


/*
        GLOBAL LINK STYLES
*/

a {
    color: #6699FF;
    text-decoration: underline;
}

a:link {
    color: #6699FF;
    text-decoration: underline;
}

a:visited {
    color: #6699FF;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #6699FF;
    text-decoration: underline;
}

#main-container {
   width: 100%;
   height: 50%;
   overflow: visible;
   background-color: #fff;
}


/*
        HEADER
*/

#header {
    display: none;
    visibility: none;
}

#header td {
    color: #fff;
}

#header a, link, visited, active {
    color: #fff;
    text-decoration: none;
}

#header hover {
    color: #fff;
    text-decoration: underline;
}


/*
        LEFT COLUMN
*/

#left {
      display: none;
      visibility: none;
}

#left ul, li {
      display: none;
      visibility: none;
}

/*
        START MAIN
*/

#container {
    background: #fff;
    border-left: 1px solid #6699FF;
}


/*
        BREADCRUMB
*/

#navmenu {
        display: none;
}


/*
        RIGHT COLUMN
*/

#right {
        position: relative;
        width: auto;
        height: auto;
        overflow: visible;
        border: 1pt dotted #999;
        padding: 5%;
}


/*
        MIDDLE COLUMN
*/

#content {
        position: relative;
        top:0;
        left: 0;
        width: 90%;
        padding: 5%;
        height: 100%;
        background-color: #fff;
        overflow: visible;
}


/*
        CLEAR.GIF HACKS
*/

#content .spacer-gif {
        display:none;
        border: 0;
}

#content .csc-caption {
     font-style: italic;
     color: #363;
}

.imgtext-table img {
        border: 0;
}


/*
        FOOTER
*/

#footer {
        display: none;
        visiblity: none;
}


/*
        GENERAL CLASSES
*/

.page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 1.8em;
    font-weight: bold;
    color: #6699FF;
}

#person_search {
	display: none;
	visiblity: none;	
}

#container {
    border-left: none;
}