html, body {height:auto; min-height:101%;}

a {color: #603e26; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, sans-serif;}
a:hover {color: #b44000; text-decoration: none;}
a:active {color: #000;}

div, h1, h2, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    color:#6087d8;
    text-transform: uppercase;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 1.0em;
}

ul.list {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 1.0em;
}


ul.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: transparent;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}


.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}

.hand {cursor:pointer;}
.help {cursor:help;}

img {border: none;}

.hl {font-weight: bold;}
.hll {font-weight: bold; font-size: 1.2em;}
.emp {font-style: italic;}
.empl {font-style: italic; font-size: 1.2em;}

#top {
    background: transparent;
    width: 768px;
    height: 124px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* border: 1px solid #000; */
}

#top img.logo {
    top: 0px;
    left: 0px;
    width: 442px;
    height: 124px;
    border: none;
    position: relative;
}

p.pdf {
	font-size: 12px;
	margin: 5px 0 0 10px;
	padding: 0 0 0 25px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	background: url(../images/misc/icon-pdf.gif) no-repeat left center;
}

p.pdf a:link, p.pdf a:visited {color: #552005; text-decoration: none; } p.pdf a:hover {text-decoration: underline;}