﻿body {
	background-color:#273545;
	background-image:url('Newsite/images/midbar.png');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
a {
	text-decoration:none;
	color:#273545;
}
a:hover {
	color:#7f9c4b;
	border-bottom:1px #7f9c4b dotted;
}
h2 {
	font-family:Calibri;
	font-size:large;
}
p {
	padding:0px 0px 0px 0px;
}
form {
	margin: 5px 0px; padding: 2px 10px 0px 5px;
	border: 1px solid #111; 
	background: #e6eaef; 	
}
form p {
		padding:0px 0px 0px 0px;

}
img {
	border: 5px #273545 solid;
	float:left;
	margin:10px;
}
input, select, textarea {
	padding: 0px 4px 0px 4px;
	font: normal 1.2em Calibri, Tahoma, sans-serif;
	color: #161b22;
	background: #c6cbd2;  
	border: 1px solid #1C1C1C;
	margin:5px 0px 5px 0px;
	text-transform:uppercase;
}
input.button { 
	font: bold 12px Calibri, Sans-serif; 
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

#navbar ul {
	padding:54px 0px 0px 340px;
	list-style:none;
	float:left;
	height:30px;
	}
		
	#navbar ul li {
		display:inline-block;
		
}
	#navbar ul li a {
		font-family:Calibri;
		width:20px;
		color:#161b22;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		padding: 0px 25px 0px 25px;
}
	#navbar ul li a:hover {
		color: #fff;
}

div#bodywrap {
	width:800px;
	margin:0 auto;
}
	div#navbar {
		background-image:url('Newsite/images/toplogo.jpg');
		height:139px;
}	
	div#mainimage {
		background-image:url('Newsite/images/bottlogo.jpg');
		height:247px;
}	
	div#boxtop {
		width:180px;
		background-color:#7f9c4b;
		height:10px;
		margin: 20px 0px 0px 0px;
		
	
}
	div#boxcontent {
		width:180px;
		margin:00px 0px 0px 0px;
}
	div#maincontent {
		font-family:Calibri;
		width:700px;
		height:600px;
		font-size:11pt;
		color:#161b22;
		border:3px #161B22 solid;
		background-color:#e6eaef;
		padding:5px 15px 15px 15px;
		margin:0px 5px 0px 58px;
}
	div#testi {
		background-color:#c6cbd2;
		padding:20px 20px 20px 20px;
}
	div#leftcol {
		width:475px;
		float: left;
		height:100%;
		padding:0px 25px 0px 0px;
	}
	div#rightcol {
		width:200px;
		float:right;
		height:100%;
}
	div#monsup {
	margin:0px auto 0px auto;
	padding:15px;
	width:600px;
	font-family:Calibri;
	font-size:10pt;
	text-align:center;

}
	#monsup a {
	text-align:center;
	text-decoration:none;
	color:#e6eaef;

}