html {
    width: 100%;
    color: #222;
    font-family: Arial, Verdana, Sans-Serif;
}

body {
    background-image: none;
    background-color: white;
}
div#content {
        /* this gives the annoying big indent */
        margin-left: 2em;
        padding: 1em;
        /* @embed */
        background-image: none;
        background-color: white;
        color: black;
        direction: ltr;
}
#mw-page-base {
        border-top: thick solid #000066;
        /* @embed */
        background-color: white;
        background-image: url(bg-ui-gradient.png);
        background-position: top left;
        background-repeat: repeat-x;
}
#mw-head-base {
        margin-left: 0em;
	margin-top: -6em;
        /* @embed */
        background-image: none;
	height: 150px;
}
div#mw-head {
        margin-left: 3em;
        position: absolute;
	height: 130px;
        top: 0;
        left: 0;
        width: 930px;
}

h1 {
    color: white;
    font-size: 1.5em;
    font-weight: normal;
}

h1, #content {
    width: 930px;
    margin: 0 auto;
}
div#footer {
        margin-left: 2em;
    width: 930px;
}
div#footer li {
        display: inline;
        margin: 0 1.3em;
}
div#p-views {
    position: right top;
}
div#p-captions {
    position: right top;
}
div#p-search {
    position: right top;
}
div#p-personal {
}
div#p-iveclogo {
    float: left;
    position: 150px top;
    margin-top: 0.2em;
}
div#p-ivectopright {
    float: right;
    right: 0;
    margin-top: 0.7em;
    font-size: 0.8em;
    font-family: Arial, Verdana, Sans-Serif;
}
div#toprightbtns {
    margin-left: 2px;
    right: 0;
}
div#toprighttxt {
    margin-left: 2px;
    right: 0;
    text-align:right;
}
div#p-ivecmenu {
    background-color: #EEEEEE;
    clear: both;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
span.subpages {
        display: inline;
}
#firstHeading {
	color: black;
        padding-top: 10;
        margin-top: 10;
        padding-top: 0;
        font-size: 1.6em;
}
div#p-ivecmenu a {
    padding-left: 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #333333;
}