html,
body {
	height: 100%;	
}
body.home {
	margin:      0px;
	padding:     0px;
	font-family: Arial;
	font-size:   11px;
	color:       #000;
	text-align:  center;
}
input,
textarea,
select {
	font-family: Arial;
	font-size:   11px;
}
h1 {
	font-size:   16px;
	font-weight: bold;
}
h2 {
	font-size:   14px;
	font-weight: bold;
}
h3 {
	font-size:   12px;
	font-weight: bold;
}
.introduction {
	font-weight: bold;
}
/* PAGE */
div.pageFrame {
	position:   relative;
	width:      740px;
	margin:     0 auto;
	text-align: left;
}
.page {
	position:   relative;
	width:      740px;
	height:     100%;
	margin:     0px;
}
.page2 {
	position:   relative;
	width:      740px;
	margin:     0px;
}
.pageShadow {
	position:   absolute;
	top:        0px;
	left:       740px;
	width:      15px;
	height:     100%;
	background: url(/images/shadow.jpg) repeat-y;
}
/* MAIN MENU */
.mainNavigation,
.logoSmall,
.mainMenu {
	position:         absolute;
	z-index:          20;
	top:              0px;
	left:             0px;
	background-color: #2E554C;
}
.mainNavigation  {
	width:         740px;
	height:        39px;
	border-bottom: 4px solid #FFF;
}
.logoSmall {
	left: 5px;
}
.mainMenu {
	left:        55px;
	padding-top: 10px;
	color:       #FFF;
}
.mainMenu a {
	padding:         0px 5px 0px 5px;
	color:           #FFF;
	font-size:       12px;
	text-decoration: none;
}
/* SUB MENU */
.subNavigation {
	width:       214px;
	padding-top: 233px;
}
.subNavigation {
	background-color: #EDEAE0;
}
.subNavigation .header {
	padding:          8px 0px 5px 19px;
	background-color: #CBC3A5;
}
.subNavigation .content {
	width:   196px;
	padding: 10px;	
}
.subNavigation a {
	color:           #2E554C;
	text-decoration: none; 
}
.subNavigation .subs {
	padding:       5px 0px 5px 10px;
	border-bottom: 1px solid #AB9F6E;
}
.subNavigation .level2,
.subNavigation .level2A,
.subNavigation .level2ASingle {
	padding:       4px 10px 4px 20px;	
	border-bottom: 1px solid #AB9F6E;
	font-size:     12px;
}
.subNavigation .level2A {
	border-bottom: 1px dashed #AB9F6E;
}
.subNavigation .level3,
.subNavigation .level3A,
.subNavigation .level3ASingle {
	padding:   4px 10px 4px 20px;
	font-size: 11px;
}
/* YAHOO */
.yahoo {
	padding:   10px;
	font-size: 10px;
	color:     #999;
}
.yahoo a {
	color:           #999;
	text-decoration: none;
}
.yahoo a:hover {
	color: #2E554C;
}
/* CONTENT */
.mainContentNarrow,
.mainContentWide {
	position:    relative;
	z-index:     0;
	width:       356px;
	padding-top: 233px;
	font-size:   12px;
}
.mainContentWide {
	width: 520px;
}
.mainContentNarrow .content,
.mainContentWide .content {
	width:   336px;
	padding: 10px;
	padding-bottom: 60px;
}
.mainContentWide .content {
	width: 500px;
}
.mainContentWide .content td,
.mainContentNarrow .content td {
	font-size: 12px;
}
.sideContent {
	width:            160px;
	padding-top:      233px;
	background-color: #DDE2DF;
	border-left:      4px solid #FFF;
}
.sideContent p {
	display: inline;
	margin:  0px;
	padding: 0px;
}
.sideContent .headerNews,
.sideContent .headerInfo {
	margin:           0px;
	padding:          8px 0px 5px 13px;
	background-color: #95A69C;
}
.sideContent .headerNews {
	border-bottom: 1px solid #000;
}
.sideContent .headerInfo {
	margin:           0px;
	background-color: #2E554C;
}
.sideContent .linkInfo {
	padding:          4px 10px 4px 20px;
	background-color: #EDEAE0;
	border-bottom:    1px solid #000;
}
.sideContent .linkInfo a {
	font-size:       12px;
	color:           #2E554C;
	text-decoration: none;
}
.sideContent .content {
	width:   120px;
	padding: 10px;	
}
.sideContent p {
	margin-top: 0px;
	padding:    8px;
}
/* NEWS */
.newsItem {
	margin: 10px 0px 10px 0px;
}
.newsItem .date {
	font-size:   12px;
	font-weight: bold;
	color:       #2E554C;
}
.newsItem .title a {
	font-size:   12px;
	font-weight: normal;
	color:       #2E554C;
}
/* IMAGO AND LOGO */
.logo,
.imago {
	position: absolute;
	top:      43px;
	z-index:  50;
	height:   186px;
}
.logo {
	left:             0px;
	width:            216px;
	height:           186px;
	background-color: #EDEAE0;
	border-right:     4px solid #FFF;
	border-bottom:    4px solid #FFF;
	text-align:       center;
}
.imago {
	left:             220px;
	width:            520px;
	border-bottom:    4px solid #FFF;
	background-color: #FFF;
}
.imago .imagoImageSingle,
.imago .imagoImage1,
.imago .imagoImage2,
.imago .imagoImage3,
.imago .imagoImage4 {
	display:           block;
	position:          absolute;
	z-index:           0;
	width:             89px;
	height:            61px;
	background-repeat: no-repeat;
}
.imago .imagoImageSingle {
	top:    0px;
	left:   0px;
	width:  520px;
	height: 187px;
}
.imago .imagoImage1 {
	top:  0px;
	left: 0px;
}
.imago .imagoImage2 {
	top:  63px;
	left: 0px;
}
.imago .imagoImage3 {
	top:  126px;
	left: 0px;
}
.imago div.imagoImage4 {
	top:    0px;
	left:   92px;
	width:  428px;
	height: 187px;
}
/* FOOTER */
.footer {
	position: 	      absolute;
	bottom: 	      0 !important;
	bottom: 	      -1px;
	z-index:          100;
	width:            740px;
	height:           30px;
	padding-top:      4px;
	background-color: #AB9F6E;
	border-top:       4px solid #FFF;
	text-align:       center;
}
.footer2 {
	width:            740px;
	height:           30px;
	padding-top:      4px;
	background-color: #AB9F6E;
	border-top:       4px solid #FFF;
	text-align:       center;
}

