/* Zero out margin and padding */
@import url(undohtml.css);

body {
	background-image: url(../images/blubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000033;
}

#frameLayout {
	width: 760px;
	margin: 0 auto;
	border: 0px solid blue;
	padding: 5px 0;
}

#header {
	width: 750px;
	background-color: #2A3E71;
}
#header img {
	display: block;
}

#frameContent {
	float: left;
	width: 750px;
	padding: 5px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/leftblumenu.gif);
	background-repeat: repeat-y;
	background-position: -4px top;
	position: relative;
}

#content {
	width: auto;
	margin-left: 150px;
	border: 0px solid #5F8DAE;
	background-color:#FFFFFF;
	padding: 5px 2.00em;
}

#navBar {
	width: 140px;
	float: left;
}

#footer {
	width: auto;
	height: auto;
	color: #000000;
	background-color: #FFFFFF;
	clear: both;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/botleftpic.jpg);
}
#linkTitle {
	font-size: 135%;
	font-weight: normal;
	position: absolute;
	top: -60px;
	right: 35px;
	color: #002884;
}
.clearFix {
	clear: both;
}
