/* CSS Reset to defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #061c2c;
	text-align: left;
	font-family: Georgia, Trebuchet MS, sans-serif;
	color: #fff;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* 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;
}


#pagewrap{
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	padding-top: 15px;
	height: 50px;
	border-bottom: 1px dotted #3b6b8c;
}
#bar{
	float: right;
	width: 250px;
	text-align: right;
}
#bar h6{
	width: 100%;
	cursor: pointer;
}
#bardrop{
	float: right;
	clear: right;
	width: 350px;
	background: #0b2b41;
	border: 1px solid #3b6b8c;
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-top: -8px;
	
	/*
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; */
}
#bardrop .top{
	border: none;
}
#bardrop .mid{
	border-top: 1px solid #3b6b8c;
	border-bottom: 1px solid #3b6b8c;
	background: #061c2c;
}
#bardrop .bottom{
	border: none;
}
#bardrop div table{
	margin: 30px 10px 30px 25px;
	font-family: "Calibri", sans-serif;
	font-size: 14px;
}
#bardrop div table tr td{
	line-height: 1.5em;
}
.des a, .des a:visited{
	color: #289ae9;
	text-decoration: none;
}
.des a:hover{
	color: #fff;
	text-decoration: none;
}
.alt{
	width: 115px;
}
.alt a, .alt a:visited{
	color: #67c0fe;
	text-decoration: none;
}
.alt a:hover{
	color: #fff;
	text-decoration: none;
}
.hover a, .hover a:visited{
	color: #FFF;
}






