﻿body 
{
    font-size: 9pt;
    margin: 2px 0 2px;
    padding: 0 0 0 0;
    background-color: Green;
    font-family: Arial, Sans-Serif;
    background-image: url(../img/stjudeback.png);
    background-repeat: repeat-y;
}

address 
{
     color: black; 
     background-color: #ddffdd;
     padding: 5px;
     border-top: solid 3px black;
     width: 80%;
     text-align: center;
     margin-left: 10%;
}

h1 
{
    font-size: 12pt;   
}

h2 
{
    font-size: 10pt;   
}

.supply 
{
    
}
/* The following are for news/announcements */
.bannerHeader 
{
    text-align: center;
	background-color: White;
	color: #003300;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;   
}

.newsItemHeader 
{
    text-align: center; 
    background-color: #003300; 
    color: White; 
    font-size: 100%; 
    font-weight: bold; 
    margin-bottom: 0px; 
    margin-top: 0px; 
    margin-left: 5px; 
    margin-right: 5px;    
}

.newsItem 
{
    text-align: center; 
    border-color: #003300; 
    background-color: #ddffdd; 
    border-width: 3px; 
    border-style: solid; 
    margin-top: 0px; 
    margin-bottom: 5px; 
    margin-left: 5px; 
    margin-right: 5px; 
    padding: 5px; 
    font-size: 90%;   
}

.announceDiv 
{
    width: 250px; 
    float: left; 
    text-align: center   
}

.stJudeDiv 
{
    width: 900px;   
}

.mainList 
{
    display: inline;
    list-style-type: none;
}

.contentDiv 
{
    background-color: #003300;   
}

.mainPageDiv 
{
    float: left; 
    display: inline;
    width: 601px;
}
/* The following are for the navigation bar */
.navTable 
{
    width: 100%; 
    margin: 0 0 0 0;	
    text-align: left;
}

.ruler 
{
    height:12px; 
    background-color: #003300; 
    color: #003300; 
    width: 50%;   
}

.nav 
{
    font-size:90%;
    background-color: White;
    color: Black;
    padding-left: 20px; 
    width: 100%;
    border-color: #003300;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
}
.nav a 
{
    font-size: 90%;
    background-color: White;
    color: Black;
    text-decoration: none;
}

.nav a:visited 
{
    background-color: White;
    color: Black;
    text-decoration: none;
}

.nav a:active 
{
    background-color: White;
    color: Black;
    text-decoration: none;
}

.nav a:hover 
{
    background-color: White;
    color: Black;
    text-decoration: underline;
}

.navHead 
{
    font-size: 100%;
	color: White;
	background-color: #003300;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	border-color: #003300;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
}

.navHead a
{
    font-size: 100%;
	color: White;
	background-color: #003300;
    text-decoration: none;
}

.navHead a:visited
{
	color: White;
	background-color: #003300;
    text-decoration: none;
}

.navHead a:active
{
	color: White;
	background-color: #003300;
    text-decoration: none;
}

.navHead a:hover
{
	color: White;
	background-color: #003300;
    text-decoration: underline;
}

.logo 
{
    background-color: #003300;
    /*width: 500px;*/
    border-width: 10px 0px 10px 0px;
    border-color: White;
    border-style: double;
    margin-bottom: 10px;
    margin-right: 0;
    /*margin-left: 50px;*/
}

.content 
{
    background-color: White; 
    width: 400px; 
    max-width: 400px;
    /*margin-left: 175px; */
    padding: 10px 10px 10px 10px;
    border-color: #003300;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    height: 600px;
    overflow: auto;
}

.navigation 
{
    width: 175px; 
    float: left; 
    /*margin-bottom: 100px;*/
    /*height: 1500px;*/

}

td 
{
    font-size: 90%;   
}

#wetPaint 
{
    position: fixed;
    z-index: 999;
    top:0;
    right: 0;
    width: 200px;
    height: 100px;
    border: solid 5px red;
    background-color: White;
    color: Black;
    float: right;   
    visibility: hidden;
}