/* CSS Document */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

a.email {
color: #CC0000;
display: block;
font-weight: bold;
padding-left: 6px;
text-decoration: none;
}

a.more {
background: white url(../images/a_more.jpg) no-repeat;
color: #CC0000;
display: block;
font-weight: bold;
height: 20px;
padding-left: 25px;
text-decoration: none;
}

body {
font-size: 86%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-family: Verdana, Georgia, "Times New Roman", Times, serif;
margin: 10px;
}

h1, p {
font-size: 1em;
line-height: 125%;
margin-bottom: 10px;
}

h1 {
font-size: 1.4em;
}

#banner {
background: white url(../images/banner-logo.jpg) no-repeat;
border: 1px solid #CCC;
float: left;
height: 85px;
margin-bottom: 10px;
width: 800px;
}

#banner img {
border: none;
float: left;
}

.fleftb {
border: 1px solid #CCC;
float: left;
margin: 0 8px 5px 0;
padding: 3px;
}

#footer {
clear: both;
height: 30px;
width: 800px;
}

#frame {
background: white;
float: left;
left: 50%;
margin-left: -400px;
position: absolute;
width: 800px;
}

#images {
float: right;
height: 375px;
overflow: hidden;
width: 400px;
}

#images div.content {
margin: 10px;
}

#logos {
clear: both;
float: left;
width: 800px;
}

#logos img {
float: right;
}

#nav {
float: right;
margin: 9px 5px 0 0;
width: 340px;
}

#nav img {
border: 1px solid black;
float: none;
}

#text {
float: left;
width: 400px;
}

#text div.content {
margin: 10px;
}

#wrapper {
border: 1px solid #CCC;
float: left;
margin: 10px 0 0 0;
width: 800px;
}

	.pdf {
	font-size: .9em;
	list-style: none;
	margin-top: 3px;
	}
	
	.pdf li {
	background: url(../images/pdf.png) top left no-repeat;
	float: left;
	height: 22px;
	margin-right: 10px;
	padding-left: 20px;
	}