body {
  margin: 0;
  padding: 1em;
  min-width: 75em;
  font-size: 75.01%; 
  line-height: 1.5em; 
  background: white;
  color: #300005;
  font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}



/* IDs */
#main {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid; 
  border-color: #300005 #300005 #300005 #300005; 
  min-width: 80em;
  max-width: 80em;
  margin: 0 auto;
  img {
	padding: 0 0 0 0;
	}
  
}
#header {
  height: 8em;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  background-image: url(/images/background2.jpg); background-repeat: repeat;
}

#siteNav {
padding-top: 0em;
}

#sideBarNav {
  border-width: 0 1px 0 0;
  border-style: none solid none none;
  background-image: url(/images/background2.jpg); background-repeat: repeat;
 
  width: 12em;
  padding: 1em 1em 1em 1em;
  vertical-align: top;
}

#bodyContent {
  /* border-width: 1px 1px 1px 1px; */
  /* border-style: solid solid solid solid; */
  /* border-color: black black black black; */
  
  background-color: white;
  padding: 1em 1em 1em 1em;
}

#footer {
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #300005 black black black;
  margin: 0;
  padding: 0;
  text-align: center;

  background-image: url(/images/background2.jpg); background-repeat: repeat;
}



img {
	padding: 1em 1em 1em 1em;
	}
	
h1 {
  font-size: 1.5em; 
  line-height: 1.33em;
  margin: 0.89em 0; 
}
h2 {
  font-size: 1.25em; 
  line-height: 1.4em;
  margin: 1.07em 0; 
}

h2#folderTitle {
  font-size: 1em; 
  font-style: italic; 
  line-height: 1.4em;
  margin: 1.07em 0; 
}

h3 {
  font-size: 1em; 
  font-style: italic;
  margin: 1.33em 0; 
}
h4, h5, h6 {
  font-size: .75em; 
  line-height: 2em; 
  margin: 1.56em 0; 
}
h4 {
  text-transform: uppercase;
}
h5 {}
h6 {
  font-style: italic;
}
address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  
}
ins {}
del {}

/* Section 10: Lists */
ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
dl {}
dt {}
dd {}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 12.2:  The A element */
a:link {}
a:visited {}
a:link:hover {} 
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}

a.nav, 
a.nav:link, 
a.nav:visited, 
.chosen {
display:block; 
width:100px; 
height:20px; 
padding: 4px 5px 0 5px;
background:#dca; 
border:1px solid #000; 
margin: -1em 5px 10px 25px; 
text-align:center; 
vertical-align: baseline;
text-decoration:none; 
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size:12px; 
color:#000; 
line-height:14px; 
overflow:hidden;
float: left;
}

a.nav:hover {
color: brown;
background: #edb;
}

a.headerNav:visited {
color: brown;
background:#dca;
}

a.nav:active, .chosen {color:#fff;}

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}


