/* Body */

#wrap {width:800px; background-color:#fff; color:#000; padding:10px; margin:0 auto 0 auto; text-align:left; border:1px solid #555;}
#top {width:800px; text-align:right; margin:10px auto 5px auto; color:#ccc; font-size:0.9em;}
#top p {margin:2px; padding:0;}
#top a {color:#fff; border-bottom: 1px solid #fff;}
#top a:hover {color:#fff; text-decoration:none; border-bottom:1px solid #fff;}

/* Header and title */
#header {text-align:left; padding:0; margin:0 0 10px 0;}
#sitetitle {width: 340px; float:left;}
#sitetitle h1 {font-weight: 700; font-size:2.2em; letter-spacing:-2px; line-height:0.9em; margin:20px 0 10px 10px; padding:0;}
#sitetitle h1 a {font-weight:700; letter-spacing:-1px;}
#sitetitle p {margin:5px 0 20px 20px; padding:0; letter-spacing:-1px; font-size:1.1em; color:#555;}

/* Main menu */
#mainmenu {float:right; width:400px; margin:0;}
dl.nav {width:115px; float:left; padding: 10px 0px 5px 10px;margin: 0;}
dl.nav dt {border-bottom:1px solid #aaa; padding:0; font-weight:700; margin:0; color:#555;}
dl.nav dt a {font-weight:700; color:#555;}
dl.nav dt a:hover {color:#555;}
dl.nav dd {padding:0; margin:0; border-bottom:0px solid #ccc; background:#ffffff;}
dl.nav dd a {font-weight:500; padding:5px 0 5px 0; color:#555; display:block; width:100px;}
dl.nav dd a:hover {color:#000; background:#dddddd;}

/* Headline */
#headline {width:766px; text-align:center; margin:15px 1.1em 10px 1.1em; border:2px solid #EFEFEF; background-color:#EFEFEF; color:#EFEFEF; font-size:1.1em;}
#headline p {margin:2px; padding:0;}
#headline a {color:#fff; border-bottom: 1px solid #fff;}
#headline a:hover {color:#fff; text-decoration:none; border-bottom:1px solid #fff;}

/* Links */
a {color:#000099; font-weight:400; text-decoration:none;}
a:hover {color:#800000; text-decoration:none;}
a img {border:0;}

/* Various classes */
.left {float:left; width:49%; text-align:left;}
.right {float:right; width:49%; text-align:right;}
.textleft {text-align:left;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.introtext, .introtext a {font-weight:700;}
.clear {visibility:hidden; clear:both; height:1px;}
.hide {display:none;}
