/* ------------------------------------------------------- */
/* ---------------->>>> GLOBAL <<<<---------------- */
/* ------------------------------------------------------- */
@media print {
body{size: landscape;}
}
body{
	margin: 0px; padding: 0px;
	font-family: Verdana, sans-serif; font-size: 10pt;
	background-color: #363a90;
}

h4, a{
	color: blue;
}

/* ------------------------------------------------------- */
/* ---------------->>>> PAGE <<<<---------------- */
/* ------------------------------------------------------- */
#page_container{
	width: 1000px; margin: 0px auto;
	background: url(../images/bg.png) no-repeat left top;
}

#page_header{
	height: 186px;
	font-size: 8pt; line-height: 100%;
	color: white;
	background: url(../images/pics.jpg) no-repeat 294px 55px;
}
#page_header_right{
	font-weight: bold;
	width: 207px; float: right; padding-top: 20px;
}
#page_header_left{
	font-weight: bold;
	width: 216px; margin-left: 10px; padding-top: 74px;
}

#page_navigation{
	margin: 0px 0px 0px 296px;
	list-style: none;
}
#page_navigation li{
	float: left; margin-top: 7px;
	width: 102px; height: 27px;
	line-height: 24px; font-size: 8pt;
	text-align: center;
	background: url(../images/nav.jpg) no-repeat;
}
#page_navigation li a{
	color: white; text-decoration: none;
	font-weight: bold;
}

#page_wrap{
	background: url(../images/leftpic.jpg) no-repeat left 1px;
}
#page_content{
	height: 423px; clear: both; position: relative;
}

#page_body{
	padding: 20px 10px 0px 548px;	
}

#page_body h2{
	text-align: center;
}

#page_body #content{
	width: 442px; height: 250px; overflow: auto;
}

#page_info{
	position: absolute; width: 290px; right: 10px; top: 275px;
	text-align: left;
	color: white;
	font-size:10px;
}

#page_logo{
	position: absolute; width: 260px; height: 300px; left: 257px; top: 20px;
	text-align: center; font-weight: bold; font-style: italic; font-size: 12pt;
	font-family: Arial;
	color: #000080;
}
#page_logo span{
	color: red;
}
#page_logo img{
	margin-bottom: 30px;
}

#page_logos{
	position: absolute; height: 90px; left: 240px; top: 332px;
	text-align: center; font-weight: bold; font-style: italic;
	font-family: Arial;
	color: #000080;
}
#page_logos img{
	float: left;
	margin-right: 10px;
}
#page_logos table{
	float: left;
	height: 60px;
}

#page_footer{
	text-align: center; line-height: 64px;
	color: white; font-weight: bold;
}
#page_footer a{
	color: white;
}

.highlighted{
	color: #bd2d25;
}

.centered{
	text-align: center;
}

.highlighted{
	color: #363a90;
}

.no_link a{
	text-decoration: none;
	color: black;
}

.back_link{
	display: block; width: 102px; height: 27px; line-height: 23px;
	float: right; margin-right: 5px;
	text-align: center;
	background: url(../images/nav_white.jpg) no-repeat;
}