/* Global Layout Styles */ 

#secheader, #info, #icon, #sidebar, #navigation {
display: none;
}

body {
font: 12pt "trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
}

#header h1 {
font-size: 18pt;
margin-top:0;
padding:0;
}

#header h2 {
float: right;
font-size: 14pt;
font-style:italic;
margin-top: -2.2em;
padding:0;
}

#header {
border-bottom: 1px solid #000;
}

#stretch {
margin-top: 1em;
}

#content h4 {
font-size: 14pt;
font-weight: bold;
}

#content h5 {
font-size: 13pt;
font-style: italic;
}

#footer {
border-top: 1px dashed #666;
border-bottom: 1px dashed #666;
margin:0;
padding:0;
}

#accreditations {
border-bottom: 1px dashed #666;
font-size:10pt;
color:#666;
font-style: italic;
margin:0;
padding:0.5em;
}

#footer p {
font-size:10pt;
font-style: italic;
}

a {
text-decoration: none;
color: #000;
font-style: italic;
}

#build p {
font-size: 9pt;
}

.lastline {
font-style: italic;
}

.tborder {
border: 1px dashed #666;
padding: 10px;
}


/*

#navigation {
border: 1px dashed #666;
padding: 0.5em;
margin: 1em;
}

#navigation h4 {
font-size: 11pt;
font-style:italic;
margin:0.5em 0;
padding:0;
border-bottom: 1px solid #666;
width: 170px;
}

#navigation ul, #navigation li {
list-style:none;
display: inline;
margin:0;
padding:0;
}

#navigation li a {
font-size: 10pt;
text-decoration: none;
color: #000;
border-right: 1px solid #666;
padding: 0 0.5em;
}

*/