body {
margin:0 auto;
color:#bd0c0c;
background:grey;
font-family:Tahoma, Arial;

}

#container {
width:850px;
margin:0 auto; 
background-image:url('bodybg.png');
background-repeat:repeat-y;
}

#header {
height:100px;
width:100%;
padding:0 0 0 20px;
position:relative;
}

#menu {
width:830px;
height:27px;
margin-left:9px;
background: #bd0c0c;
}

#bodycontainer {
width:100%;
overflow:auto;
padding-top:10px;
}

#content {
width:624px;
float:left;
padding-left:15px;
padding-right:10px;
}

#contentright {
width:190px;
float:left;
padding-right:10px;


}

#footer {
margin:0 auto;
width:850px;
min-height:50px;
background-image:url('bodybottom.png');
background-repeat:no-repeat;
font-size:.6em;
}

#footercontainer {
padding-left:15px;
padding-top:5px;
position:relative;
}



#border {
border-bottom:solid 2px #bd0c0c;
width:833px;
margin-left:8px;
}

img a {
border:0px;
}

#contentright img {
padding:5px;
border:solid 1px #b3b3b3;
background-color;#d1d0d0;
}

a {
color:#bd0c0c;
outline:none;
}

a:hover {
color:#bd0c0c;
text-decoration:none;
}

p {
text-align:justify;
}

#navlist
{	margin: 0;
	padding: 0}
	
#navlist li
{	float: left;
	list-style: none;
	font: 14px Tahoma, Arial;}

#navlist li a
{	display: block;
	background: #bd0c0c;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
	white-space: nowrap}

#navlist li a:hover
{	background: #81817e}

#navlist li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index:1000;}

#navlist li ul li
{	float: none;
	display: inline;
	z-index:1000;}

#navlist li ul li a
{	width: auto;
	background: #81817e;
	border:none;
	z-index:1000;}

#navlist li ul li a:hover
{	background: #bd0c0c}


label {
display:block;
}

fieldset {
background:#d1d0d0;
padding:10px;
width:450px;
margin-left:50px;
margin-bottom:10px;
}

td.rates {
background:#d1d0d0;
}

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(placeorder.png) no-repeat top left;
	outline:none;
}


.button a:hover {
	background-position:0 -50px;
}
