/*
StyleSheet - Lecture
Editors: Jennifer Lee
Version: 2.0
For The TJHSST One Question Project
*/

body
{ background-color:#BC9063;
background-image: url('images/back.jpg');
background-repeat: auto;
margin-top:0px; 
margin-bottom: 0px;
margin-left:0px;
font-size: 1em;
}

table#container {
width: 710px;
z-index: 2;
position: absolute;
}


div#text a:link, a:active {
color: #297B15;
text-decoration: none;
}

div#text a:visited {
color: red;
text-decoration: none;
}

div#text a:hover {
border-color: #63D1F2;
border-bottom: 2px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-style: solid;
text-decoration: none;
}

div#float {
float: right;
width: 124px;
height: 143px;
}



div#menu li {
list-style: none;
}

div#menu ul {
margin: 0px;
padding: 0px;
}

div#menu a:link, td#menu a:active
{
color: #297B15;
width: 200px;
text-decoration: none;
}

div#menu a:visited {
color: red;
width: 200px;
text-decoration: none;
}

div#menu a:hover {
background-image: url('images/highlight.gif');
background-repeat: no-repeat;
width: 200px;
display: block;
}

h1 {
font-weight: bold;
font-family: Tahoma;
text-transform: uppercase;
font-size: 1.4em;
letter-spacing: 1px;
text-align: left;
padding-left: 20px;
color: red;
background-image: url("images/h1_back.gif");
height: 1.8em;
background-repeat: no-repeat;
margin:0px;
}

h2 {
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 1px;
height: 2.1em;
margin: 0px;
color: #287B15;
}

div#text b {
color: blue;
}

li
{
list-style-type: circle;
list-style-position: outside;
margin-left: 10px;
}

div#menu ul ul
{
margin-left: 20px;
}

div#text ul
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
border-left:10px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #F188A6;
}

div#text ul ul {
border-color: #66D9F8;
}

blockquote {
padding-left: 15px;
margin-left:10px;
margin-right: 50px;
margin-top: 0px;
margin-bottom: 31px;
border-left:10px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #63D1F2;
}

div#back {
position: relative;
z-index: 2;
width: 100%;
height: 577px;
background-image: url('images/bg.jpg');
background-position: top center;
background-repeat: no-repeat;
text-align: center;
}

div#top {
position: relative;
width: 800px;
margin-left: auto;
margin-right: auto;
height: 10px;
}

div#content {
background-image: url('images/contentback.gif');
background-repeat: repeat-y;
background-position: top center;
width: 800px;
}

div#text {
margin-right: 120px;
margin-left: 140px;
text-align: justify;
font-family: Tahoma, Serif;
line-height: 2.5em;
font-size: .8em;
padding-top: 20px;
}

div#menu { 
position: relative;
z-index: 3;
background-image: url('images/menuback.gif');
background-repeat: repeat-y;
width: 258px;
text-align: left;
margin-left: 10px;
vertical-align: top;
float: right;
padding-bottom: 0px;
color: #005500;
}

div#menutext {
position: relative;
top: -50px;
z-index: 2;
font-family: Tahoma;
font-size: 1.2em;
margin-top: 0px;
margin-right: 20px;
margin-left: 20px;

}

div#event {
border-left: 10px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #65F883;
padding-left: 10px;
margin: 0px 0px 0px 10px;
}

div#past {
border-left: 10px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #B9B8B8;
padding-left: 10px;
margin: 0px 0px 0px 10px;
color: 8B8B8A;
}

::-moz-selection{
background: #287B15;
color: #F8F8F8;
} 

::selection {
background: #287B15;
color: #F8F8F8;
} 
