*
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

html,body
{
    width:100%;
    height:100%;
}
h2
{
	padding-top: 1%;
}
/*--------------------------Containers ----------------------------*/

div#Container
{
	position:absolute;
	font-size: 1.6em;
	
	text-align:center;
	
	width:100%;
	
  	/*background-color: pink;*/
  	
  	top:0;
  	bottom: 4%;
  	  	
  	overflow-x:hidden;
 	 
}

div#Header
{
	padding: 0.5% 3%;
	text-align:left;
	
	height: 16%;
	
	overflow: hidden;
	white-space: nowrap;
	
	box-shadow: 5px 0px 5px #000000;

}

div#Footer
{
	position:absolute;
	overflow:hidden;
    
    width: 100%;
    bottom: 0px;
    height: 4%;
    
    padding-top:0.5%;
    
    text-align: center;
    
    font-size: 1.2em;
    
}

div#Header *
{
	display:inline-block;
	vertical-align: middle;
	font-size: 2em;
}

div#Header h1
{
	font-family:"Impact";
	font-style:italic;
	font-weight: 300; 
	
	text-shadow: 2px 2px 2px #000000;
	
	margin-left: 2%;
	/*font-size: 5em;*/
}
div#Header #logo
{
	height: 100%;
	
}




div#Header,div#Footer
{
	background-color: #446293;
	color: #ffffff;

}

div.PrintButtons
{
	min-height:2.5em;
	padding: 0.25em 0;
}

/*----------------------------------------------------------------------*/

/*----------------------    Buttons        -----------------------------*/
.PrintButtons button
{
 	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	border-width: 0;
	
	min-height: 100%;
	min-width: 25%;
	margin : 0% 1%;
	
	padding: 0.2em;
	vertical-align: middle;
		
	font-size:1.5em;
	font-weight: bold;
	color: #ffffff;
	
	box-shadow: 3px 3px 5px #000000;
}

button#PrintBlackAndWhite:hover
{
	background-color: #efeff1;
	color: #696969;
}

button#PrintColor:hover
{
	background-color: #b0e3c2;
	color: #3ab150;
}

button#PrintColor:hover,button#PrintBlackAndWhite:hover,button#PrintCMYK:hover
{
	position:relative;
	top:3px;
	left: 2px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: 3px 3px 5px #000000 inset;
}

button#PrintColor
{
	background-color: #3ab150;
	
}

button#PrintBlackAndWhite
{
	background-color: #696969;
}

button#PrintCMYK
{
	 background: lightblue; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to bottom right, cyan ,magenta, yellow,darkgrey); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom right,  cyan ,magenta, yellow,darkgrey); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom right,  cyan ,magenta, yellow,darkgrey); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right,  cyan ,magenta, yellow,darkgrey); /* Standard syntax */
}

/*----------------------------------------------------------------------*/

/*----------------------   Included Objects         --------------------*/
div.svg
{
	display: none;
}

