/** Global body declarations **/
body{
    background-color: rgb(0,0,0);
    color: rgb(230,230,230);
    font-family: tunga, san-serif;
    font-size: 11pt;
    line-height: 1.2em;
}

#window-frame{
    margin: 10px 10px 30px 30px;
}

a:link{
    text-decoration: none;
    color: rgb(215,0,0);
}

a:visited{
    text-decoration: none;
    color: rgb(215,0,0);
}

a:hover{
    text-decoration: underline;
	color: rgb(248,248,255);
}

/** Declarations for Header stuff **/

#header{
    margin: 0;
    color: rgb(215,0,0);
    width: 100%;
    height: 100%;
    border-top: solid 4px rgb(115,0,0);
    padding-top: 7px;
}

#header-menu{
    float: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#header-menu li{
    display: inline;
    margin: 0;
    padding: .1em .3em .1em .1em;
    border-right: 1px dotted;
    border-color: rgb(150,150,150);
    font-size: 115%;
}

#header-menu a:link, #header-menu a:visited{
    text-decoration: none;
    background-color: rgb(0,0,0);
    color: rgb(248,248,255);
}

#header-menu a:hover{
    color: rgb(255,0,0);
}

#header-sub-menu{
    margin-top: 2em;
}

/* Currently not used */
.floating-title{
    float: right;
    color: rgb(150,120,120);
}

.logo-img{
    margin: 20px 25px 20px 80px;
}

.header-img{
    margin: 2px 25px 20px 10px;
    float: left;
}


/** Declarations for Content stuff **/

.content{
    clear: both;
    width: 96%;
    padding-left: 15px;
    border-left: double 4px rgb(115,0,0);
    margin-top: 10px;
}

.two-col-content{
    float: left;
    width: 40%;
    padding: 0;
    padding-left: 15px;
    border-left: double 4px rgb(115,0,0);
    margin-top: 20px;
/*border: 1px solid green;*/
}

.last-content{
    clear: both;
    width: 100%;
    border-bottom: solid 4px rgb(115,0,0);
}

.content h1, .two-col-content h1{
    padding-top: 0;
    margin-top: 0;
    color: rgb(255,255,255);
    font-family: "Monotype Corsiva", shruti, serif;
    font-style: italic;
    font-size: 240%;
    background-color: rgb(115, 0, 0);
    position: relative;
    left: -15px;
    line-height: 15px;
    width: 104%;
}

.content-h1-text{
    position: relative;
    top: -8px;
    left: 10px;
}

.content h2{
    color: rgb(240,230,140);
    font-weight: bold;
    font-size: 150%;
}

.content h3{
    color: rgb(240,230,140);
    font-weight: bold;
    font-size: 115%;
}

.pic-with-caption{
    padding: 0;
    float: right;
    border: 1px solid rgb(240,240,240);
    text-align: center;
    font-size: 80%;
    position: relative;
    right: 17px;
    margin-left:17px;  /* This increased margin required since whole element is shifted left 17px */
}


/** Calendar **/

.schedule table{
    width: 90%;
    border-collapse: collapse;
    background-color: rgb(240,230,140);
    border: 1px solid rgb(100,100,100);
}

.schedule th, tr, td{
    border: 1px solid rgb(100,100,100);
}

.schedule .month-label{
    font-size: 110%;
    background-color: rgb(10,10,10);
}

.schedule .day-label{
    background-color: rgb(100,10,10);
}

.schedule .day{
    color: rgb(0,0,0);
}


}


/** Misc **/

.times{
    font-weight: bold;
    font-style: oblique;
    font-stretch: condensed;
    color: rgb(210,50,40);
    margin-right: .5em;
}

.bigbold{
    font-weight: bold;
    font-size: 150%;
    color: rgb(210,50,40);
}

.class1info{
    padding-left: 40px;
    padding-bottom: 70px;
    position: relative;
    top: 10px;
}

.class2info{
    padding-left: 40px;
    padding-bottom: 50px;
    position: relative;
}

.hidden{
    visibility: hidden;

}

/*Footer Added*/
#footer h1 {
color: #fff;
text-align: right;
padding-bottom: 0;
}

h1 {
font-size: 11px;
line-height: 1;
}

