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

body{
	background: #C6C6C6;
}
.body_background{
	background: #FFFFFF;
	width: 80%;
	height: 250px;
	border-style: solid;
	border-color: #00BCE7;
	border-width: 5px;
	padding: 10px;
	margin-left: 9%;
	margin-top: 5%;
	margin-bottom: 1%;
}
.body_text{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
}
.heading{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	font-style: italic;
	text-align: center;
	padding: 10px;
}
.header{
	background: #505050;
	width: 100%;
	height: 100px;
}
.header2{
	background: #505050;
	width: 60%;
	height: 100px;
	float: right;
}
.site_title{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 36px;
	text-align: center;
	color: #00BCE7;
	padding: 1px;
	margin-right: 50px;
	float: left;
	margin-top: 20px
}
.menu{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px;
	margin-top: 25px;
}
.footer{
	background: #000000;
	width: 100%;
	height: 200px;
}
.footer_text{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	padding: 80px;
}
a.menu:link{
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover{
	color: #00BCE7;
	text-decoration: none;
}
a.menu:active{
	text-decoration: none;
	color: #00BCE7;
}
a.menu:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.logo{
	float: left;
	padding: 10px;
	margin-top: 15px;
	margin-left: 30px;
}
.home_img{
	width: 200px;
	height: 100px;
	padding-top: 10px;
	margin-left: 42.5%;
}
a:link{
	text-decoration: none;
	color: #00BCE7;
}
a:hover{
	text-decoration: none;
	color: #C6C6C6;
}
a:active{
	text-decoration: none;
	color: #00BCE7;
}
a:visited{
	text-decoration: none;
	color: #00BCE7;
}

