/*
html { 
  background: url(../img/backgrounds/cannon1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

body {
	padding:0;
	margin:0;
-webkit-font-smoothing: antialiased;
}
body.bgimg {
	background-image: url("/davidoi/img/backgrounds/noisy-texture-100x100-o6-d18-c-f5f5f5-t0.png");
}

h1 {
	font-family: Helvetica;
}

h2 {
	padding-left: 50px;
	color: #777;
}

.eduyr {
	color:white;
	font-size: 30px;
	font-family: Helvetica;
	height: 40px;
}

.edutxt {
	font-size: 12px;
	font-family: Helvetica;
	vertical-align: top;
}

.head1 {
	color: blue;
	font-weight: bold;
	font-size: 16pt;
	font-family: Helvetica;
}

.head2 {
	color: blue;
	font-weight: bold;
	font-size: 14pt;
	font-family: Helvetica;
}

.level1 {
	background:rgba(0,0,0,0.7);
	font : 25px Helvetica;
	font-weight: bold;
	color: white;
	text-align: justify;
	letter-spacing: 1px;
	height:40px;
	padding-top: 10px;
	padding-left: 40px;
	width: 100%;
}

.tcaption { 
	    text-align: center;
	    font: 28pt Helvetica;
	    font-weight: bold;
	    color: #fff;
	    padding-top: 240px;
	    letter-spacing: 7px;
}

.educontainer {
	background-color: #fff;
	border-top: 1px #888 solid; 
	border-right: 1px #888 solid;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	width:800px;
	padding-top: 40px;
	padding-left: 5px;
	padding-bottom: 20px;
	margin: 80px auto;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.8);
}

.contentcontainer {
	background-color: #fff;
	padding-top: 0px;
	padding-left: 10px;
	border-right: 1px #888 solid;
	border-left: 1px #888 solid;
	border-bottom: 1px #888 solid;
	width:800px;
	margin: 0px auto;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.8);
}

.col1 {
	width: 350px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	text-align: justify;
	background-color: #fff;
	padding: 20;
}

.col2 {
	width: 350px;
	float: left;
	font: 12px normal;
	font-family: Arial;
	text-align: justify;
	background-color: #fff;
	padding: 20;
	border-left: 1px black dashed;
}

.footer {
	text-align: center;
	clear:both;
}
