/* CSS Document */

html, body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
} 
a {
	color:#D5652B;
	text-decoration: none;
}
a:visited {
	color:#D5652B;
}
a:hover {
	color:#333366;
}

/* header */ 
#header {
	height: 80px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 25px;
	text-align: center;
}

/* navigation */
#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333366;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:bold;
	height: 36px;
	text-align:center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav li a {
	color:#333366;
	text-decoration: none;
	padding: 7px 14px 4px 14px;
}

#nav li a:visited {
	color:#D5652B;
}

#nav li a:hover {
	color:#D5652B;
}

/* sub navigation */
#subnav {
	color:#D5652B;
	font-size:16px;
	letter-spacing:1px;
	font-weight:normal;
	height: 42px;
	text-align:center;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav li {
	display: inline;
}

#subnav li a {
	color:#D5652B;
	text-decoration: none;
	padding: 7px 14px 4px 14px;
}

#subnav li a:visited {
	color:#333366;
}

#subnav li a:hover {
	color:#333366;
}

/* current page */
.current {
	border-bottom: 1px dotted #333366;
	padding-bottom:4px;
}

body.AboutUs #aAboutUs,
body.Events #aEvents,
body.Membership #aMembership,
body.Gallery #aGallery,
body.Classes #aClasses,
body.ContactUs #aContactUs {
	border-bottom: 1.5px dotted #D5652B;
}

/* left column */
#leftcol{
	width:230px;
	float:left;
	position:relative;
	text-align: left;
	margin-top:5px;
	margin-left:25px;
 }

#leftcol h6{
	margin:0 20px 0 0;
	text-align:center;
	letter-spacing:.25px;
	font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
 }
 
/* main column */ 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:35%;
	margin-left:10px;
	margin-right: 10px;
 }
 
#maincol h1{
	margin: 0px;
	padding: 0px;
	font-size:22px;
	letter-spacing:1px;
 	line-height:24px;
 }

#maincol h3{
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	font-size:18px;
	letter-spacing:1px;
	line-height:24px;
	color:#D5652B;
 }

#maincol h4{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	letter-spacing:1px;
 	line-height:22px;
 }

#maincol p{
	margin: 0px;
	padding: 0px;
}

#maincol blockquote{
	font-size:14px;
	line-height:18px;
	text-align:center;
	font-style:italic;
}

#maincol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#maincol ul h3{
	margin: 0px;
	padding: 0px;
	margin-top:15px;
	color:#D5652B;
	letter-spacing:1px;
}


#maincol a {
	color:#D5652B;
	text-decoration: none;
}

#maincol a:visited {
	color:#333366;
}

#maincol a:hover {
	color:#333366;

}#maincol ul p{
	margin: 0px;
	padding: 0px;
}
.intro{
	font-style:italic;
	font-size:18px;
	line-height:28px;
}

.indent{
	text-indent:1em;
}

#maincol li a {
	color:#D5652B;
	text-decoration: none;
}

#maincol li a:visited {
	color:#333366;
}

#maincol li a:hover {
	color:#333366;
}
#maincol table {
	padding-top: 10px;
	margin-top: 10px;
}
/*right column */
#rightcol{
	width:300px;
	float:right;
	position:relative;
	background-color: #FFCC99;
	padding: 10px;
	margin-right:20px;
	text-align:center;
 } 

#rightcol p{
	font-size:12px;
	line-height:18px;
	margin:0;
	text-align:left;
	padding: 0px;
 } 
#rightcol h6{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin:0;
	text-align:center;
 }
#rightcol h2{
	text-align:center;
	color:#D5652B;
	font-size:18px;
	line-height:19px;
	letter-spacing:1px;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 0px;
 }
  
#rightcol h3{
	font-size:14px;
	line-height:14px;
	letter-spacing:1px;
	margin:0;
	margin-top:12px;
 }
 
 #rightcol h4{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	margin:0;
	margin-top:6px;
	letter-spacing:1px;
 }
 
#rightcol a {
	color:#D5652B;
	text-decoration: none;
}

#rightcol a:visited {
	color:#333366;
}

#rightcol a:hover {
	color:#333366; 
} 

/* footer */
#footer{
	 height:50px; 
	 clear:both;
	 margin-left:25px;
	 margin-right:20px;
 } 
 
 #footer p{
	 font-size:10px;
	 text-align:center;
 } 
#footer a {
	color:#D5652B;
	text-decoration: none;
}

#footer a:visited {
	color:#333366;
}

#footer a:hover {
	color:#333366;
}


td {
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}
.Membership #wrapper #leftcol img {
	border: 1px solid #333;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.small {
	font-size:small;
	margin: 0px;
	padding: 0px;
	}