body
{
        font-size: 10pt;
        font-family: Verdana, sans-serif, Helvetia;
        color: #000000;
        text-align: left;
//        background-color: #eeeee0;
        background-color: #a99366;
	background-image:url('/images/pirate_paper.jpg');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat;
}

    #tooltip1 { position: relative; }
    #tooltip1 a span { display: none; 
		       color: #FFFFFF; }
    #tooltip1 a:hover span { display: block; 
			position: absolute; 
			width: 250px; 
			background-color: #dbd7ba; 
			height: auto; 
			left: 150px; 
			top: -10px; 
			color: #000000; 
			padding: 5px; 
			border: 1px solid black; 
			}

    #tooltip2 { position: relative; }
    #tooltip2 a span { display: none; 
		       color: #FFFFFF; }
    #tooltip2 a:hover span { display: block; 
			position: absolute; 
			width: 250px; 
			background-color: #dbd7ba; 
			height: auto; 
			left: 50px; 
			top: -10px; 
			color: #000000; 
			padding: 5px;
			border: 1px solid black; }


a img {display: inline;
	margin: 1px;
	vertical-align: middle;}

p {
	margin-top: 1.12em;
	margin-bottom: 1.12em;
}

ul {
	margin: 1.12em 1.12em 1.12em 1.12em;
}

li {
	margin-left: 1.12em;
}

li.hook {
	list-style-type: none;
	background-image: url(/images/piratecoin.png);
	background-repeat: no-repeat;
	background-position: 0em  0em 0em 0em;
//	padding-left: 3.6em;
//	margin-top: 0em;
//	margin-bottom: 0em;
	padding-top: 1em;
	padding-bottom: 20px;

}

h1 {
        color: #000000;
	margin-top: 0px;
        font-size: 1.7em;
        font-weight: bold;
	padding-bottom: 6px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
//      font-variant: small-caps;
        white-space: nowrap;
	background-image: url(/images/piratecoin.png);
	background-position: 0em 0em;
	background-repeat: no-repeat;	
	text-indent: 40px;
	padding-top: 5px;
}

h2
{
        color: #000000;
        font-size: 1.3em;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        white-space: nowrap;
}
h3
{
        font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4
{
	font-weight: normal;
	font-family: Verdana;
	font-style: normal;
}
h5
{
	font-weight: normal;
	font-family: Verdana;
	font-style: normal;
}
h6
{
	font-weight: normal;
	font-family: Verdana;
	font-style: normal;
}
hr
{
	margin-top: 3px;
	margin-bottom: 4px;
	height: 2px;
}

span.required {
	margin-left: 10px;
	color: red;
	font-size: 13px;
	font-weight: bold;
}

table.schedule {
	background-color: #DDDDDD;
	margin-left: auto;
	margin-right: auto;
//	padding: 0px 0px 0px 0px;
	width: 97%;
	height: auto;
	font-size: 11px;
}

table.schedule tr.header {
	background-color: #cac6a0;
//	background-color: #cbc7aa;
	padding: 2px;
	text-align: center;
	font-weight: bold;	
}

table.schedule tr.light {
	background-color: #ece8cb;
	text-align: center;
	padding: 1px;
}

table.schedule tr.dark {
	background-color: #ccc8ab;
	text-align: center;
	padding: 1px;
	margin: 1px;
}


table.workshop {
	border: 1px solid #000000;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}
table.workshop td {
	padding: 2px;
	background-color: #EEEEEE;
}

table.workshop td.open {
	background-color: #ece8cb;
//	background-color: #FFFFFF;
	text-align: center;
}

table.workshop td.closed {
	background-color: #cbc7aa;
	text-align: center;
}

table.workshop td.done {
	background-color: #dbd7ba;
	text-align: center;
	text-decoration: line-through;;
}

table.workshop td.dark {
	background-color: #cac6a0;
}

table.tracks {
	border: 1px solid #000000;
	background-color: white;
//	margin-left: auto;
//	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}
table.tracks td {
	background-color: #ece8cb;
}

table.tracks tr {
	background-color: #ece8cb;
	text-align: center;
}


table.instructors
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;

}


table td
{
	padding: 6px;
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:link.nav, a:active.nav, a:visited.nav
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11pt;
}
a:hover.nav
{
	color: #FFFFFF;
	font-weight: bold;
}


#topmenu{
        font-size:12px;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
        position: relative;
        z-index: 0;
}


.middle_top {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px;
width: 85%;
height: auto;
min-height: 4px;
text-align: left;
background-color: #ece8cb;
//background-color: #bba674;
border: 2px solid #000000;
position: relative;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
}

.middle {
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 80%;
height: auto;
min-height: 375px;
text-align: left;
background-color: #dbd9c0;
border: 2px solid #000000;
position: relative;
padding-bottom: 25px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
}


#inner {
background-color: #ece8cb;
width: 825px;
height: auto;
margin-top: 30px;
margin-left:auto;
margin-right:auto;
border:1px solid #000;
}


.middle-left {
//padding: 5px;
width: 565px;
height: auto;
text-align: left;
float: left;
}

.middle-middle {
margin-top: 5px;
padding: 5px;
width: 230px;
text-align: center;
float: left;
}

.middle-right {
margin-top: -15px;
padding: 5px;
width: 295px;
text-align: center;
float: right;
}

.middle-right img {
	border: 1px solid #AAAAAA;
}

#floating {
height: 100%;
margin-bottom: 0px;
text-align: center;
font-weight: bold;
font-style: italic;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
}

#floating div {
//background-color: #ece8cb;
width: 98%;
position: absolute;
bottom: 0;
margin-bottom: 4px;
}

div.topMenuItem {
	text-align: middle;
        background-color: #dbd9c0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
	border: 2px solid #000000;
//	border: 2px solid #a99366;
        display: inline;
        position: relative;
	z-index: 0;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
	box-shadow: 1px 2px 2px #222222;
}

.topMenuItem a, .topMenuItem a:link {
padding:0px;
margin:0px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.topMenuItem a:hover {
padding:0px;
margin:0px;
font-weight:bold;
text-decoration:underline;
text-transform:uppercase;
}

div.rand_iamge {
	border: 2px solid black;
}

.stafftextleft {
	width: 600px;
	margin-left: 15px;
	float: left;
	text-align: justify;
}

.teachertext {
	width: 500px;
	margin-left: 15px;
	float: left;
	text-align: justify;
 }

.staffpicright {
	margin-right: 25px;
	float: right;
}
.teacherpic {
	margin-right: 20px;
	float: right;
}

.bonediv {
	text-align: center;
	position: relative;
	padding: 10px;
}

