
/* This is the core style sheet of the site.*/

body { 
background-color: #95b7cd;  
color: #000000;
font-family: Helvetica, Verdana, sans-serif;
font-size: 1em;
background-image: url(images/bg-tile-1.gif);
margin: 0;
padding: 0;
}

#container {
background-image: url(images/bg-tile-1.gif);
top: 0px;
left: 0px;
width: 200px;
height: 200px;
position: absolute;
border-right: solid #000000 15px;
}

p {
font-size: .8em; 
text-align: justify;
line-height: 1.4em;
padding-left: 2em;
padding-right: 2em;
  
}

/* Headings */

h1 { 
font-size: 2em;
text-align: center;
line-height: .5em;
letter-spacing: 0px;  
text-align: center;
}

h2 { 
font-size: 1.1em;
text-decoration: none;
line-height: .4em; 
text-align: center; 
}
h3 {
font-size: 1em;
text-decoration: none;
text-align: center;
}

h4 {
font-size: 1em;
text-align: left;
font-weight: bold;
}

h5 {
text-align: left;
padding-left: 50px;
}

h6 {
text-align: center;
font-size: .7em;
line-height: .1em;
}

/* End of Headings */

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}

/* Links*/

a:link {
color: #ffffee;
background-color: black;
text-decoration: none;
}

a:visited {
color: #ffffee;

text-decoration: none;
}

a:hover {
color: #6282ba;

}

a:active {
color: #ffffee;

}



#header {
height: 180px;
padding-left: 175px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
border-bottom: solid #000000 40px;
}


#header p{
font-size: 2em;
}


#navbar {
background-color: black;
display: block;
padding-top: 7px;
padding-left: 20px;
padding-right: 0px;
position: absolute;
background-position: center;
top: 200px;
left: 100px;
z-index: 1;
}


#sidebar ul li {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
font-weight: bold;
text-align: left;
padding-left: 10px;
}

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar ul li a:link, #navbar ul li a:visited {
background-color: transparent;

border-bottom: solid #000000 0px;
border-left: solid #000000 0px;
border-right: solid #000000 0px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
}

img.container {
padding-top: 50px;
float: center;
}

#content {
position: absolute;
width: 1000px;
top: 240px;
left: 0px;
margin-left: 0px;
}

#sidebar {
display: block;
font-size: .8em;
position: absolute;
width: 200px;
line-height: 1.8em;
top: 40px;
left: 0px;
border-right: solid black 10px;

}

#main-text {
background-color: #ffffee;
color: black;
border-left: 15px #000000 solid;
margin-left: 200px;
padding: 20px;
z-index: 2;
}

#main-text a:link  {
color: black;
background-color: #ffffee;

}

ol {
text-align: left;
font-size: .8em;
line-height: 1.3em;
padding-left: 80px;
}

ul {
text-align: left;
padding-left: 80px;
}

table {
text-align: left;
}






