body
    {
    margin: 0;
    padding: 0;
    color: #111;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #ffffff;
	height: 100%;
    text-align: center;
    }
a
    {
    color: #307082;
    }
a:hover
    {
    color: #D60808;
    }

#lselect a
{
    color: #632d23;
    font: 18px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

acronym
    {
    border: none;
    }

#preamble h3 span, #explanation h3 span, #lresources h3.resources span, #lselect h3.select
    {
    /*display:none;*/
    }
#container
    {
    margin: 0 auto;
    width: 800px;
    position: relative;
    /*background: #fff;*/
	height: 100%;
    padding: 0 10px 0 10px;
    text-align: left;
    }
* html #container
    {
    width: 724px;
	height: 100%;
    }

#pageHeader
    {
    position: absolute;
    top: 25px;
    left: 40px;
    }
h1
    {
    background: url("logo.gif");
    width: 156px;
    height: 25px;
    overflow: hidden;
    margin: 0;
    }
h1 span
    {
    display: none;
    }
h2
    {
    font-size: 12px;
    margin: 0;
    }

#quickSummary
    {
	/* Adjust this to move banner image up and down. */
	/*border: 1px solid black;*/
	text-align: center;
    padding-top: 10px;
    }
#quickSummary .p2
    {
    font-size: 12px;
    position: absolute;
    top: 65px;
    right: 20px;
    margin: 0;
    }
#container #intro #quickSummary .p1
    {
    font-size: 11px;
    height: 125px;
   /* background: url("banner8.jpg") no-repeat; */
    margin: 0;
    width: 800px;
    color: #fff;
    font: 12px/150% Trebuchet MS;
    }
#container #intro #quickSummary .p1  span
    {
    padding: 30px 530px 0 30px;
    display: block;
    margin: 0;
    font: 12px/150% Trebuchet MS;
    }

#preamble, #supportingText, #centerBox
    {
    margin: 0 5px 0 138px;
    }

#borderedNews
{
    margin: 80px 5px 5px 138px;
	border: dotted #D0D0D0;
}

#borderedNews p
{
	line-height: 150%;
	margin: 10px 10px 10px 10px;
}


#supportingText p, #preamble p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }

#centerBox p
{
	text-align: center;
}

#borderedNews h3 
{
	width: 200px;
	height: 24px;
	/* The first number moves introduction paragraph up and down. */
	margin: 10px 0 10px 10px;
}


#preamble h3 
    {
    width: 200px;
    height: 24px;
	/* The first number moves introduction paragraph up and down. */
    margin: 40px 0 10px 0;
    }

#explanation h3 
    {
    /*width: 200px;*/
    height: 24px;
    margin: 40px 0 10px 0;
    }
#preamble h3
    {
    background: url("heading01.gif") no-repeat;
    }
#explanation h3
    {
    background: url("heading02.gif") no-repeat;
    }
#linkList
    {
    position: absolute;
    top: 210px;
    left: 10px;
    width: 100px;
    }
#lselect ul, #lresources ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 5px;
    }
#lselect ul li a
    {
    /*text-decoration: underline;*/
    display: block;
    font-size: 15px;
    }
#lselect ul li.c, #lselect ul li a.c
    {
    display: inline;
    font-size: 12px;
    color: #333;
    }
#lselect ul li a.c
    {
    text-decoration: none;
    }
#lselect ul li a.c:hover
    {
    color: #D60808;
    }
#lselect ul li
    {
    font-size: 12px;
    /*border-bottom: 1px solid #E6EEF0;*/
    }
#linkList ul li
    {
    font-size: 13px;
    /*border-bottom: 1px solid #E6EEF0;*/
	text-align: right;
    display: block;
    padding: 1px 0;
    }
#linkList #lresources ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 1px 0;
    }
#lresources h3.resources
    {
    background: url("resources.gif") no-repeat;
    width: 69px;
    height: 15px;
    margin: 30px 0 5px 40px;
    }
#footer
    {
    /*background: url("footer.gif") no-repeat;*/
    color: #fff;
    height: 100%;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
    }
#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }

table.schedule{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: white;
}

table.schedule th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 250, 250);
}
table.schedule td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 250, 250);
}
