body {
	/*background: #ffffff repeat-y fixed 0px 0px;
	visibility: visible;*/
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

h1   {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2  {
	color: #c1b05c;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: #c1b05c;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h4  {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #cc0000;
	font-weight: bolder;
	font-size: 16px;	
}
	
/*
* We are using images in a number of places which are set by the CSS.
* In order to support situations where the CSS may be missing we put
* backup text inside a span with this class. If the CSS is present then
* the fallback text will be shown.
*/	
.noCssFallback {
	visibility: hidden;
}

#maintext {
	position: absolute;
	top: 25px;
	left: 50px;
}

a:link {
	color: #c1b05c;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none }

a:visited {
	color: #c1b05c;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none }

		
.txtred {
	color: #cc0000;
	font-size: 12px;
	font-weight: bolder;
	line-height: 15px;
	 }
	
.ul	{
	list-style : none inside }
	
.vcard {
	margin-left: 50px;
}	
	
.vcard .adr {
	color: #000;
	font-size: 12px;
	font-weight: bolder;
	line-height: 15px;
	}
	
.vcard .adr .org  {
	color: #cc0000;
	font-weight: bolder;
	font-size: 16px;
	 }		
		
#container	 {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	visibility: visible;
	display: block }		
			
#logo   {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 45px;
	padding-left: 57px;
	padding-right: 12px;
	padding-bottom: 7px;
	z-index: 10;
}

#redtop  {
	background-color: #c00;
	top: 0px;	
	width: 100%;
	height: 1em;
	z-index: 0;
	}
	
	
#tagline {
	position: absolute;
	top: 3em;
	left: 220px;
	width: 335px;
	height: 2em;
}
	
#menuBar {
	position: absolute;
	top: 138px;
	left: 220px;
	width: 600px;
	border: 0px;
	padding: 0px;
	height: 60px;
	margin-top: 0px;
	margin-left: -19px;	
}	

#pageImage        {
	background-color: #c1b05c;
	position: absolute;
	top: 175px;
	left: 0px;
	width: 220px;
	height: 450px;
	z-index: 10;
	visibility: visible;
	display: block }


#redmiddle  {
	background-color: #c00;
	position: absolute;
	top: 175px;
	left: 0px;
	width: 100%;
	height: 450px;
	visibility: visible;
	display: block;
	z-index: 0;
}
	
#corps  {
	background-image: url(../gfx/bgbigdot.gif);
	position: absolute;
	top: 0px;
	left: 220px;
	width: 600px;
	height: 450px;
	visibility: visible;
	display: block;
	z-index: 10;
}

	
.maintext {
	text-align: right;
	width: 450px;	
	}
	
#nextpage {
	position: absolute;
	top: 625px;
	left: 100px;
	width: 720px;
	height: 80px;
}



@media print {
	#corps {
		left: 50px;
	}
	#nextpage {
		visibility: hidden;
	}
	#pageImage {
	    visibility: hidden;
	}
}
