/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
.clear{
	clear: both;
}
.floatleft{
	float: left;
}

#header{
	padding-top: 15px;
	height: 50px;
	border-bottom: 1px dotted #3b6b8c;
}
#bar{
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
	width: auto;
	margin-right: 35px;
	margin-top: 25px;
}

#bar h6{
	width: 100%;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
#bardrop{
	float: right;
	clear: right;
	width: 100px;
	background: #ffffff;
	display: none;
	overflow: hidden;
	font-size: xx-small;
	color: #fff;
	text-align: left;
	margin-top: 0px;
}
#bardrop .top{
	border: none;
	font-size: xx-small;
}
#bardrop .mid{
	border-top: 1px solid #3b6b8c;
	border-bottom: 1px solid #3b6b8c;
	background: #ffffff;
	font-size: xx-small;	
}
#bardrop .bottom{
	border: none;
	font-size: xx-small;
}
#bardrop div table{
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
#bardrop div table tr td{
	line-height: 1.5em;
	font-size: xx-small;
}
.alt{
	width: 100px;
}
.alt a, .alt a:visited{
	color: #000000;
	text-decoration: none;
}
.alt a:hover{
	color: #666666;
	text-decoration: none;
}
.hover a, .hover a:visited{
	color: #666666;
	font-size: xx-small;
}
