* {
 margin: 0;
 padding: 0;
 }
body {
	font-family: candera, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
body, html {
height: 100%;
}
div#Container {
  background: url(images/border.gif) repeat-y;
	width: 750px;
	margin: 0 auto;
	position: relative;
  min-height: 100%;
  font-size: 1.5em;
	text-align: left;
}
* html div#Container{
  height: 100%;
  }
div#Header {
	background: white url(images/logo.gif) no-repeat center top;
	width: 750px;
	height: 182px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
div#Header h1 {
	display: none;
}
ul#Menu {
  background: #1A34B3; 
	position: absolute;
	left: 50%;
	width: 720px;
	margin: 135px auto 0 -364px;
}
ul#Menu li {
	float: left;
	list-style-type: none;
	margin: 0 10px;
}
ul#Menu li a {
	background: #1A34B3 url(images/button_up.jpg) no-repeat left center;
	color: #ffffff;
	float: left;
	height: 18px;
	display: block;
	font-size: 1em;
	padding-left: 24px;
	line-height: 1em;
	text-decoration: none;
}
ul#Menu a:hover {
text-decoration: underline;
}
ul#Menu a:active, a#CurrentPage {
	background: url(images/button_down.jpg) no-repeat left center;
	text-decoration: underline;
}
div#MainCol {
	float: left;
	width: 500px;
	padding: 0 15px 0 15px; 
}
h1, h2, h3 {
	color: #ee7b10;
	font-size: 2em;
	margin-top: 0;
}
h2 {
font-size: 1.4em;
}
h3 {
margin: 15px 0;
font-size: 1.3em;
}
p {
margin: 1em auto;
}
div#MainCol a, div#SideCol a, div#Footer a {
	color: #ee7b10;
	text-decoration: none;
}
div#MainCol ul {
padding: 0 40px;
list-style-image: url(images/bullet.jpg);
list-style-position: outside;
}
div#MainCol li {

}
span.CompanyName, strong {
	color: #008000;
	font-size: 1.2em;
	font-weight: normal;
}
div#SideCol {

	float: left;
	width: 185px;
	padding: 0 15px;
	
}

div#SideCol h2 {
margin-top: 10px;
font-size: 1.4em;
}

ul#NewsBits li {
	list-style-type: none;
}
ul#NewsBits p {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1em;
	height: 5em;
	overflow: hidden;
}

.clearer {
clear:both;
display:block;
font-size:1.5em;
height:1.5em;
line-height:1.5em;
}
div#Footer {
  background: white;
  font-size: 1.5em;
  font-size: 1.5em;
	line-height: 1.5em;
	height: 1.5em;
  position: relative;
  width: 750px;
  margin: auto;
  margin-top: -1.5em;
  text-align: left;
}
div#Footer p {
margin: 0;
}

div#ContactForm {
padding-left: 60px;
}
div#ContactForm p {
float: left;
clear: left;
border-left: 100px;
margin: 5px 15px 5px 40px;
}
div#ContactForm label {
float: left;
margin-left: -100px;
}
div#ContactForm input.txt , div#ContactForm textarea {
float: left;
font-size: 1em;
line-height: 1em;
height: 1em;
}
div#ContactForm textarea {
height: 4em;
}
