body { margin: 0; padding: 0; background-color: white; font-family: Verdana; font-site: 0.95em; }



label { display: inline-block; width: 250px; }
.greenText { color: darkgreen; }

#content input[type=text] { border: 1px solid #999; font-size: 1.1em; width: 300px; }
#content input[type=submit] { border: 1px solid #999; background-color: #eee; font-size: 1.1em; width: 300px; }
#content { margin: auto; background-color: #68c5f0; /* background-image: url(../images/bg.dark.png); */  width: 800px; }
#content h3 { margin-bottom: 20px; }
#content a { color: black; text-decoration: none; }
#content a:hover { text-decoration: underline; }

#content a img, #content span img { border: 0; vertical-align: middle; }
#content .white { color: #FFFFFF; text-decoration: none; }
#content a:hover, #content a.white:hover { color: #FF0066; text-decoration: none; }


#logo { position: relative; background: #DDD url(../images/logo.png) no-repeat; height: 391px; }
#logo h1 { position: absolute; right: 60px; bottom: 100px; color: #444; }

.text { padding: 20px; padding-top: 10px; padding-bottom: 0px; }

.clear { clear: both; }

#footer { background-color: white; }


