* {
        margin:                 0;
        padding:                0;
}

body {
        font-family:            Georgia, serif;
        font-size:              .85em;
	line-height:		1.5em;
        color:                  #444;
}

div#masthead {
	display:		none;
}

div#container {
}

div#content {
	margin:			0 12px 0 48px;
}

div.leftcol {
	width:			250px;
	float:			left;
}

div.rightcol {
	width:			250px;
	float:			right;
}

.clear {
	clear:			both;
}

div#footer {
	margin:			12px 0;
	font-size:		.8em;
	color:			#999;
	text-align:		center;
}

div#footer a {
	text-decoration:	none;
}

div#menu {
	display:		none;
}

h1 {
	font-family:		"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:		2em;
	padding-bottom:		1em;
	color:			#8c3d09;
	text-align:		right;
}

h2 {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:		1.2em;
	padding-bottom:		0.5em;
	color:			#8c3d09;
	text-align:		left;
}

dt,
h3 {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:		1em;
	font-weight:		bold;
	padding-bottom:		0.5em;
	color:			#8c3d09;
	text-align:		left;
}

a, a:visited {
        font-family:            Georgia, serif;
	color:                  #444;
	text-decoration:	none;

}

a:after {
	content:		" (" attr(href) ") ";
}

ul {
	list-style-type:	disc;
	list-style-position:	inside;
	padding:		0.25em 0 0.75em 0;
}

li {
	padding:		0 0 0.5em 1em;
}

dd,
p {
        padding:		0.25em 0 0.75em 0;
}

address {
	text-align:		center;
}

acronym,
dfn,
abbr {
	border-bottom:		1px dotted gray;
	cursor:			help;
}

.foreign {
	font-style:		italic;
}

div#skip {
	visibility:		hidden;
}

ul.listmap {
	padding:		0;
	list-style-type:	none;
}

ul.footer {
	display:		inline;
}

ul.footer li {
	list-style:		none;
	display:		inline;
}

img#logolink {
	display:		none;
}

form#contactform fieldset {
	padding:		1em;
}

form#contactform label {
	width:			14em;
	display:		block;
	float:			left;
	text-align:		right;
	padding-right:		0.5em;
}

form#contactform input,
form#contactform textarea {
	width:			18em;
}

div#QE_Toolbar {
	visibility:		hidden;
}

