﻿html, body, form {
    height: 100%;
    background-image: url(../images/yellow_grad_02.gif);
	background-repeat: repeat;
    background-position: 0 125px;
}

#header {
    background-image: url("../images/BannerSpacer.jpg");
    background-repeat: repeat-x;
    text-align: center;
    min-width: 900px;
}

#header a, #header img {
    text-decoration:none;
    border: 0;
}

#mainContent {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 10px auto -25px;
    /*overflow:auto;*/
    vertical-align:bottom;
    padding-top: 5px;
    /*display: table;*/
    padding: 0 10px;
    clear:left;
    min-width: 900px;
}

#menu {
    min-height: 100%;
    height: auto!important;
    height: 100%;
}

#side {
    min-height: 100%;
    height: auto!important;
    padding: 45px 5px 5px;
    position: absolute;
    top: -2px;
    left: 0;
}

#footer {
    background-image: url("../images/footer_bkg_01.gif");
    background-repeat: repeat-x;
    text-align:center;
    font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.Menu {
}

.push {
    height: 25px;
}

.sideBar {
    background-color: #4B5F7F;
    border-radius: 0 0 10px 0;
}