BODY {
	background: white;
	font-family: Verdana,Arial,Sans-Serif,Helvetica,Lucida Console;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 10pt;
}

.peopleCutout {
	background: white url(images/people-cutout.gif) top left repeat-x;
	height: 38px;
}

#mainframe {
	
}

#banner {
	background: white;
	padding: 0px;
	height; 88px;
	padding-top: 20px;
}

#banner img {
	padding-left: 20px;
}


#banner h1 {
	text-transform: uppercase;
	font-size: 1.75em;
}

#banner table {
	width: 100%;
}





#bar {
	background: #E6EDF4;
	text-transform: uppercase;
	padding-left: 20px;
	font-size: small;
	font-weight: bold;
}

#nav {
	background: #E6EDF4;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}


#nav a {
	padding:0;
	color: #6482A2;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	color: black;
}

#nav a:visited {
	text-decoration: none;
	color: black;
}


#nav a:visited:hover {
	text-decoration: none;
	color: #6482A2;
}


#nav #current{
	text-decoration: none;
	color: #E69800;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}



#content {
	background: white;
	padding: 20px;
	color: #333;
}

#content div {
	padding: 14px;
}

#content h1 {
	color: #E69800;
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

#content p{
	font-size: 1em;
	width: 100%;
}


#content p.broad {

}

#content div.col {
	border-left: 1px solid #ddd;
}

#content div.col h1 {
	color: #4F7191;
	font-size: 2em;
	background: #FFEDCA;
	text-transform: uppercase;
	border-bottom: 1px solid #EAE1CE;
	margin: 0px;
}

#content div.col p{
	color: #566471;
	font-size: 1em;
	font-weight: bold;
}

#content table#membership {
	width: 95%;
	padding:0px;
	border: 0px;
}

#content table#membership td{
	vertical-align: top;
	padding: 0px;
}

#content table#membership td#leftCell{
	width: 70%;
}


#content table#membership td#rightCell{
	
}


.footer {
	font-size: .7em;
	background: white;
	color: black;
	text-align: center;
	margin: 0;
}

.footer a.jonwiz {
	letter-spacing: .4em;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

sup {
line-height: 0;
vertical-align: super;
font-size: .75em;
}


.button1 {
	color: white;
	background: #4F7191;
	padding: 4px;
	margin: 8px;
	text-decoration: none;
	margin-left: 0;
	font-size: small;
	text-align: right;
}

.button1 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


.button2 {
	color: white;
	background: #32475B;
	padding: 4px;
	margin: 8px;
	text-decoration: none;
	margin-left: 0;
	font-size: small;
	text-align: right;
}

.button2 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


img.fancyImage {
	border: 4px solid #E69800;
	margin: 20px;
	margin-right: 10px;
	margin-left: 0;
}

img.fancyImage2 {
	border: 4px solid black;
	margin: 20px;
	display: block;
}

th {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	padding: 6px;
}

p#slogan {
	font-weight: bold; 
	color: #E69800; 
	text-align: right;
	font-size: 1.2em;
	width: 20em;
}

table.waitingList {

}
table.waitingList td{
	vertical-align: top;
	text-align: left;
}


table.form {
	
}

table.form td {
	text-align: left;
	vertical-align: top;
}


label {
	font-size: 1em;
	font-weight: bold;
}

input {
	font-size: 1em;
}

textarea {
	margin: 4px;
	margin-left: 0;
	padding: 0;
	font-family: Sans-Serif,Verdana,Arial;
	background: white;
	font-size: 1em;
}

input.submit {
	margin: .5em;
	margin-left: 0px;
	font-weight: bold;
}

ol {
	margin: 2px;
}
