/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body {
	margin: 0px;
	font-family: Geneva, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFCC00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}




/************** paragraph tag styles **************/

p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}



/************** header tag styles **************/

h4 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial, sans-serif;
 color: #FFFFFF;
}
				
input{
font-family: Arial, sans-serif;
}



/********* special text formatting styles *********/

.textwhite {
	color: #FFFFFF;
}

.date {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}

.editorial_link {
	color: #FFCC00;
}

.large_lineheight {
	line-height: 18px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.titlediv {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	width: 450px;
	z-index: 100;
}

.hometitlediv {
	position: absolute;
	left: 245px;
	top: 189px;
	height: 101px;
	width: 241px;
	z-index: 100;
}

.homesubtitlediv {
	position: absolute;
	left: 0px;
	top: 341px;
	height: 51px;
	width: 682px;
	z-index: 100;
}

.homeMOF {
	position: absolute;
	left: 590px;
	top: 100px;
	height: 171px;
	width: 180px;
	z-index: 100;
}

.submenudiv {
	position: absolute;
	left: 7px;
	top: 144px;
	height: 200px;
	width: 91px;
	z-index: 100;
}

.textediv {
	position: absolute;
	left: 105px;
	top: 120px;	
	height: 450px;
	width: 340px;
	z-index: 100;
}

.hometextediv {
	position: absolute;
	left: 0px;
	top: 465px;	
	height: 300px;
	width: 450px;
	z-index: 100;
}

.menudiv {
	position: absolute;
	left: 450px;
	top: 145px;
	height: 150px;
	width: 250px;
	z-index: 100;
}

.homemenudiv {
	position: absolute;
	left: 450px;
	top: 474px;
	height: 150px;
	width: 250px;
	z-index: 100;
}

.contextualdiv {
	position: relative;
	left: 450px;
	top: 300px;
	height: 320px;
	width: 320px;
	z-index: 100;
}


.galerie_display {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	clip: rect(10px,630px,630px,10px);
	overflow: hidden;
	background-position: center center;
	height: 640px;
	width: 640px;
	text-align: center;
	vertical-align: middle;
}
.galerie_legend {
	position: absolute;
	left: 0px;
	top: 600px;
	height: 40px;
	width: 640px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: #666666;
	font-family: Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	overflow: hidden;
}
.noteital {
	font-size: 10px;
	font-style: italic;
}
