html, body {
    height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#header {
	background-image: url(images/header_bkgd.gif);
	height:108px;
}
#contentcontainer {
	min-height: 100%;
	margin-bottom: -140px;
	position: relative;
}
#content {
	margin-top:50px;
	padding-left:20px;
	padding-right:20px;
}
#content ul li {
	list-style:square;
}
.clearfooter {
	height: 140px;
	clear: both;
}
#footer {
	height:140px;
	position: relative;
	background-image: url(images/MnImg3_bkgd.gif);
}
.footertext {
	color:#FFF;
	font-size:10px;
	padding-bottom:5px;
}
.footertext a {
	color:#FFF;
	text-decoration:none;
}

.toptext {
	position:absolute;
	right:10px;
	top:5px;
	text-align:right;
	color:#FFF;
	z-index:1;
}

.bottomline {
	border-bottom: #999 thin dashed;
}

/* menu */
.container {
        width: 100%;
        padding: 15px;
        margin: 3px 0 10px 0;
        background: #fff;
		float:right;
}

#navSquare {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #000;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #F00;
        background: url(images/square.gif) no-repeat bottom center;
}