/* basic elements */

#top {
display: none;
}

#left {
display: none;
}

#right {
display: none;
}

#logo {
display: none;
}

#middle {
width: 100%;
position: relative;
top: 0px; 
left: 0px;
}

BODY { 
font-family: "Trebuchet MS", arial, sans-serif;
}

p, ol, ul {
font-family: georgia, serif;
font-size: 12pt;
font-weight: normal;
color: #515151;
line-height: 1.4em;	}

h1 {
font-size: 150%; 
margin-top: 0.5em;
margin-bottom: 1em;
color: #515151;
}	
	
h3 { 
font-size: 105%; 
font-weight: bold;
margin-top: 2.5em;
color: #515151;
}	

h4 {
color: #872510;
margin-top: 0px; 
margin-bottom: 0px; 
}

.super {
vertical-align: super;
font-size: 60%;
}

acronym {
border-bottom: 1px dotted #515151;
cursor: help;
}


/* links - all */

#mbox1 a:link, a:visited { color: #0056a6; }
#mbox2 a:link, a:visited { color: #a66c00; }
#mbox3 a:link, a:visited { color: #007df3; }
#mbox4 a:link, a:visited { color: #0056a6; }
#mbox5 a:link, a:visited { color: #a66c00; }
#mbox6 a:link, a:visited { color: #007df3; }


/* specific divs - middle */	

.middlebox {
margin: 0px;
padding: 20px 0px 20px 0px;
float: none;
}

.middleboxcontent {
margin-left: 0px;
}

#middlemaincontent {
clear: both;
margin: 10px 0px;
padding-top: 5px;
padding-bottom: 20px;
border-bottom: 1px dotted #cccccc;
}

.notes {
font-size: 80%;
margin-bottom: 2em;
}

li.notes {
line-height: 2em;
}

#middlefooter {
font-size: 70%;
margin: 20px 0px;
}

.stressed-item {
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 100%;
font-weight: bold;
font-style: italic;
}

#middle li {
margin-bottom: 0.6em;
}	

p.align-right {
text-align: right;
}
