body {
	margin: 20px;
	padding: 0px;
	background: #F3F3F3;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	text-align:center; }

#wrap { 
	margin:0 auto 0 auto; 
	width:800px; 
}

pre {text-indent: 30px}

#logo{
	text-align:left; 
	margin-bottom:30px;
}

#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	text-align:left}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a {
	color: #fff;
	background: #23C1E4;
	font: 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; }

#tabmenu a.active {
	color:#999999;
	background: #fff;
	font: 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; 
	border-bottom: 1px solid #fff;
	}
	
#tabmenu a:hover {
	color: #fff;
	background: #1B96BA; }

#tabmenu a:visited {
	color: #fff; }

#tabmenu a.active:hover {
	background: #fff;
	color: #999999; }

#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	background: #fff;
	padding: 15px;
	border: 1px solid black;
	border-top: none;
	z-index: 2;}

#content p{
	text-align:left;
	width: 550px;
	clear: left;
	margin: 0;
	padding: 4px 0 4px 0;
	padding-left: 220px; /*width of left column containing the label elements*/
	border-bottom: 1px dotted #23C1E4;
	height: 1%;
}

#content label{
	float: left;
	margin-left: -220px; /*width of left column*/
	width: 220px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #666666;
}

#content a{
	text-decoration:none;
	color:#23C1E4;
}
#content a:hover{
	font-weight:bold;
}

#content span{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
	color:#999999;
}