body {
	background-color:#627be4;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	box-sizing:content-box;
	margin:0px;
	padding:0px;
	cursor:default;
	-webkit-animation: pageOpen 5s; /* Chrome, Safari, Opera */
    animation: pageOpen 5s;}
/* Chrome, Safari, Opera */
@-webkit-keyframes pageOpen {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* Standard syntax */
@keyframes pageOpen {
    from {opacity: 0;}
    to {opacity: 1;}
}		
#headerWrapper {
 	box-sizing:content-box;
	padding:0px 0px 0px 0px;
	position:relative;
	top:0px;left:0px;
	margin-left:auto; margin-right:auto;
	margin-top:0px; margin-bottom:0px;
	width:925px;
}
#header {
	box-sizing:content-box;
	padding:0px 0px 0px 0px;
	position:fixed;
	width:925px;
	height:140px;
	margin-left:auto;margin-right:auto;
	margin-top:0px;margin-bottom:0px;
	background-color:#627be4;
	z-index:1;
}
.titleMain1 {
	box-sizing:content-box;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:0px; left:0px;
	width:500px;
	height:60px;
	background-color:#627be4;
	color:white;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:26px;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
	cursor:default;
}
#textWrapper{
 	box-sizing:content-box;
	padding:0px 0px 80px 0px;
	position:relative;
	overflow:hidden;
	top:200px;left:0px;
	margin-left:auto; margin-right:auto;
	margin-top:0px; margin-bottom:0px;
	width:910px;
	background-color:#d6d6ff;
	/* Safari 5.1 to 6.0 */
	background: -webkit-repeating-linear-gradient(left, rgba(214,214,255,0),rgba(214,214,255,1) 8%,  rgba(214,214,255,1) 92%, rgba(214,214,255,0));
	/* Opera 11.1 to 12.0 */
	background: -o-repeating-linear-gradient(right, rgba(214,214,255,0),rgba(214,214,255,1) 8%,  rgba(214,214,255,1) 92%, rgba(214,214,255,0));
	/* Firefox 3.6 to 15 */
	background: -moz-repeating-linear-gradient(right, rgba(214,214,255,0),rgba(214,214,255,1) 8%,  rgba(214,214,255,1) 92%, rgba(214,214,255,0));
	/* Standard syntax */
	background: repeating-linear-gradient(to right, rgba(214,214,255,0),rgba(214,214,255,1) 8%,  rgba(214,214,255,1) 92%, rgba(214,214,255,0));
}
#bodyText{
	box-sizing:content-box;
	padding:0px 0px 0px 0px;
	position:relative;
	top:16px;left:0px;
	margin-left:auto; margin-right:auto;
	margin-top:0px; margin-bottom:0px;
	width:600px;
	background-color:#d6d6ff;
	color:black;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:32px;
}
img.flag {
	box-sizing:content-box;
	padding:0px 0px 0px 0px;
	margin:0;
	float:left; 
	width:200px;
	-webkit-box-shadow: 8px 8px 5px black;
	-moz-box-shadow: 8px 8px 5px black;
	box-shadow: 8px 8px 5px black;}	
p.p1 {
	margin-bottom:22px;
	font-weight:bold;
	text-indent:25px;
}
a:link, a:visited {color:black; text-decoration: none;}
a:hover, a:active {color: green;}