body {
	margin:0px;
	background:#215176;
}
.show { visibility:visible; display:block; }
.hide { visibility:hidden; display:none; }

.block {
	width:770px;
}
#center {
	position:absolute;
	width:770px;
	left:50%;
	margin-left:-385px;
	margin-right:auto;
}


/* HEADER ########################## */
#head #logo {
	height:207px;
	background:url("./images/head_logo.jpg");
	position:relative;
	cursor:pointer;
}
#head #logo #links { /* LOGO MENU */
	position:absolute; top:5px; right:8px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	color:#ffffff;
	text-align:right;
}
#head #logo #links a {
	color:#ffffff;
	text-decoration:none;
}
#head #menu {
	height:25px;
	background:url("./images/head_menu.gif");
	position:relative;
}
#head #menu #links { /* MENU */
	position:relative; top:3px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-align:center;
}
#head #menu #links a {
	color:#ffffff;
	text-decoration:none;
}
#head #banner {
	height:202px;
	background:url("./images/head_banner.jpg");
	position:relative;
}
#head #collage {
	height:132px;
	background:url("./images/head_collage.jpg");
	position:relative;
}


/* FOOTER #################### */
#foot1 {
	height:97px;
	background:url("./images/foot_top.gif");
	clear:both;
	position:relative;
}
#foot {
	height:189px;
	background:url("./images/foot_main.jpg");
	clear:both;
	position:relative;
}
#foot #content {
	position:relative;
	top:168px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	color:#ffffff;
}
#foot #text1 {
	position:absolute;
	left:100px;
	text-align:left;
}
#foot #text2 {
	position:absolute;
	right:105px;
	text-align:right;
}
#foot #text2 a { color:#ffffff; text-decoration:none; }

/* BODY */
#body {
	background:#215176;
	font-size:10pt;
	color:#ffffff;
}
#body a {
	color:#ffffff;
	text-decoration:none;
}
#body a img {
	border:0px solid #000;
}


/* SECTIONS */
#body .section { }
#body .section .title { }
#body .section .title h2 {
	color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	display:inline;
}
#body .section .content {
	font-family:times,arial,helvetica,sans-serif;
	font-size:10pt;
	text-align:justify;
}

/* SIZES ================================= */
#body .full { width:768px; min-height:400px; _height:400px; }
#body .full .title h2 { font-size:18pt; }

#body .large { width:512px; min-height:400px; _height:400px; }
#body .large .title h2 { font-size:18pt; }

#body .small { width:256px; min-height:210px; _height:210px; }
#body .small .title h2 { font-size:13pt; }


/* POSITION ============================== */
#body .left { float:left; }
#body .right { float:right; }
#body .right .title .text { float:right; }


/* FULL LEFT */
#body .full-left { background:url("./images/section_large_left.gif") no-repeat; }
#body .full-left .title { margin:10px 10px 0px; height:35px; }
#body .full-left .content { padding:0px 10px 0px 55px; }

/* FULL RIGHT */
#body .full-right { background:url("./images/section_large_right.gif") no-repeat; background-position:top right; }
#body .full-right .title { margin:10px 10px 0px; height:35px; }
#body .full-right .content { padding:0px 55px 0px 10px; }


/* LARGE LEFT */
#body .large-left { background:url("./images/section_large_left.gif") no-repeat; }
#body .large-left .title { margin:10px 10px 0px; height:35px; }
#body .large-left .content { padding:0px 10px 0px 55px; }

/* LARGE RIGHT */
#body .large-right { background:url("./images/section_large_right.gif") no-repeat; }
#body .large-right .title { margin:10px 10px 0px; height:35px; }
#body .large-right .content { padding:0px 55px 0px 10px; }


/* SMALL LEFT */
#body .small-left { background:url("./images/section_small_left.gif") no-repeat; }
#body .small-left .title { margin:5px 5px 0px; }
#body .small-left .content { padding:0px 5px 0px 15px; }

/* SMALL RIGHT */
#body .small-right { background:url("./images/section_small_right.gif") no-repeat; }
#body .small-right .title { margin:10px 10px 0px; height:35px; }
#body .small-right .content { padding:0px 20px 0px 25px; }


#body .noborder { background:none; }

