
body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: URL("../img/bgcubic-print.png");
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5 { 
	font-family: Georgia, Garamond, serif; 
	font-weight: lighter;
	color:#000040; 
}

td,li,p,body {
/*	font-family: 'Trebuchet','Trebuchet MS',Verdana,Sans-Serif; */
	font-family: Georgia, Garamond, serif; 
		
}


a { color: #008; }

a:link {
	color:#018; 
	text-decoration:none; 
}
a:visited {
	color:#048;
	text-decoration:none;
} 

a:hover {
        text-decoration: underline; 
}

#Menu p a { display: block; }
#Menu a:link {color: #666;text-decoration:none; font-weight:100;  }
#Menu a:visited {color: #888;text-decoration:none; font-weight:100; }
#Menu a:hover {color: #222; text-decoration:none; background-color: #f0f080; opacity:0.5;}

#Menu p a:link {color: #666;text-decoration:none; font-weight:100; }
#Menu p a:visited {color: #666; text-decoration:none; font-weight:100;  }
#Menu p a:hover {color: #222; text-decoration:none; background-color: #f0f080; opacity:0.5; }

#HeaderTitle {
	color: white;
    font-size: 12pt;
    font-style: italic;
    font-family: sans-serif;
    letter-spacing: 2px;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

#Header a {
    color: white;	
}

#Header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:right;
	margin:62px 0 0 0;
	padding:0.2em 10em 0.2em 180px ;
	border-style:solid;
	border-color:black;
	border-width:1px 0; /* top and bottom borders: 1px; left and right borders: 0 */
	background-color:#0b455f; 
	opacity:0.7; /*css3*/
	-moz-opacity:0.7;/*for mozilla*/
/*  	filter:alpha(opacity=70); for ie*/
}

#HeaderLogo {
	position:absolute;
	top:0px;
	left:1em;
}

#Caption {
	font-size:80%;
	font-style:italic;
	text-align: right;
}

#Picture {
	position:absolute;
	top:100px;
	left:750px;
	font-size:80%;
	font-style:italic;
}

#Content {
	margin-top: 170px;
	margin-left: 16em;
	margin-right: 5em; 
    max-width: 60em;
	padding:0;
	color: #303030;
/*	border: 1px solid #f8f8f8; */
}

#Menu {
	position:absolute;
	top:170px;
	left:1px; 
	width:12em;
	padding:0.5em;
	color: #404040;
	background-color:#f8f8f8; 
	opacity:0.7; /*css3*/	
	-moz-opacity:0.7;/*for mozilla*/
/*  	filter:alpha(opacity=70); for ie*/
}

#Flag {
	position:absolute;
	top:138px;
	left:30px; 
	font-size:100%;
	font-style:italic;
}

#Flag img {
	vertical-align: text-bottom;
}


/* protocol paragraph style added by pelpet */

P.proto {
	margin-top: 15px;
}

P.subproto {
	margin-top: 0px;
}

H4.protoheadline {
	margin-top: 15px;
}

UL.plain {

}

#bottomline {
	margin-left: 1.5em;
	margin-right: 15em;
	padding:0px;
	font-size:80%;
	font-style:italic;
	text-align: center;
}


#obsoletewarning {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 2em;
	color: black;
	font-size: 110%;
	text-align: center;
	border: thick double black;
	background-color: yellow;
}
