p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

body {
	background-color: #FFFFFF;	
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

ul {
	list-style-type: square;
	padding-bottom: 5px;
}

ul li {
	list-style-type: circle;
	list-style-postion: outside;
	padding-bottom: 4px;
}

h1 {
	color: #000084;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	background-image: url(images/yellowdot.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 10px;
}
.noyellowdot {
	color: #000084;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 0px;
	text-align: left;
}

h2 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: none;
	padding-left: 10px;
}

h3 {
	background-color: #ffffff;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #00396C;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFB948;
}
a:hover img {
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	color: #FF3300;
}

a img {
    border: none;
}
.name {
	text-transform: uppercase;
	color: #FF6600;
	font-weight: bold;
}

.smalltext
{
	font-size: 10px;
}

.emphasis
{
	text-transform: none;
	color: #000084;
	font-weight: bold;
}

.floatImagesLeft {
	float: left;
	/*border: 1px solid #666666;*/
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 8px;
	vertical-align: middle;
	}
.floatImagesRight {
	float: right;
	/*border: 1px solid #666666;*/
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 0px;
	vertical-align: middle;
}

/* Original style from here down that may still exist, save for awhile */


.footer {
    font-size: 10pt;
    font-style: bold;
    background-color: #ffffff;
    color: #003366;
    font-family: Garamond, Palatino, Georgia, Times, serif;
    padding: 0;
    margin: 0;
    border-top: 3px solid #036;
    text-align: center;
}


#announcements {
    border: thin #036 solid;
    background-color: #ff9;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}



#schedule {
    background-color: #ffffff;
    color: #000000;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#schedule table {
    font-size: x-small;
    padding: 0;
    border:0;
}

#schedule table tr.odd {
    background-color: #ccccff;
    vertical-align: top;
}

#schedule table tr.even {
    background-color: #ffffff;
    vertical-align: top;
}

#schedule table td.time {
    width: 6em;
}

#schedule table td.title {
    width: 27em;
    font-weight: bold;
    color: #003366;
}

#schedule table td.difficulty {
    width: 12em;
}

#schedule table td.id {
    width: 10em;
}

#schedule table td.cost {
    text-align: right;
    width: 8em;
}

#schedule table td.empty{
    width: 3em;
}

#schedule table td.buy {
    width: 15em;
}

#schedule table a:link {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

#schedule table a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

#schedule table a:hover, a:active {
	text-decoration: underline;
	color: #336699;
}

#pop_up {
    position: absolute;
    background-color: #ffffff;
    color: #003366;
    border: medium #036 solid;
    display: none;
    left: 100px;
    top: 100px;
    max-width:  300px;
    padding: 1%;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10 pt;
    text-align: justify;
}

#pop_up h4 {
    margin: 0;
}

#pop_up p {
    margin: 0;
}

#about {
    background-color: #ffffff;
    color: #000000;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#about table {
font-size: x-small;
    padding: 0;
    border:0;
    text-align: justify;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

#about table tr {
    vertical-align: top;
}

#about table td {
    width: 400;
}


#about table td.p {
    margin-top: 3px;
}
    
#workshops {
    background-color: #ffffff;
    color: #000000;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#workshops h1 {
    border-top: 3px double #036;
    padding: 0;
    margin: 0;
}

#workshops p {
    text-align: justify;
    border-bottom: 3px double #036;
    padding: 0;
    margin: 0;
}

#workshops a:link {
    font-weight: bold;
	color: #cc0000;
}

#workshops a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}

#workshops a:hover, a:active {
	text-decoration: underline;
	color: #336699;
}

#workshops_break {
    background-color: #003366;
    background-repeat: repeat;
    padding: 0;
    margin: 0;
}
.ImageCell {
        float: left;
        width: 150px;
        height: 150px;
        padding: 5px 15px 15px 15px;
        text-align: center;
}
.ImageCell p{
        text-align: center;
        line-height: 1.3em;
}
.addressText {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #03138E;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 30px;
}.noyellowdotTitles {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
}
.redTitle {
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.right-column {
	background-color: #E0AA0F;
	text-align: center;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

