﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Maiandra GD, Arial, Helvetica, sans-serif;
	
	background-color: #f9f9f9;
	}

.wrapper
	{
	background-color:white;
	width: 1000px;
	height:784px;
	-webkit-box-shadow: -1px 0px 14px 14px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    -1px 0px 14px 14px rgba(50, 50, 50, 0.3);
	box-shadow:         -1px 0px 14px 14px rgba(50, 50, 50, 0.3);
	margin: 0 auto;
	padding-top:5px;
	
	}
	.topbar
	{
		width: 1000px;
		height: auto;
		background-color:White;
		
	}
	
	.lefttop
	{
		float:left;
		height:120px;
		background-color:white;
		width:400px;
		padding-left:5px;
		}
		
		.righttop
		{
		float:left;
		height:120px;
		background-color:white;
		width:300px;
		text-align:justify;
		padding-right:4px;
			}
	
.topbar-bottom
	{
		background-image:url(images/13.jpg);
	height: 231px;
	float: left;
	border:1px solid black;
	padding:2px 0px 2px 0px;
	}
.mid
	{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 320px;
	}
	
	.leftmid
{
	width: 15.5%;
	height: 270px;
	float: left;
	background-color: #008000;
	color: White;
	line-height: 1em;
}

.midmid {
width: 68%;
height: 260px;
float: left;
padding-top:3px;
background-color:White;
border:3px solid black;
padding-left:4px;
padding-right:4px;
}

.rightmid {
width: 15%;
height: 270px;
color:white;
float:left;
background-color:#008000;

}
.but
{
	height:28px;
	width:140px;
	background-color:#E77817;
	border:1px solid black;
	color:Black;
	}
a
{
	text-decoration: underline;
	color: White;
}

























