/*This is the design9 style sheet*/
body {
background-color: #ffffff;
color: #4c4c4c;
font-family: Courier, "Courier New", monospace;
font-size: 1em;
margin: 0em; }
#container {
margin-top: 1em;
margin-left: 4em; 
width: 800px;
margin-bottom: 5em; }
#container2 {
margin-top: 1em;
margin-left: 4em; 
width: 800px;
margin-bottom: 0em; }
#header {
padding-left: 42px;
padding-right: 7px;
padding-top: 35px;
background-image: url(images/cardboard1.jpg);
padding-bottom: 2px; }
#header h1 {
font-size: 2em;
color: #da213a; }
#header p {
font-size: 1.5em;
font-weight: bold; }
#outer-image {
height: 50px;
background-image: url(images/et23backimage.jpg);
background-position: center top; }
#content {
position: relative;
background-image: url(images/Cardboard2.jpg); }
#content2 {
position: relative;
background-image: url(images/Cardboard4.jpg); }

#navbar {
float:left;
width: 232px;
padding-left: 30px;
padding-top: 15px; }
#navbar ul li {
list-style-type: none;
margin: 0em;
padding: 0em;
color: #989898; }
#navbar ul {
margin: 0em;
padding: 0em; }
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 2px;
border-bottom: 1px #acacac solid;
border-right: 1px #acacac solid;
text-align: center;
font-size: .9em; }
#navbar ul li a:hover {
color: #f4f4f4; }
#navbar h1 {
font-size: 1.2em;
background-image: url(images/Paper.jpg); }
#navbar p {
background-image: url(images/Paper.jpg);
width: 123px; }
ul {}
li {}
#main-text {
float:right;
width:387px;
padding: 20px;
padding-top: 15px;
margin-right: 93px; 
background-color: #ffffff;
background-image: url(images/Paper.jpg); }
#main-text p {
font-weight: bold;
font-size: .8em;
color: #5f5f5f; }
#main-text h1 {
line-height: .1em; }
#bottom {
clear:both;
height: 56px;
background-image: url(images/Cardboard3.jpg); }
h1 {
font-size: 2em;
text-align: left;
font-style: none;
letter-spacing: 5px;
color: #7d7d7d;
}
h2 {
font-size: 1.5em;
text-decoration: underline;
line-height: .1em; }
h3 {
font-size: 1.2em;
line-height: .5em; }
p {
font-size: .8em;
text-align: left;
line-height: 1.7em; }
p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
color: #95b7cd; }
a {}
a:link {
color: #666666; 
background-color: #eaf3da;
text-decoration: none; }
a:visited {
color: #666666;
background-color: #eaf3da; 
text-decoration: none; }
a:hover {
background-color: #82a9da; }
a:active {
background-color: #3cc7f0; }

img.floatLeft {     
    float: left;     
    margin-right: 11px; }
img.floatRight { 
    float: right; 
    margin-left: 11px; }
