body {
margin: 0;
padding: 0;
text-align: center;
background-color: #c3c3c3;
font-family: arial;
color: #3c3c3c;
font-size: 0.9em;
}

table {
font-size: 1em;
}

table.companies td {
	border-bottom: 1px solid #E7D4D3;	
}	

a {
	color:#1b2b66;	
}

img.right {
	float: right;
}

img.left {
	float: left;
}

#all {
position:relative;
margin: 0 auto;
text-align: left;
width: 880px;
background-image:url('../images/background.jpg');
background-repeat: no-repeat;
}

#header {
position:relative;
left:37px;
}

#header h2 {
position: absolute;
color: #d3cd96;
font-size:0.9em;
font-family: arial;
right:90px;
top:31px;
}

#header a {
color: #d3cd96;
}

#content {
background-color:#FFFFFF;
margin:80px 30px 10px 37px;
padding:5px 40px 40px 40px;
}

img#agency {
float:right;
padding:12px 5px;
margin:0 -32px 0 0;
}

img#companies {
margin:-10px 30px 10px 37px;
margin: 0 0 0 -20px;
}

#nav {
position:absolute;
top:73px;
left:37px;
background-image: url('../images/button-back.png');
width:813px;
font-family: "Times New Roman", serif;
font-size: 1.2em;
}

ul#navitems {
display: inline;
list-style:none;
}

ul#navitems li {
display: inline;
}

ul#navitems a {
background-image: url('../images/button-back.png');
display:block;
float: left;
padding: 26px 21px 14px;
color: #660001;
}

ul#navitems a:hover, ul#navitems a.current {
background-color: #ffffff;
background-image: none;
color:#1b2b66;
text-decoration: none;
}

#content h1 {
font-family: "Times New Roman", serif;
font-size: 1.35em;
font-weight: normal;
color: #1b2b66;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
color: #1b2b66;
}

#footer {
text-align: center;
background-color:#660001;
margin: 20px -40px -40px -20px;
padding: 10px 40px;
}

#footer p {
color: #ffffff;
font-size: 0.8em;
}

#footer a {
color: #ffffff;
}

img#companies {
display:none;
}

body.Home img#companies {
margin:0 0 0 -20px;
display: inline;
}

fieldset {
	border: 0;
} 

div.field, .FormHeading {
	clear: both;
}

div.field {
	padding-bottom: 5px;
}

div.requiredField label {
	font-weight: bold;
}

label {
	float: left;
	width: 180px;
	padding-right: 20px;
	text-align: right;
}

input.text {
	min-width: 230px;
	border: 0;
	border-bottom: 1px solid #909090;
}



