body
{
    background-color: white;
    font-family: georgia, garamond, serif;
}

div.content
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-right: 1em;
}

div.invisible
{
visibility:hidden;
}
div.hidden
{
display: none
}
div.unhidden
{
display: block
}

div.indent
{
    padding-left: 50px;
}

h1
{
    color: #00480f;
    text-align: left;
}

h2
{
    color: #00224b;
    text-align: left;
}

h3
{
    color: #00480f;
    text-align: left;
}

b
{
    color: #00224b;
}

p
{
    text-align: justify;
}

a
{
    color: #4db848;
}

img
{
    border-width:0;
    margin:10;
}

img.nopadding
{
    border-width:0;
    margin:0;
}

img.right
{
    float:right;
    border-width:0;
    padding:2em;
}

img.left
{
    float:left;
    border-width:0;
    padding:2em;
}

a:hover, a:active
{
    color: #00480f;
}


p.center
{
    text-align: center;
}

img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}    

ul.outernavbar
{
    list-style-type:none;
    margin:0;
    padding:2px;
    padding-left:5px;
    padding-bottom: 12pt;
    overflow:hidden;
}

li.outernavbar
{
    float:left;
    width: 113px;
}

a.outernavbar:link,a.outernavbar:visited
{
    display:block;
    width:103px;
    height:30pt;
    font-weight:bold;
    color:#ffffff;
    background-color:#61a1d7;
    text-align:center;
    padding:4px;
    text-decoration:none;
}

a.outernavbar:hover,a.outernavbar:active
{
    background-color:#00224b;
}

p.subnavbar
{
    text-align: right;
}

table.facts {
    margin-left: auto;
    margin-right: auto;
}

table.facts td, table.facts th {
  padding-bottom: 1.5em;
  vertical-align: top;
  width: 25em;
}

table.facts th {
  font-style: bold;
  color: #00480f;
  padding-right: 3em;
  padding-left: 2em;
  text-align: right;
  width: auto;
}

table.schedule {
    margin-left: auto;
    margin-right: auto;
}

table.schedule td, table.schedule th {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  padding-right: 1em;
  vertical-align: center;
}

table.schedule th {
  font-style: bold;
  color: #FFFFFF;
  background-color: #00480f;
  padding-right: 3em;
  padding-left: 2em;
  text-align: center;
  width: auto;
}

tr.alt td {
  background-color: #D1E1FF;
}

table.instructorschedule {
    margin-left: auto;
    margin-right: auto;
}

table.instructorschedule td, table.instructorschedule th {
/*  padding-bottom: 0.75em;
  padding-top: 0.75em;
  padding-right: 1em; */
  vertical-align: center;
  text-align: center;
}

table.instructorschedule th {
  font-style: bold;
  color: #FFFFFF;
  background-color: #00480f;
  padding-right: 2em;
  padding-left: 2em;
  text-align: center;
  width: auto;
}

table.instructorschedule td.meal {
  background-color: #61a1d7;
}

table.instructorschedule td.teaching {
  background-color: #61d7a1;
}

table.instructorschedule td.meeting {
  background-color: #d761a1;
}

table.instructorschedule td.other {
  background-color: #d761a1;
}

/*   IMAGE THUMBNAILS  */
	
	.thumbnail-image {
	float:left;
	/* border:1px solid #323237; */
	width:150px;
	height:200px;
	margin:0px 22px 0px 0px;
	}
	
	.thumbnail-image-geillan {
	float:left;
	/* border:1px solid #323237; */
	width:216px;
	height:162px;
	margin:0px 22px 0px 0px;
	}

	.thumbnail-image-100x130 {
	float:left;
	/* border:1px solid #323237; */
	width:100px;
	height:130px;
	margin:0px 11px 11px 0px;
	}
	
	.thumbnail-image-125x150 {
	float:left;
	/* border:1px solid #323237; */
	width:125px;
	height:150px;
	margin:0px 22px 11px 0px;
	}

	.thumbnail-image-125x150-right {
	float:right;
	/* border:1px solid #323237; */
	width:125px;
	height:150px;
	margin:0px 0px 11px 22px;
	}
	
	.thumbnail-image-100x150 {
	float:left;
	/* border:1px solid #323237; */
	width:100px;
	height:150px;
	margin:0px 11px 11px 0px;
	}
	
	.thumbnail-image-100x150-right {
	float:right;
	/* border:1px solid #323237; */
	width:100px;
	height:150px;
	margin:0px 0px 11px 11px;
	}
	
	.thumbnail-text{     /* Use this most of the time.  */
	min-height:200px;
	}
	
	.thumbnail-text-tall{    /* Use this when the text is approximately the height of the photo.  */
	min-height:150px;
	}
	
	.thumbnail-text-verytall{    /* Use this when the text is TALLER than the photo (and wraps).  */
	padding-bottom:11px;
	}

.leading {
	color:#00480f;
	font-weight:bold;
	}

table.important {
	border-width: medium;
	border-spacing: 2px;
	border-style: solid;
	border-color: #61A1D7;
	border-collapse: separate;
	background-color: white;
}
table.important th {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.important td {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


table.event {
	border-width: medium;
	border-spacing: 2px;
	border-style: solid;
	border-color: #FCB814;
	border-collapse: separate;
	background-color: white;
}
table.event th {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.event td {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}



