/*Sets the attributes within the body. */
body {background-color: #CCB48F; color: #000000;}

/*Style for When the mouse pointer hovers over a link */
a {text-decoration: none}
a:hover {text-decoration: underline; }

/*Sets the style for the elements in the header.  mainhead is the entire heading,
while individual heading elements are located below.*/
#mainhead {background-color: #727EA3; vertical-align: middle}

#layouttable{border: 1;}

#logoimage {}
img.head {vertical-align: center; width: 300;}

.head {vertical-align: middle;}


/*The Main Body of the page */
#main {background-color: white; color: black;}

#map {text-align: center; }
#mapdescripfont {font-size: larger; text-align: center; color: red; }
map a:hover {border-width: thick; border-style: solid;}


#MainEntrance {text-align: center; font-size: 32; font-style: bold;}

/*Footer */
#footerad {}