@charset "utf-8";
/* CSS Document */

.floatleft {
	float:left;
	display:inline-block;
	width:15%;

	
}

.floatright {
	float:right;
	display:inline-block;
	width:15%;

	
}
.images, .imagestretchy, .imagebottom {
	position:absolute;
}

.images {
height:7.47%;
width:15%;}

.imagex {
width:15%;
height:84.32%;
}

.imagestretchy {
top:7.1%;
width:15%;
}

.imagebottom {
width:15%;
height:8.21%;
}

.center {
display:block;
float:left;
	text-align:center;
	width:69%;
	color:white;
	font-size:28px;

	}


.centerimage {
width:40%;
}

.bodywrap {
	width:100%;
	margin:0px;
	height:100%;
}

@media all and (min-width: 601px) {
body {
background-image:url('../images/bg.jpg');
  width:100%;
}
.content {
margin:30px 30px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
text-color:black;
font-weight:bold;
  color:#000000;
	position:relative;
	color:white;
	font-size:28px;
        width: 70%;
        margin-right:13.5%;
	margin-left:13.5%;
	padding:20px 20px 20px 20px;
	display:block;
		}
h1, h2, h3, h4, h5 {
font-size:35px;
color:#0000CD;
}
}

@media all and (max-width: 600px) {
body {
background-image:url('../images/mobile.jpg');
  width:100%;
}
.content {
margin:30px 30px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.65;
  filter:alpha(opacity=65); /* For IE8 and earlier */
text-color:black;
font-weight:bold;
  color:#000000;
	position:relative;
	color:white;
	font-size:15px;
        width: 70%;
        margin-right:13.5%;
	margin-left:13.5%;
	padding:20px 20px 20px 20px;
	display:block;
		}
		h1, h2, h3, h4, h5 {
font-size:20px;
color:#0000CD;
}
}

* {
margin:0;

}
.notinusecache {
border-style:solid;
border-width:1px;
}



		
.content p{
margin:2% 2%;
  font-weight:bold;
  color:#000000;
  }


.centertext {
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
position:relative;
	color:white;
	font-size:35px;
	text-align:center;
	width: 70%;
        margin-right:10%;
	margin-left:10%;
}

 html,body,.bodywrap {
        margin:0;
        padding:0;
    }