/*
 This file contains specific styling information for the start page.
 */

.mgnlMainbarPreview {
    background-color: yellow;
    width: 27px;
}

html {
    height: 99%;
	margin: 0;
	padding: 0;
	border: 0px solid red;
	background-color: #041c54;
}

body {
    height: 99%;
	margin: 0;
	padding: 0;
	border: 0px solid red;
	background-color: #041c54;
}

/*
a {
	font-weight: bold;
}

a:link, a:visited {
	color: #2F4B84;
}

a:active, a:hover {
	color: #0939AA;
}


table.top {
    width: 100%;
    height: 50%;
}

table.bottom {
    width: 100%;
    height: 50%;
}
*/

div, span {
    width: 100%;
    border: 0;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
    border: 0;
}

.helper {
    padding: 0;
    margin: 0;
    width: 99%;
    height: 100%;
    text-align: center;
}

.helper * td {
	margin: 0;
	padding: 0;
    border: 0;
    overflow: hidden;
}

.helper * td.foot {
	margin: 0;
    border: 0;
    color: white;
    text-align: left;
    padding: 0 0 10px 10px;
}

.head {
    height: 50%;
    text-align: center;
    background-color: #2f4b84;
}

.body {
    height: 50%;
    text-align: center;
    vertical-align: top;
}

.body * {
    color: #869DC4;
}

img.logo {
    position: relative;
    top: 3px;
    _top: 0px;
    width: 600px;
    height: 100px;
}

img.slogan {
    width: 601px;
    height: 90px;
}

table.bottom * td.archive {
    text-align: left;
}