@charset "UTF-8";
/* CSS Document */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000066;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	//background-color:#006;
        background-color:#00416c;

}

#header{	
	width:1000px;
	height:208px;
	margin: 0 auto;
	margin-top:15px;
	position:relative;
	overflow:hidden;
}

#top { 
	width:1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:235px;
	background-image:url(../images/container_01.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
} 
#center { 
	width:1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(../images/container_02.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
}
#center div{
	padding:0;
	border:0;
}
#bottom { 
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100px;
	background-image:url(../images/container_03.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:left;
} 

#pagetext{
	width:600px;
	margin:0 auto;
	text-align:center;
	color:#000;
	margin-left:250px;
	float:left;
	z-index:100;
}

#message_color{
	color:#008;
}
	
#form .ol{
	width:600px;
	margin:0 auto;
	text-align:center;
	color:#000;
	margin-left:50px;
	padding-left:50px;
	float:left;
	z-index:100;
	list-style-type:none;
	}
	
table#listingsm {
padding-top:50px;
padding-left:75px;
padding-bottom:50px;
margin-left:75px;
border:0;
text-align:left;
vertical-align:top;

}

table#listingsm td li{
padding:0px;
margin-left:0px;
vertical-align:top;
text-align:left;
font: normal 11px/12px verdana, arial, lucida, helvetica, sans-serif;
width:75%;
list-style-type:none;
}

table#listingsm th {
background:#aa724c;
color:white;
font-weight:bold;
text-align:left;
padding:1px 0 1px 12px;
}