﻿body {
     height: 100%;
	margin: 10px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background-color: #fff;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;
	}	
a {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: Navy;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	color: Navy;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	color: Navy;
	}
h3 {
	font-size: 1em;
	font-weight:bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: Navy;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
code {font-size:1.2em;}

dfn {font-style:italic;}
hr
{
	color:Silver;
	bheight: 0.5px;
}

div
{ 
	text-align:right;
	color:Blue;
	font-family: Arial;
    font-size: .9em;
 
	}
/*specifically for error page*/
.bodyErrorPage
{
     background-color:#0653A5;
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.centerScreen {
 margin: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.textStyle
{
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.textStyleLong
{
text-align: center;
  
  color: #FFFFFF;
}
.buttonMargin{
   
    margin:10px;
}