
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ddd;
	color: #222;
	text-align: center;
	margin: 0;
	padding: 20px; 
}

#page {
	background-color: white;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 765px;
    border: 1px solid #888;
}

#pagetrue {
	background-color: white;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 100%;
    border: 1px solid #888;
}

#header {
    color: #00d;
    border: 0px;
    text-align: center;
    font-size: 18px;
}

#map {
    border: 1px solid #888;
    text-align: left;
    width: 700px;
    height: 500px;
}

#mapsmall {
    border: 1px solid #888;
    text-align: left;
    width: 450px;
    height: 300px;
}

#maponly {
    border: 1px solid #888;
    width: 450px;
    height: 300px;
}

a {
    color: #00d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#menu {
    background-color: #fff;
    font-size: 10px; 
    border: 0px solid #888;
    text-align: left;
    width: 769px;
    padding: 3px;
}


#addpoint {
    border: 1px solid #888;
    font-size: 10px; 
    text-align: left;
    width: 250px;
    height: 270px;
    padding: 15px;
}

#maintext {
    border: 0px;
    text-align: center;
    width: 700px;
}

#footer {
    border: 0px;
    text-align: center;
    font-size: 31.25%;
}

.inputText {
    color: #000; 
    font-size: 10px;
    font-weight: bold; 
    background-color: transparent; 
    border: solid 1px #888;
}

.inputArea {
    color: #000; 
    font-size: 12px;
    font-weight: bold; 
    background-color: transparent; 
    border: solid 1px #888;
}

.inputButton {
    color: #fff; 
    font-size: 12px;
    font-weight: bold; 
    background-color: #888;
    border: 1px solid #222; 
}

.inputTextCopy {
    color: #00d;
    font-size: 10px; 
    font-weight: normal; 
    background-color: transparent; 
    border: solid 0px;
}

p {
    color: #000;
    font-size: 10px; 
    font-weight: normal; 
    background-color: transparent; 
}

p.pointname {
    color: #fff;
    font-size: 16px; 
    font-weight: bold; 
    background-color: #888; 
}


