
body {
	background-color: #9e9e9e;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	margin-top: 20px;
}

div#container {
	background-color: #ffffff;
	width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

div#header {
	background: url(images/topleftcorner.png) top left no-repeat;
	background-color: #1d21b8;
	height: 70px;
	width: 100%;
	border-top-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #7345a5;
}

div#headercorner {
	background: url(images/toprightcorner.png) top right no-repeat;
	height: 70px;
	width: 100%;
}

div#contentcontainer {
	width: 100%;
	height: 100%;		
	background-color: #b7e844;
	float: left;
}

div#menu {
	background-color: #b7e844;
	width: 126px;
	float: left;
	height: 100%;
	margin-left: 0px;


}

div#menu ul  {			
		margin-top: 20px;
		padding-left: 0px;
		list-style: none;
		float: left;
		margin-left: 0px;	

}

div#menu ul li {
		float: left;
		
}

div#menu ul li a {
		display: block;
		padding: 0 10px;
		line-height: 26px;
		text-decoration: none;
		font-weight: 600;
		color: #000000;
		font-size: 16px;
		width: 106px;
		text-align: left;
		
}


div#menu ul li  a:hover, .selected a {

		color: #ffffff;
}

#home #menuhome a,
#bmenu #menumenu a,
#aboutus #menuaboutus a,
#contact #menucontact a {
		background: url(images/arrow.png) top right no-repeat;

}

div#content {
	background-color: #ffffff;
	width: 664px;
	float: left;
	height: 100%;
	text-align: left;
	padding: 30px;
	padding-top: 20px;

}

.imgright {
	float: right;
	margin-left: 20px;
}

.image {
	margin-bottom: 0px;
}

div#section {
	width: 100%;
	height: 25px;
	background-color: 
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #b7e844;
	clear: both;
}

div#bottomtrim {
	width: 100%;
	height: 20px;
	background-color: #7345a5;
	clear: both;
}

div#footer {
	background: url(images/footerleft.png) bottom left no-repeat;
	width: 100%;
	height: 25px;
	background-color: #1d21b8;
}

div#footerright {
	width: 100%;
	height: 25px;
	background: url(images/footerright.png) bottom right no-repeat;
}

div#footer ul  {			
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
}

div#footer ul li {
		margin-top: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
		margin-bottom: 0px;
}

div#footer ul li a {
		display: inline;
		padding: 0 10px;
		line-height: 25px;
		text-decoration: none;
		font-weight: 500;
		color: #ffffff;
		font-size: 13px;
		margin-top: 0px;
		position: relative;
		top: -8px;
}

h2 {
	color: #000000;
	font-family: "georgia";
	font-style: bold;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h6 {
	color: #000000;
	font-family: "georgia";
	font-style: bold;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	position: relative;
	top: -35px;
	
}

.raise {
	position: relative;
	top: -55px;
	
}



h3 {
	font-size: 14px;
	font-weight: 600px;
	font-style: bold;
}

h4 {
	font-size: 14px;
	font-weight: 600px;
	font-style: bold;
	position: relative;
	top: 3px;
	left: 10px;
}


h5 {
	color: #ffffff;
	float: right;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	
}

input {
	width: 250px;
}

textarea {
	width: 660px;
	height: 150px;
}