body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	}

#header {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
    background-color: #002F5D;
    background-position: right top;
    }

#header #big {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: white;
	padding-top: 30px;
	margin-left: 10px;
	font-size: 24px;
	}

#header #description {
	color: white;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	}
	
#header #subtext {
	color: white;
	margin: 10px 10px;
	font-size: 18px;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #002F5D;
	}

h1 {
    font-size: 24;
    }

h2 {
    font-size: 20;
    }

hr {
    color: #D6D6D6;
    background-color: #D6D6D6;
    height: 2px;
    border: 0px;
    width: 75%;
}
 
a {
    color: #3399FF;
	text-decoration: none;
    }

h2 a:hover, h3 a:hover {
	color: #002F5D;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

img {
    border-color: #D2D2D2;
    }

#content {
    margin: 10px 10px;
    /*line-height: 15px;*/
    font-size: 12;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}


#navarea {
	width: 100%;
	height: 55px;
	border: 0;
	margin: 4px 0px;
	text-align: center;
	background-color: #D6D6D6;
	}

#navbar a  {
	color: #3A3A3A;
	font-size:18px;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	text-align: center;
	background-color: #D6D6D6;
	margin: 1px 1px;
	line-height: 28px;
	padding: 0px 15px;
}

#navbar a:hover {
    color: white;
    background-color: #002F5D;
}


/*
ul li {
    list-style-type: none;
    list-style-image: url("gfx/bullet.jpg");
}

ul.duty li {
    list-style-type: disc;
}

ul.person li {

    list-style-type: circle;
}


#sidebar ul li h2 {
    font-size: 14;
}

#sidebar ul li {
    margin-bottom: 1px;
    margin-left: 0px;
}
*/

#sidebar {
    margin: 10px 10px;
    line-height: 25px;
    font-size: 14;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}


#indent {
    margin-left: 5px;
}

	
#footer {
margin: 5px 5px;
text-align: center;
font-size: 12px;
}


#logo {
	margin-right: 9px;
}

#regtable table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #002F5D;
	border-collapse: separate;
	background-color: white;
	}

#regtable table table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #002F5D;
	border-collapse: separate;
	background-color: white;
	}

/*
.eventSchedule {
    border-collapse: collapse;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.eventSchedule td{
    text-align: center;
    vertical-align: text-bottom;
    border: grey inset 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.eventSchedule caption{
    font-size:large;
}
.eventSchedule thead td {
    text-align: center;
    font-weight: bold;
}

.eventSchedule tfoot td {
    text-align: center;
}
*/

#starfestPlanning p {
    width: 85%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#starfestPlanning h2{
    text-align: center;
}



em { color: red; font-weight: bold;}

img.headshot  { border: none; float: left; }
img.auxiliary { border: none; float: right; margin-left: 5px; }
img.divider   { border: none; display: block; margin-left: auto; margin-right: auto; clear: both;}
img.shadow  { box-shadow: 8px 8px 10px #463E3F; margin-bottom: 20px; margin-right: 20px;}
img.shadowl { box-shadow: -8px 8px 10px #463E3F; margin-bottom: 20px; margin-left: 20px;}
img.center {display: block; margin-left: auto; margin-right: auto;}

.divider  { clear: both; }
div.title *  { text-align: center; }

.heading { color: Navy; font-size: 2.5em;}
.warning { background-color: yellow; text-align: center; }

/*
table.sfprogram         { font-size: 1em; width: 100%; border-collapse: collapse; margin: 0 auto;}
table.sfprogram caption { text-align: left; font-size: 1.5em; line-height: 2em; font-weight: 600; color: navy;}
table.sfprogram td, th  { text-align: center; border: grey inset 2px;}
table.sfprogram th      { width: 30%;}
table.sfprogram td      { color: navy; padding-top: 8px; padding-bottom: 8px;}
table.sfprogram tr th:first-child { width: 10%; }
table.sfprogram tr td:first-child { color: black; text-align: right;}
table.sfprogram td.list { text-align: left; }
table.sfprogram td.break{ background-color: LightYellow;}
table.sfprogram td.list li { list-style-image: none; list-style-type: disc;}
table.sfprogram td.volunteers{ background-color: LightSkyBlue;}
*/

table.accommodations  { font-size: 1em; width: 100%; margin-left: auto; margin-right: auto;}
table.accommodations td:first-child { width: 23%;}
table.accommodations td:first-child + td { width: 57%;}

ul#vendors { font-size: 1.2em; list-style-type: circle;}
