@media screen {

html {
	height : 100%;
	max-height : 100%;
	padding : 0;
	margin : 0;
	border : 0;
	background : #fff;
	font-size : 12px;
	font-family : sans-serif;
/* hide overflow : hidden from IE5/Mac */
/* \*/
	overflow :  hidden;
/* */
}

body {
	height : 100%;
	max-height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 0;
	border : 0;
}

#content {
	overflow : auto;
	position : absolute;
	z-index : 3;
	top : 50px;
	bottom : 0px;
	left : 17em;
	right : 1em;
	background : #fff;
}

* html #content {
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	height : 100%;
	max-height : 100%;
	width : 100%;
	overflow : auto;
	position : absolute;
	z-index : 3;
	border-top : 50px solid #fff;
	border-bottom : 0px solid #fff;
	border-left : 17em solid #fff;
	border-right : 1em solid #fff;
}

#head {
	position : absolute;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 100%;
	height : 50px;
	background : #00009c;
	font-size : 120%;
	font-weight : bold;
	text-align : center;
	z-index : 5;
	overflow : hidden;
	color : #ff0;
}
#foot {
	position : absolute;
	margin : 0;
	bottom : 0;
	left : 0;
	display : block;
	width : 16em;
	height : 50px;
	font-size : 1em;
	text-align : center;
	z-index : 5;
	overflow : hidden;
	background : #00009c;
	color : #ff0;
}

#foot A, #foot:visited {
	color : #ff0;
	font-weight : bold;
 }

#left {
	position : absolute;
	left : 0;
	top : 16em;
	bottom : 50px;
	width : 16em;
	background : #00009c;
	z-index : 4;
	overflow : auto;
}

* html #left {
	height : 100%;
	top : 0;
	bottom : 0;
	border-top : 16em solid #fff;
	border-bottom : 50px solid #fff;
	color : #fff;
}

#logo {
	position : absolute;
	left : 0;
	top : 0px;
	height : 16em;
	width : 16em;
	background-image : url("/images/cepiug_logo.png");
	background-position : center center;
	background-color : #00009c;
	background-repeat : no-repeat;
	z-index : 6;
	overflow : hidden;
}

}

@media print {

html {
	padding : 0;
	margin : 0;
	border : 0;
	font-family : serif;
	font-size : 12pt;
}

body {
	padding : 0;
	margin : 50pt 0 0;
	border : 0;
	font-family : serif;
	font-size : 12pt;
}

#content {
	z-index : 3;
}

* html #content {
	z-index : 3;
}

#head {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

#foot {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

#left {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

* html #left {
	height : 0%;
	top : 0;
	bottom : 0;
	border : 0;
	visibility : hidden;
}

#logo {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

* html #logo {
	height : 0%;
	top : 0;
	bottom : 0;
	border : 0;
	visibility : hidden;
}

}
