@charset "utf-8";
/* CSS Document */

body {
	/*background: url(../images/GreenTexture.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	text-align:justify;
}

.homeBox {
	margin-top:-2em;
	text-align:justify;
	margin-bottom:2em;
}

.homeBox h2 {
	margin:0px;
	font-weight:bold;
	color:#FFF;
}

.homeBox p {
	font-size:.95em;
}

.box1 {
	background:#7592d9;
	color:#FFF;
	width:90%;
	margin:auto;
	padding:.7em;
}


.box2 {
	background:#3d5ba4;
	color:#FFF;
	width:90%;
	margin:auto;
	padding:.7em;
}

.box3 {
	background:#0c369e;
	color:#FFF;
	width:90%;
	margin:auto;
	padding:.7em;
}

.social {
	height:25px;
	margin-top:10px;
	margin-bottom:15px;
}

.social img {
	width:25px;
	height:25px;
}

.footer {
	margin-top:20px;
	border-top:1px #006600 dashed;
	color:#666666;
	margin-bottom:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}

.design {
	line-height:33px;
}

.header {
	height:100px;
	/*background:#00a651;*/
}

.page {
	background: url(../images/banner-BG.jpg) top center;
	height:75px;
}

.page h1 {
	color:#006600;
	line-height:75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-weight:bold;
}

/*
p {
	line-height:2em;
	text-align:justify;
}
*/

#headmast {
	height:120px;
	background:url(../Glimses/2.jpg) center center no-repeat;
	text-align:right;
	padding-right:3em;
	padding-top:2em;
	font-weight:bold;
	margin-bottom:2em;
	}
.formElement {
	width:100%;
	padding:.2em;
	margin-bottom:.6em;
	resize: none;
	}