@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #a5a5a5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #a5a5a5;
}

#global {
     position:absolute;
	 z-index:1;
     left: 50%; 
     width: 950px;
     height: 630px;
     margin-left: -475px; 
     border: 0px;
	 display:block; 
}

A IMG {
border: 0px;
}

#header {
	position:relative;
	width:950px;
	height:158px;
	background-color:#003b81;
}

#logo {
	position:relative;
	width:187px;
	height:158px;
	float:left;
}

#img-header {
	position:relative;
	width:763px;
	height:158px;
	float:right;
}

#main {
	position:relative;
	height:555px;
	width:950px;
	background-color:#FFF;
}

#menu {
	position:relative;
	width:188px;
	height:555px;
	float:left;
	color:#FFF;
}

#display {
	position:relative;
	background-image:url(images/bkg-main3.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	width:762px;
	height:555px;
	float:right;
}

#include {
	position:relative;
	width:745px;
	height:460px;
	overflow:auto;
	margin-top:40px;
	padding-bottom:20px;
	padding-right:10px;
	text-align:left;
	float:left;
}

#footer {
	position:relative;
	width:762px;
	height:30px;
	float:right;
}

p.content { line-height:20px; text-align:justify; }