/*


h1
{
    background-color: #e0e0ff;
    border-bottom: outset;
    border-left: outset;
    border-right: outset;
    border-top: outset;
    color: navy;
    font-size: 12pt;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-transform: capitalize
}
.maintext
{
    background-color: white;
    border-bottom: inset;
    border-left: inset;
    border-right: inset;
    border-top: inset;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    width: 750px
}
li
{
    font-size: 10pt;
}
.embed
{
    background-color: #e0e0ff;
    border-bottom: outset;
    border-left: outset;
    border-right: outset;
    border-top: outset;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-valign: top
}
table
{
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    width: 100%
}
.small
{
    font-size: 10pt
}
.nospace
{
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px
}
hr
{
    background-color: #c0c0ff;
    border-bottom: #c0c0ff;
    border-left: #c0c0ff;
    border-right: #c0c0ff;
    border-top: #c0c0ff;
    color: navy;
    width: 100%
}
h1.room
{
    font-size: 20pt
}
.title
{
    color: navy;
    font-size: 14pt;
    font-weight: bolder;
    text-align: center
}
.story
{
    background-color: white;
    border-bottom: groove;
    border-left: groove;
    border-right: groove;
    border-top: groove;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-bottom: 5pt;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 5pt;
    width: 600px
}
.counter 
{
	font: bold 12pt Comic Sans MS, Helvetica, Sans Serif;
	color: #ffffff; 
	background: navy;
}
.subtitle {font: bold 10pt Comic Sans MS, Helvetica, Sans Serif; color: #000080;}
.head {
	text-decoration: none; 
	font: 14pt Comic Sans MS, Helvetica, Sans Serif;
	color: #000080;
}
*/


@import "style-content.css";
@import "style-IE.css";

body { font-family: Verdana, Arial, Helvetica, sans-serif; background: white; font-size: 12pt; background-image : url(../images/clouds.jpg) }
a:link, a:visited { color: #660099; }
.mainpane { margin: auto; width: 1024px; margin-bottom: 25px; border: inset; border-color: #660099; background-color: #ffffcc; }
.header, { width: 100%; border: solid #660099; }
.header, .footer, .mainbar { width: 100%; } 
.header { border-width: medium 0 0 0; } 
.header img { border-width: 0; display: block; margin: 0 auto;} 
.mainbar { border-width: medium 0; border-top: solid #660099; background-color: white; }
.mainbar table { border-spacing: 0; }
.sidebar { border: solid #660099; border-width: 0 medium 0 0; vertical-align: top; background-color: #ffffcc; }
.menulist { margin: 0; padding: 5px; font-weight: bolder; font-size: smaller; white-space: nowrap; vertical-align: top; }
.menulist li { list-style-type: none; padding-bottom: 10px; }
.menulist li li { padding-bottom: 0; }
.menulist ul { padding-left: 15px; }
.menulist a { text-decoration: none; }
.menulist .selected { color: navy !important; }
.content { padding-left: 10px; vertical-align: text-top; }
.footer { font-size: smaller; border-width: 0; }
.footer1 { float: left; }
.footer2 { float: right; }
.ads { border: solid black 1px; }
.ads img { border-width: 0; }



.quote { background-color: #ddffdd; border: groove; padding: 2px; }

#quotepane { float: right; width: 35%; margin-left: 10px; margin-right: 10px; }



#title {
    font: bold;
    font-size: 48pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: relative;
    top: 10px;
    left: 15px;
}
#text {
    position: relative;
    top: 0px;
    left: 0px;
    color: darkblue;
    z-index:2;
}
#shadow {
    position: absolute;
    font-stretch: wider;
    left: 10px;
    right: 10px;
    color: lightgray;
    z-index:1;
}

