/* basic elements */
body { 
	background: #5998C1;
	text-align:center;
	}
p { 
	font: 13pt arial, sans-serif; 
	font-weight: bold;
	margin-top: 0; 
	text-align: left;
	}
h1 {
	font: normal 19pt Arial, sans-serif;
	font-weight: bold;
	}
h2 {
	font: normal 17pt Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}
h3 {
	font: 15pt arial, sans-serif; 
	margin-top: 0; 
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	}
a:link, a:visited { 
	color: #551A8B;	
	}
a:hover { 
	color: #CFD2FE;
	}
ul, li { 
	font: 13pt arial, sans-serif; 
	font-weight: bold;
	margin-top: 0; 
	text-align: left;
	}

/*specific divs */
#container {
        width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}
#main {	
	width: 624px;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 98px;
        padding: 8px 8px 8px 168px;
        /*background has to be in main rather than container...not sure why*/
	background-image: url("images/background.jpg");
	background-position: top left;
	}
#linklist {
	width: 150px;
	text-align: left;
        position: absolute;
        left: 0px;
        top: 98px;
        padding: 8px;
        z-index:2
	}
#linklist a {
	font: normal 13pt Arial, sans-serif;
	font-weight: bold;
	}
#linklist a:link, #linklist a:visited {
	text-decoration: none; 
	color: #FFFFFF;
	}
#linklist a:hover, #linklist a:active {
	text-decoration: underline;
	color: #CFD2FE;
	}
.texttable, .texttable TD {
	vertical-align: top;
	font: normal 13pt Arial, sans-serif;
	font-weight: bold;
	border-width: 0;
	padding: 5px;
	}
.texttable TD {
	width: 50%;
	}
.texttable {
	width: 100%;
	}
.endOfSection {clear: both;}

/* Drop down menus */
/* Adapted from http://www.gosu.pl/MyGosuMenu/ */
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    display: block;
}
.dm1 .item2,
.dm1 .item2:hover {
    display: block;
    white-space: nowrap;
    padding: 3px 8px 4px 8px;
}
.dm1 .item2 {
    background: #5998C1;
}
.dm1 .section {
    position: absolute;
    visibility: hidden;
}
.dm1 .bottom,
.dm1 .bottom:hover { border-style: solid solid solid solid; }

* html .dm1 td { position: relative; } /* ie 5.0 fix */