@charset "utf-8";
/* CSS Document */

body {
	background-color: #b2ed78;
	background-image:url(images/PgBg.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container { 
	width: 800px;
	background-color:#FFF;
	padding: 0px; 
	margin: 0 auto;
	border: 0;
} 
#header { 
	background: url(images/headlogo.png) no-repeat;
	height: 80px;
	width:800px;
	padding: 0px; 
	margin: 0 auto;
	border: 0;
} 
#menu1 {
	width: 800px;
	height: 84px;	
}

#menu2 {
	width: 148px;
	padding-left:18px;
	float:left;
	background:#FFF;
	height: auto;
}

.menu2text {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

#content {
	width:600px;
	height:500px;
	height: inherit;
	float:right;
	margin-right:15px;
}

#footer {
	width:800px;
	text-align:center;
	background: #517875;
	float:left;
	text-decoration:none;
}

.foottext  {
	font-size:x-small;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.foottext2  {
	font-size:xx-small;
	font-variant:small-caps;
	color: #CCC;
	text-decoration:none;
}

.contactform1  {
	width:100px;
	text-align:right;
	font-size:x-small;
	padding:5px;
	vertical-align: middle;
}

.contactform2  {
	width:300px;
}

