/* @group Reset */
/* v1.0 | 20080212 */
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/* @end */

/* @group Sticky Footer #1 */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
/* @end */
/* @group Defaults */

p{
	margin: 0 0 1.8em 0;
}
a {
	text-decoration: none;
	color: #f30;
}
a:hover {
	text-decoration: underline;
	color: #f30;
}
ol, ul, p, table {
	margin: 0 0 1.8em 0;
}
li {
	background: transparent url(../images/icon-dot.gif) no-repeat 0 6px;
	margin-left: 0;
	padding-left: 10px;
}
ol li {
	list-style-type: decimal;
	background: none;
	padding: 0;
	margin-left: 1.5em;
}
/* @end */

/*@Hide stuff */

#header, #mainmenu, .pri, .sec, form#consignmentform, #footer, nav {
	display: none;
}

/* @end */

body {
	background-color: white;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 9pt;
	line-height: 10pt;
	color: black;
	word-spacing: 3pt;
	padding-top: 2em;
}

h4 {
	font-size: 110%;
	margin-bottom: 8pt;
	width: 100%;
	background-color: #ddd;
	padding: 3pt;
}

h3 {
	font-size: 120%;
	margin-bottom: 8pt;
}

.page {
	width: 6in;
	margin: 0 auto;
	text-align: left;
}


.announce{
	padding: 1em 4em 1em 4em;
	border: 1px solid #666;
	border-left-width: 3px;
	margin: 0 0 1em 0;
	background: white;
}
.msg{
	position: relative;
	padding: 0.6em 0 0.6em 3em;
	border: 1px solid #930;
	border-left-width: 3px;	
	margin: 0 0 1em 0;
	font-weight: bold;
	height: 1%;
}

.floatleft {
	width: 100%;
}