@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(page_bg.gif);
	background-color: #e4dad0;
	background-repeat:repeat-x;
	margin: 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 */
}
.oneColFixCtr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-color: transparent; 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.text {
padding: 10px 10px 0 10px;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
text-decoration: none;
color:#993333;
font-weight:500;
}

p {
	margin : 5px 0;
}

a:hover {
color:#666666;
}
.title {
	font-weight : 700%;
	font-size : 14pt;
	letter-spacing : -1px;
	color : #330000
}
.menuleft{
float:left;
margin: 0 0 5px 5px;
}
.mylink{
	margin :0;
	padding :0;
	font-size : 9px;
	background : #e4dad0;
}
.mapleft{
float:left;
margin-right : 10px;
}

a img {
	border : none;
	padding: 0;
	margin : 0;
}
.res {
font-size:18px;
color:#666666;
}