@charset "utf-8";
/* CSS Document */

body {background-color: #9672bb; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin: 0px;}
div#centerCol {background-color: #ffffff; margin: 0px auto; border-left: #333333 3px solid; border-right: #333333 3px solid; border-bottom: #666666 6px solid; width: 600px; padding: 24px 18px 56px 18px;}
div#gMap {border: #cccccc 1px solid; margin-left: auto; margin-right: auto; width: 500px;}
div#bayerList {width: 600px; margin-left: auto; margin-right: auto;}

/* headings */
div#centerCol h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight: bold; text-align: center; }
div#centerCol h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight: bold; margin-top: 18px;}

/* links */
a {text-decoration: none; font-weight:bold;}
a:link, a:hover {color: #551111;}
a:visited {color: #553333;}

/* ul */
div#centerCol ul {list-style:none;}

/* form */
div#centerCol form label {font-weight:bold; vertical-align: top;}

