

body{width:100%;
	font-family: Helvetica, Sans Serif;
	color: black;
	margin: 0px;
	padding: 0px;
	background: #FFFFDA;
}

table	{border-width:0;
              font-size: 75%;
		margin-left: auto; margin-right:auto}

tr.heading	{background: #FFFFFF;
			color: #515128;
			text-align:center
			}

img		{border:1}

a:visited {
	color: #00CC33;
	text-decoration: none;
} 
a:link {
	color: #6E733F;
	text-decoration: none;
}

a:hover {
	color: #003600;
	text-decoration: none
}

h1{
 font-size: 100%;
 color: #93AED6:;
 text-align: center
}



div#Container	{background: #FFFFFF;
				
				padding-top: 1em; padding-bottom: 0em;
				}
 
div#content		{background: #FFFFB9;
				overflow:auto;
				padding:1em;
			}

div#content p	{text-align: left;
			margin: 1em;
			}
			
div#content img	{margin-left: 5mm; margin-right: 5mm}

div.footer	{position: fixed; bottom:0; width: 100%;
			margin-left: auto; margin-right:auto}
div.footer p {text-align:center; font-family: serif; font-size: 10pt}

			
p			{margin: 0}
			
.center		{text-align: center}
.right		{text-align: right}
.left		{text-align: left}

#links, #dropdown	{
			background: #C2D7AE;
			color: #000000;
			font-weight: bold;
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 3px 0 3px 0;
			font-size: 10pt;
			list-style:none;
			border-top: 2px solid;
			border-bottom: 2px solid;
			overflow:hidden;}
			
#links li	{float:left;
				display:block;
				padding: 0 1em 0 1em}

#links li:hover	{color:white; background:#00313B}

#dropdown	{position:absolute;
				display:none;
				z-index: 50;
				background: #C2D7AE; color:#000000;
				border: 1px solid black;}
				
#dropdown li	{float:none}

#PicMenu:hover #dropdown {
				display: block;}

/****************************************************/
/* These styles apply to a normal computer monitor  */
@media screen {

div#Container	{width:80%;
				 margin:1cm auto 1em auto;
				 border: 3px solid;
				}

img#guilbeaulogo	{width:624px; height:180px}

div#content		{max-height: 12cm;
				 overflow: auto}
				
.frill			{display:inline;
				 float:left}

#PicMenu		{display:list-item}
}


/****************************************************/
/* Modify the style and hide the picutres element for
   small screens */
@media only all and (max-width:600px){
div#Container	{width:100%;
				 margin:0;
				}

img#guilbeaulogo	{width:300px; height:87px}

div#content		{min-height: 5cm;
				 max-height: 100cm;
				 max-width:100%;
				 overflow:none}

#links li#PicMenu		{display:none;}

.frill			{display:block;
				 margin-left:auto; margin-right:auto}
}

