﻿html {
	overflow-y: scroll;
}

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-family: Candra, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: black;
	background-color: #362279;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

#containerframe {
	width: 667px;
	margin: 0 auto;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
}

#container {
	width: 660px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 3px solid black;
	background-color: #fff;
}

#column_full {
	position: relative;
	float: left;
	margin: 0;
	width: 370px;
	padding: 15px;
	background-color: #fff;
}

#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 370px;
	padding: 15px;
	background-color: #fff;
	border-right: 1px gray solid;
}

#column_full {
	width: 630px;
}

#column_r {
	position: relative;
	float: left;
	margin: 0;
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
	font-size: 85%;
}


/* Masthead */

#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 660px;
	height: 142px;
	overflow: hidden;
	margin: 0;	
	text-align: left;
	background-color: #A4BEDF;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px;
	border-bottom: thin solid black;
}

#masthead img {
	display: none;
}

#masthead h2 {
	display: none;
}

#masthead h1 {
	display: none;
}


#masthead a:visited {
	color: white;
	text-decoration:none
}


#masthead a:active {
	color: white;
	text-decoration:none
}


#masthead a:hover {
	color: white;
	text-decoration:none
}


/* Navigation */

#navigation {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #A4BEDF;
	background-image: url('images/nav.jpg');
	background-repeat: repeat;
	overflow: hidden;
	text-align: center;
	padding: 7px;
}

#navigation ul ul {
	display: none;
}

#navigationsub {
	border-top: none;
	border-bottom: 1px solid #808080;
	background-color: #AAA3CB;
	font-size: 85%;
	overflow: hidden;
	text-align: center;
	padding: 5px;
}

#navigationsub ul {
	list-style-type: none;
	margin: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
}

#navigationsub li {
	display: inline;
}

#navigation li {
	display: inline;
}

#navigationsub a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 10px 10px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 10px 10px;
}

#navigationsub a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #140152;
}


#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #140152;
}


/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 2px;
	border-top: 1px solid black;
	background-color: #AAA3CB;
	text-align: right;
	font-size: 70%;
	color: white;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: white;
}



#footer a:hover {
	color: black;
}




/* General */

a {}

a:link, a:visited {
	color: #423992;
}

a:hover {
	color: #423992;
}

p a:hover, li a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 1px solid #423992;
}

a img {
	border: none;
}


h1 {
	font-size: xx-large;
	color: #423992;
}

h2 {
	font-size: x-large;
	color: #423992;
}

h2 a, h3 a, h4 a {
	text-decoration: none;
}

h3 {
	font-size: large;
	color: #423992;
}

h4 {
	font-size: medium;
	color: #423992;
}

li {
	margin-top: 0.5em;
	margin-top: 0.5em;
}

p {
	line-height: 150%;
}

blockquote {
	margin-left: 2em;
	margin-right: 0em;
}


img.frame {
	margin: 1em;
	border: 1px solid black;
}

td {
	vertical-align:top;
}

td.label {
	font-weight: bold;
}

input {
	width: 99%;
	font-family: Candra, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}




table {
	width: 100%;
}

table.twocolumns td {
	width: 50%;
	padding-right: 1em;
}

table#index td {
	text-align: center;
	width: 33%;
	font-size: 95%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#index td#left {
	text-align: left;
	font-size: 100%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#index img {
	border: 1px solid black;
}



table#MemberList {
	width: 100%;
}

table#MemberList td {
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

.programname {
	font-style: italic;
	color: #006666
}

div.sponsorarea {
	text-align: center;
	border: 1px black solid;
	padding: 0;
	margin: 0;
}

div.sponsorarea p {
	margin: 0;
	padding: 0;
}

div.sponsorarea img {
	padding: 0;
	margin: 0;
}

div.facebook {
	float: right;
}

div.homepagecallout {
	font-size: 90%;
}

table#TimeAndPlace td {
	padding-bottom: 0.45em;
}

.famouspeople img {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.25em;
	border: 1px solid black;
}

img.right {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.25em;
}

.border {
	border: 1px solid black;
}

.famousquotename {
	text-align: right;
	font-style: italic;
}

.nowrap{
 	white-space:nowrap;
}

.backtotop {
	text-align: right;
	font-style: italic;
}
